Is there a standard way to build MSI for Culture=HI?

When I specify
<Include>
  <?define LANGUAGE_CODE="0" ?>
  <?define LANGUAGE_CODEPAGE="65001" ?>
</Include>

I will get the following error:
light.exe : error LGHT0216 : An unexpected Win32 exception with error code0x654 
occurred: This installation package could not be opened.  Contact the 
application vendor to verify that this is a valid Windows Installer package

But if I specify
<Include>
  <?define LANGUAGE_CODE="1081" ?>
  <?define LANGUAGE_CODEPAGE="874" ?>
</Include>

Then it builds fine.  But CODEPAGE="874" is not the CODEPAGE for HI, in fact, I 
am not sure what's the right code page to use.

Does anyone has any idea?

Thanks,
Jiamin
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to