Normally you would need multiple wxl files all included in the same bundle.

http://stackoverflow.com/questions/11250597/creating-localized-wix-3-6-bootstrappers

Assuming you are using WixStdBA, the engine will probe for a lcid specific file 
before going for the one in the root.


-----Original Message-----
From: Paul Theunis [mailto:sul...@gmail.com] 
Sent: Friday, September 27, 2013 3:18 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Localizing a Wix Bootstrapper

I'm trying to create a localized bootstrapper.

I'm somewhat stuck on how to do this.

I pulled all the strings from the rtfTheme.wxl

I am building the boostrapper as followed:

 candle Bundle.wxs -ext WixBalExtension.dll -ext WixNetFxExtension.dll -ext 
WixUtilExtension.dll -out output\

light -out MSI\SSM.exe -ext WixBalExtension -ext WixNetFxExtension 
-cultures:"en-US"  -dMSIpath=MSI\SSM.msi  output\Bundle.wixobj -loc en-us.wxl

 When I change these strings. Nothing is happening what so ever. I don't see 
any strings changed.

Any clue?
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register > 
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&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