Attached is my main WiX Burn .wxs file:

TableToolkitBootStrapper.wxs
<http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/file/n7588120/TableToolkitBootStrapper.wxs>
  

Now again this will correctly add the .mst files and push the correct .mst
file on the command line to the .msi as long as the the system language ID
is within the conditioned ID's.

The only thing that I do not have working here is that the Burn .exe will
not run in the correct language. It will only do that if you pass in the
-lang LANGID, where LANGID is the language code that you want the wrapper to
run in. So if you wanted French you would use -lang 1036 on cmd line.

So far with WiX 3.7 my wrapper will not launch in the language of the OS and
therefore that is what I am trying to get working. So far all examples that
I have found have not worked for me... So if you have any examples on that
then could you share??

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-tp7586986p7588120.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to