Re: [WiX-users] running code to pick the correct msi to run

2013-12-19 Thread Nick Ramirez
You can create a custom bootstrapper application (such as by using WPF) and have that do just about anything you need. Burn has extension points for this. Curious, how come the logic needs to live on a website? Did you not want to base the language off of the user's language settings on their PC?

[WiX-users] running code to pick the correct msi to run

2013-12-17 Thread Jack Sojourn
basically I have 6 different localized msi. I want to have one msi/exe that selects the correct one based on some logic. (the logic contacts a website to get some json identifying the correct language to use. if offline it defaults to English or ui culture) I know I can create a mst transform