Okay thanks Jacob...

So figuring I would go with the easiest method I started to convert my main
project with conditioned language components and then when I build I then
receivce a bunch of errors stating:

error LGHT0311: A string was provided with characters that are not available
in the specified database code page '1256'. 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.

Geez I just can not get a break!!!

Since my install has mulitple languages, some with different codepage
support, I was using the language .wxl files to support this. So having all
the shortcut strings inside each component is an issue because of the
codepage support.

So I am back to the beginning. Where I'll either get an error during the
install if using:
<MsiProperty Name="TRANSFORMS" Value="[SystemLanguageID].mst"
And Payload all the .mst then it will work until the bootstrapper is ran on
a language OS that we do not have a .mst for, or trying to have the strings
built into each component.

So are there any other suggestions that can be done so that I can at least
get this to work without errors?

Is there anyway that I can use the InstallCondition element of the
MsiPackage for what I need done?

Again without too much knowledge of Burn and what it can and can not do
would it be better for me to just drop that approach and look at other
Bootstrapper/Wrapper tools?

Thanks,

Tim.






--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Adding-language-transform-mst-s-to-Burn-Bundle-Chain-tp7586986p7587220.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to