- May 24, 2009
- 427
- 467
- 47
- Home Country
- Israel
- Moderator
- #1
Hi,
I'm trying to run the MSBUILD_Rebuild_Release_Setup.bat and I receive the following errors:
Googling it suggests it has something to do with MSI limitation because of the encoding of the file ClientFeatures.wxs. I guess my windows localization (Hebrew, 1252) is the reason it does not work for me, but works for you guys.
Do you know of any workaround? (maybe something in command-line or maybe you could change the naming of these files)
Thanks,
Yoav
I'm trying to run the MSBUILD_Rebuild_Release_Setup.bat and I receive the following errors:
Code:
C:\Dev\MediaPortal-2\MediaPortal\Setup\MP2-Setup\Client\ClientFeatures.wxs(2711): error LGHT0311: A string was provided with characters that are not available in the specified database code page '1252'. Either change these characters to ones that exist in the database's code page, or update the database's code page by modifying one of the following attributes: Product/@Codepage, Module/@Codepage, Patch/@Codepage, PatchCreation/@Codepage, or WixLocalization/@Codepage. [C:\Dev\MediaPortal-2\MediaPortal\Setup\MP2-Setup\MP2-Setup.wixproj]
C:\Dev\MediaPortal-2\MediaPortal\Setup\MP2-Setup\Client\ClientFeatures.wxs(3044): error LGHT0311: A string was provided with characters that are not available in the specified database code page '1252'. Either change these characters to ones that exist in the database's code page, or update the database's code page by modifying one of the following attributes: Product/@Codepage, Module/@Codepage, Patch/@Codepage, PatchCreation/@Codepage, or WixLocalization/@Codepage. [C:\Dev\MediaPortal-2\MediaPortal\Setup\MP2-Setup\MP2-Setup.wixproj]
C:\Dev\MediaPortal-2\MediaPortal\Setup\MP2-Setup\Client\ClientFeatures.wxs(3431): error LGHT0311: A string was provided with characters that are not available in the specified database code page '1252'. Either change these characters to ones that exist in the database's code page, or update the database's code page by modifying one of the following attributes: Product/@Codepage, Module/@Codepage, Patch/@Codepage, PatchCreation/@Codepage, or WixLocalization/@Codepage. [C:\Dev\MediaPortal-2\MediaPortal\Setup\MP2-Setup\MP2-Setup.wixproj]
C:\Dev\MediaPortal-2\MediaPortal\Setup\MP2-Setup\Client\ClientFeatures.wxs(3557): error LGHT0311: A string was provided with characters that are not available in the specified database code page '1252'. Either change these characters to ones that exist in the database's code page, or update the database's code page by modifying one of the following attributes: Product/@Codepage, Module/@Codepage, Patch/@Codepage, PatchCreation/@Codepage, or WixLocalization/@Codepage. [C:\Dev\MediaPortal-2\MediaPortal\Setup\MP2-Setup\MP2-Setup.wixproj]
C:\Dev\MediaPortal-2\MediaPortal\Setup\MP2-Setup\Client\ClientFeatures.wxs(3665): error LGHT0311: A string was provided with characters that are not available in the specified database code page '1252'. Either change these characters to ones that exist in the database's code page, or update the database's code page by modifying one of the following attributes: Product/@Codepage, Module/@Codepage, Patch/@Codepage, PatchCreation/@Codepage, or WixLocalization/@Codepage. [C:\Dev\MediaPortal-2\MediaPortal\Setup\MP2-Setup\MP2-Setup.wixproj]
C:\Dev\MediaPortal-2\MediaPortal\Setup\MP2-Setup\Client\ClientFeatures.wxs(3677): error LGHT0311: A string was provided with characters that are not available in the specified database code page '1252'. Either change these characters to ones that exist in the database's code page, or update the database's code page by modifying one of the following attributes: Product/@Codepage, Module/@Codepage, Patch/@Codepage, PatchCreation/@Codepage, or WixLocalization/@Codepage. [C:\Dev\MediaPortal-2\MediaPortal\Setup\MP2-Setup\MP2-Setup.wixproj]
C:\Dev\MediaPortal-2\MediaPortal\Setup\MP2-Setup\Client\ClientFeatures.wxs(3680): error LGHT0311: A string was provided with characters that are not available in the specified database code page '1252'. Either change these characters to ones that exist in the database's code page, or update the database's code page by modifying one of the following attributes: Product/@Codepage, Module/@Codepage, Patch/@Codepage, PatchCreation/@Codepage, or WixLocalization/@Codepage. [C:\Dev\MediaPortal-2\MediaPortal\Setup\MP2-Setup\MP2-Setup.wixproj]
Done Building Project "C:\Dev\MediaPortal-2\MediaPortal\Setup\MP2-Setup\MP2-Setup.wixproj" (Rebuild target(s)) -- FAILED.
Done Building Project "C:\Dev\MediaPortal-2\MediaPortal\Setup\MP2-Setup\MP2-Setup.wixproj.metaproj" (Rebuild target(s)) -- FAILED.
Done Building Project "C:\Dev\MediaPortal-2\MediaPortal\Setup\MP2-Setup.sln" (Rebuild target(s)) -- FAILED.
Build FAILED.
Googling it suggests it has something to do with MSI limitation because of the encoding of the file ClientFeatures.wxs. I guess my windows localization (Hebrew, 1252) is the reason it does not work for me, but works for you guys.
Do you know of any workaround? (maybe something in command-line or maybe you could change the naming of these files)
Thanks,
Yoav