Hi,

Assume this won't work as the LCID and locale en-IN doesn't exist in
WiX. Try hi-IN and 0x0439  Hindi (India)  instead. An overview of the
LCIDs and WiX Culture names you can see in my post
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/LCIDs-of-the-supported-languages-of-WixUIExtension-td5910168.html#a5913708
.

BTW: Where  do you use the hex representation of the LCID ? Normally
for localization only the decimal representation of the LCID + WiX
culture name is needed.

For a sample wxl file check out e.g. http://wix.mindcapers.com/wiki/Localization

Regards
Tobias



2011/3/24 Grzegorz Borczuch <t-gr...@microsoft.com>:
> Hallo everyone,
>
> Recently, I was trying to find some information about how does WiX handle the 
> issue with the new LCIDs introduced in Windows Vista. I mean for example 
> "en-IN" locale with LCID as 0x4009.
>
> I tried to build the MSI tables from WiX that contained India files. In that 
> case the light.exe throws a validation error ICE03 which means I am using 
> incorrect language id. Is this a matter of something in my .wxs file or 
> .wixproj or I should change the WiX version? I am using the  3.5.1916.0 
> version.
>
> When I was searching the internet about that problem I could not find many 
> similar questions that could mean it is something rare. Is there anybody that 
> could confirm that this is a known issue?
>
> Thanks in advance,
> Grzegorz Borczuch
> ------------------------------------------------------------------------------
> Enable your software for Intel(R) Active Management Technology to meet the
> growing manageability and security demands of your customers. Businesses
> are taking advantage of Intel(R) vPro (TM) technology - will your software
> be a part of the solution? Download the Intel(R) Manageability Checker
> today! http://p.sf.net/sfu/intel-dev2devmar
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>

------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to