Re: [WiX-users] Response file for silent installation [P]

2013-05-15 Thread Marco Tognacci
t; To: wix-users@lists.sourceforge.net > Date: Wed, 15 May 2013 21:07:58 +0000 > Subject: Re: [WiX-users] Response file for silent installation [P] > > I had discussed something similar to this a while back, utilizing an INI file > to pre-populate variables that were override able. I guess this wo

Re: [WiX-users] Response file for silent installation [P]

2013-05-15 Thread Hoover, Jacob
r XML toolset. Subject: Re: [WiX-users] Response file for silent installation [P] That would be a BootstrapperApplication feature and the wixstdba doesn't implement anything like that today. It'd be a cool feature, although it'd also have to be tailored to each custom BA probably since y

Re: [WiX-users] Response file for silent installation [P]

2013-05-15 Thread Rob Mensching
make user interaction for creating the > configuration file, and then use this generated file for launching the > silent installations. > > > From: steven.ogil...@titus.com > > To: wix-users@lists.sourceforge.net > > Date: Wed, 15 May 2013 18:27:03 + >

Re: [WiX-users] Response file for silent installation [P]

2013-05-15 Thread Marco Tognacci
, and then use this generated file for launching the silent installations. > From: steven.ogil...@titus.com > To: wix-users@lists.sourceforge.net > Date: Wed, 15 May 2013 18:27:03 + > Subject: Re: [WiX-users] Response file for silent installation [P] > > Classification: Publi

Re: [WiX-users] Response file for silent installation [P]

2013-05-15 Thread Steven Ogilvie
Classification: Public If you want to run your MSI with specific properties set (like you would creating a response file from InstallShield) you can run it as: MSIEXEC.EXE /I mymsi.msi MYPROPERTY=AValue MYOTHERPROPERTY=SomeOtherValue SOMECONTROL=1 /quiet These properties via the command line wo