Re: [WiX-users] execute wix msi through cmd

2012-10-19 Thread Rob Hamflett
ber 11, 2012 12:37 AM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] execute wix msi through cmd > > Try this: > msiexec /i MyApplication.msi /qn WIXUI_LABNAME=TestSilent WIXUI_LABOWNER=Me > WIXUI_LABDESCRIPTION=description WIXUI_LABACCESS=1 > > Rob > >

Re: [WiX-users] execute wix msi through cmd

2012-10-18 Thread Senthil Chandran
--- From: Rob Hamflett [mailto:rob_hamfl...@sn.scee.net] Sent: Thursday, October 11, 2012 12:37 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] execute wix msi through cmd Try this: msiexec /i MyApplication.msi /qn WIXUI_LABNAME=TestSilent WIXUI_LABOWNER=Me WIXUI_LABDESCRIPTION=description

Re: [WiX-users] execute wix msi through cmd

2012-10-11 Thread Rob Hamflett
Try this: msiexec /i MyApplication.msi /qn WIXUI_LABNAME=TestSilent WIXUI_LABOWNER=Me WIXUI_LABDESCRIPTION=description WIXUI_LABACCESS=1 Rob On 10/10/2012 22:34, Senthil Chandran wrote: > I wrote a wix project that generates a msi to execute my exe. > Part of the installer, I collect data from u