Re: [WiX-users] Passing Control parameter with MSIEXEC command

2008-09-16 Thread Vivek
It worked for me, Thanks so much Phil. :-) Wilson, Phil wrote: > > Msiexec /I my.msi MYPROP=1 > > Will set the public property MYPROP. The you use it in a custom action > condition for running your cmd file. > > Phil Wilson > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[

Re: [WiX-users] Passing Control parameter with MSIEXEC command

2008-09-16 Thread Wilson, Phil
Msiexec /I my.msi MYPROP=1 Will set the public property MYPROP. The you use it in a custom action condition for running your cmd file. Phil Wilson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vivek Sent: Tuesday, September 16, 2008 8:46 AM To: wix-us