Re: [WiX-users] commadline parameters to bootstrapper

2012-11-12 Thread Rob Mensching
low burn > to set it from the command line. > > Neil > > -Original Message- > From: Syam Pinnaka [mailto:sy...@microsoft.com] > Sent: 13 November 2012 06:52 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] commadline parameter

Re: [WiX-users] commadline parameters to bootstrapper

2012-11-12 Thread Neil Sleightholm
2012 10:35 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] commadline parameters to bootstrapper Yes. The BA gets all the "unknown" command-line parameters and can do whatever it wants with them, such as set a Variable that is passed to an MsiProperty

Re: [WiX-users] commadline parameters to bootstrapper

2012-11-12 Thread Syam Pinnaka
ler XML toolset. Subject: Re: [WiX-users] commadline parameters to bootstrapper Yes. The BA gets all the "unknown" command-line parameters and can do whatever it wants with them, such as set a Variable that is passed to an MsiProperty. On Mon, Nov 12, 2012 at 9:42 PM, Syam Pinnaka wr

Re: [WiX-users] commadline parameters to bootstrapper

2012-11-12 Thread Rob Mensching
Yes. The BA gets all the "unknown" command-line parameters and can do whatever it wants with them, such as set a Variable that is passed to an MsiProperty. On Mon, Nov 12, 2012 at 9:42 PM, Syam Pinnaka wrote: > Is it possible to pass commandline parameters to the bootstrapper > application lik