Hi Phill, I have a customBA, which consumes the localization language file based on the language selected from the combobox in the UI, these files are stored into Localization folder as can be seen from the below code.
<Payload Name="Localization\LGG\CustomBA\CustomBA.de" SourceFile="..\..\Localization\LGG\CustomBA\CustomBA.de" Compressed="no" /> <Payload Name="Localization\LGG\CustomBA\CustomBA.en-US" SourceFile="..\..\Localization\LGG\CustomBA\CustomBA.en-US" Compressed="no" /> These payload are actually outside the BootstrapperApplicationRef. Localization works fine, if I open the Setup.exe directly not from the ARP. But my problem is that while clicking on the uninstall button from the ARP( Programs and Features), the Bootstrapper opens but localization doesn't work, I guess it because the language files are not cached. Is there any way in which we can get these files cached so that localization works or some other way. Thanks & Regards, Mohit -----Original Message----- From: Phill Hogland [mailto:phogl...@rimage.com] Sent: Wednesday, May 27, 2015 7:01 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Localization doesn't work from ARP My BA supports 13 cultures, and I am not seeing any problem when I use the ARP to launch my bundle. What kind of BA did you create and how does your BA detect the culture? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Localization-doesn-t-work-from-ARP-tp7600421p7600460.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users