I am using the WiX toolset v3.0.5419.  I need to install localized resource 
files in en-MY and en-SG.

 

Here is the wxs snippet for en-MY.

 


<Component Id="en_MY" Guid="{1D8513E5-288F-4690-97FE-33F60A066F9E}">
   <File Id="enMYResources" Name="Test.resources.dll" 
Source="Test.resources.dll" />
</Component>


However, I get error LGHT0204 : ICE03: Invalid Language Id; Table: File, 
Column: Language, Key(s): enMYResources

 

The entry in the MSI file:

 


File: enMYResources
Component: en-MY

FileName: dsfgl6sf|Test.resources.dll

FileSize: 1204

Version: 1.0.0.0

Language: 17417

Attribute: 512

Sequence: 10

 

Same error for the en-SG file.  The Language in the MSI entry for en-SG is set 
to 18441.


Any suggestion on how to fix or work around the issue?

 

Thank you for your insight!

 
                                          
_________________________________________________________________
The New Busy is not the old busy. Search, chat and e-mail from your inbox.
http://www.windowslive.com/campaign/thenewbusy?ocid=PID27925::T:WLMTAGL:ON:WL:en-US:WM_HMP:032010_3
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to