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
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
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 +
>
, 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
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
5 matches
Mail list logo