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

2008-09-16 Thread Vivek
m: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Vivek > Sent: Tuesday, September 16, 2008 8:46 AM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Passing Control parameter with MSIEXEC command > > > Hi, > > What i am trying to achieve is,

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

2008-09-16 Thread Wilson, Phil
-users@lists.sourceforge.net Subject: [WiX-users] Passing Control parameter with MSIEXEC command Hi, What i am trying to achieve is, i have a file "xyz.cmd" which is doing some registry cleanup, i wish to run this file only if i pass a parameter from command line (e.g. msiexec /i myi

[WiX-users] Passing Control parameter with MSIEXEC command

2008-09-16 Thread Vivek
Hi, What i am trying to achieve is, i have a file "xyz.cmd" which is doing some registry cleanup, i wish to run this file only if i pass a parameter from command line (e.g. msiexec /i myinstall.msi -myparam) to my msi file. Is there a way i can do this, i looked for the mail archive all i