Hi all,

First time caller, long time listener.

I am migrating a merge module from Wix 2.0 to 3.5. I used the WixCop to perform 
the migration. Unfortunately I keep striking the "The language of this 
installation package is not supported by your system". The merge module 
contains some is localised string resources using WixLocalization 
Culture="en-us" and the module has the language attribute <Module 
Id="fb$(var.ShortName)Server" Language="1033" Codepage="1252" 
Version="$(env.FBVERSION)">

Any suggestions?

Thanks in advance


E:\Development\firebird installer>"C:\Program Files (x86)\Windows Installer XML 
v3.5\bin"\light -out MergeModules\fb213SuperServer.msm -sw1054 fbserver.wixobj 
securityDB.wixobj servercommon.wixobj superserver.wixobj fbstopserver.wixobj 
-loc src\fbmsm_en-us.wxl -ext WixUtilExtension
Microsoft (R) Windows Installer Xml Linker version 3.5.1630.0
Copyright (C) Microsoft Corporation. All rights reserved.

E:\Development\firebird installer\src\msm\fbstopserver.wxs(59) : warning 
LGHT1072 : Merge modules should not contain the 'Error' table because all merge 
conflicts cannot avoided.  However, this warning can be suppressed if all of 
the consumers of the Merge Module agree to not duplicate identifiers in the 
'Error' table.
E:\Development\firebird installer\src\msm\ServerCommon.wxs(349) : warning 
LGHT1072 : Merge modules should not contain the 'Error' table because all merge 
conflicts cannot avoided.  However, this warning can be suppressed if all of 
the consumers of the Merge Module agree to not duplicate identifiers in the 
'Error' table.
E:\Development\firebird installer\src\msm\ServerCommon.wxs(350) : warning 
LGHT1072 : Merge modules should not contain the 'Error' table because all merge 
conflicts cannot avoided.  However, this warning can be suppressed if all of 
the consumers of the Merge Module agree to not duplicate identifiers in the 
'Error' table.
E:\Development\firebird installer\src\msm\ServerCommon.wxs(351) : warning 
LGHT1072 : Merge modules should not contain the 'Error' table because all merge 
conflicts cannot avoided.  However, this warning can be suppressed if all of 
the consumers of the Merge Module agree to not duplicate identifiers in the 
'Error' table.
light.exe : error LGHT0216 : An unexpected Win32 exception with error code 
0x657 occurred: The language of this installation package is not supported by 
your system




------------------------------------------------------------------------------

_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to