Re: [WiX-users] Pass parameters from bootstrapper to msi bundle package

2012-07-09 Thread Darwin Baines
ng like this: You have to make a bundle variable that is overridable at the command line and then pass that variable to your msi. Re: [WiX-users] Pass parameters from bootstrapper to msi bundle package<https://sourceforge.net/mailarchive/message.php?

Re: [WiX-users] Pass parameters from bootstrapper to msi bundle package

2012-05-08 Thread Hoover, Jacob
Assuming you are using the StdBA, I am mostly certain that the passing of bootstrapper params to the underlying packages has not been implemented. Sadly, the native BA is a bit rough around the edges. For now the "team" has been focusing on the core functionality of burn and not the BA's. My adv