Re: [WiX-users] Burn: Bootstrapper App, select msi's during runtime.

2012-04-05 Thread Miss Parker
Ah, it works! Thank you so much, you saved my weekend. :) //Caisa -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-Bootstrapper-App-select-msi-s-during-runtime-tp7438959p7439566.html Sent from the wix-users mailing list archive at Nabble.com. -

Re: [WiX-users] Burn: Bootstrapper App, select msi's during runtime.

2012-04-05 Thread Rob Mensching
Change the requested state in OnPlanPackage. On Wed, Apr 4, 2012 at 11:32 PM, Miss Parker wrote: > Hi all, > > I'm developing a Bootstrapper Application (with my own UX) and I have this > scenario that I really could use some help with: > > 1) Bundle.wsx defines all available msi's for a specific

[WiX-users] Burn: Bootstrapper App, select msi's during runtime.

2012-04-04 Thread Miss Parker
Hi all, I'm developing a Bootstrapper Application (with my own UX) and I have this scenario that I really could use some help with: 1) Bundle.wsx defines all available msi's for a specific product. 2) All users download the same bootstrapper.exe from a server somewhere. *So far so good, but he