Okay thanks Jacob...

After a bit more testing I was able to get this to work by using the
InstallCondition. When I first tried using the InstallCondition I was
looking for languages like this:
InstallCondition="[SystemLanguageID]=1036" and this was failing.

After some research I found out that I was formatting it incorrectly it
should have been:
InstallCondition="SystemLanguageID=@quote;1036@quote;"

So I have a MsiPackage ID that will only trigger if the install is ran on
the correctly supported Language OS and if it does not then I have another
MsiPackage ID that will trigger the install in English if to Language OS is
not any of the supported languages.

Have tested this and it now works as expected... So it took longer than I
expected to get this working, but at least it is working without having to
do a lot of extra work.

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-tp7586986p7587224.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