Classification: Public In the bundle.wxs <bal:Condition Message ="#(loc.InstallConditionWrongPrivileges)"> Privileged </bal:Condition>
Then in the wxl file I have the string: <String Id="InstallConditionWrongPrivileges">[WixBundleName] requires administrator privileges.</String> You would need to create that string for each language Steve -----Original Message----- From: nianderneves [mailto:niander.ne...@gmail.com] Sent: November-28-13 8:36 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Localization of a Bootstrapper (Messages of bal:Condition) Hi, I'm using the StandardBootstrapperApplication.RtfLicense and I got the localization like this: <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.RtfLicense" > <bal:WixStandardBootstrapperApplication LocalizationFile="$(var.SolutionDir)Setup.Resources\localization\RtfTheme\RtfTheme.wxl" SuppressOptionsUI="yes"/> <Payload Id="theme_pt_br" Compressed="yes" Name="1046\thm.wxl" SourceFile="$(var.SolutionDir)Setup.Resources\localization\RtfTheme\1046\RtfTheme.wxl"/> <Payload Id="theme_es_es" Compressed="yes" Name="3082\thm.wxl" SourceFile="$(var.SolutionDir)Setup.Resources\localization\RtfTheme\3082\RtfTheme.wxl"/> </BootstrapperApplicationRef> That works perfectly. However I'm using some conditions with the tag <bal:Condition>. Like this: <bal:Condition Message="Problem..."> Condition <> 1 </bal:Condition> I need to Localize the message shown by this condition. How can I do this? Thank you a lot. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Localization-of-a-Bootstrapper-Messages-of-bal-Condition-tp7590999.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users This message has been marked as Public by Steven Ogilvie on November-28-13 8:45:04 AM. The above classification labels were added to the message by TITUS Message Classification. For more information visit www.titus.com. ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users