Re: [WiX-users] Multi-language, multi-platform bootstrap

2010-02-08 Thread dB .
http://dotnetinstaller.codeplex.com supports your scenario. You can implement a language selector or automatically select depending on the OS region and/or locale. dB. @ dblock.org Moscow|Geneva|Seattle|New York -Original Message- From: Jakub Gwóźdź [mailto:gwozd...@rpg.pl] Sent: Mo

Re: [WiX-users] Multi-language, multi-platform bootstrap

2010-02-01 Thread Ryan O'Neill
It sounds like you need Burn, but it is not there yet. I had a similar problem to yours and used the MS Build GenerateBootstrapper task to create a .exe bootstrapper for each MSI output. So I had MyInstaller.[Lang].[Architecture].exe as well as MyInstaller.[Lang].[Architecture].msi. The bootstrappe