I know that I can parse the command line parameters in Burn Managed UI and doing all that I want, I was thinking about if is there yet some feature implemented in Wix burn for this purpose.We used this feature in InstallShield, it is very usefull, as we have an installer with many user choises so if we want to run silent install (to install prefixed configurations very quickly), for installing with a batch file in customers pc for example, all that we have to do is running one time the installer with the -r command parameters, 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 +0000 > Subject: Re: [WiX-users] Response file for silent installation [P] > > 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 would overwrite the properties in the > MSI... > > To get all the command line parameters just run MSIEXEC.EXE from a command > prompt > > Steve > > -----Original Message----- > From: Chad Petersen [mailto:chad.peter...@harlandfs.com] > Sent: May-15-13 2:16 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Response file for silent installation > > Look at what you pointed to. It's an article from 2006 dealing with > InstallSheild 12 (NOT 2012) so it is very old. Some of it still applies to > older projects but I don't think that applies to a Basic MSI project. > > If you run your MSI with MSIEXEC.EXE command line parameters to generate a > verbose log file the COMMANDLINE that is executed by the engine is logged. > You can grab that from the log file and use it as a basis for other command > lines but that's the way I know of. Probably just haven't run across anything > better and it works but others will be along to share their techniques if > there's something better. > > -----Original Message----- > From: Marco Tognacci [mailto:mark...@live.it] > Sent: Wednesday, May 15, 2013 10:35 AM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Response file for silent installation > > Is there any way for recording user choise, to generate a file to use for > running the setup in silent mode like InstallShield do with -r command line > parameter? as explained in the help reported in the link > http://kb.flexerasoftware.com/doc/Helpnet/installshield12helplib/CreatetheResponseFile.htm > > ------------------------------------------------------------------------------ > AlienVault Unified Security Management (USM) platform delivers complete > security visibility with the essential security capabilities. Easily and > efficiently configure, manage, and operate all of your security controls from > a single console and one unified framework. Download a free trial. > http://p.sf.net/sfu/alienvault_d2d > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > > > > ------------------------------------------------------------------------------ > AlienVault Unified Security Management (USM) platform delivers complete > security visibility with the essential security capabilities. Easily and > efficiently configure, manage, and operate all of your security controls from > a single console and one unified framework. Download a free trial. > http://p.sf.net/sfu/alienvault_d2d > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > > > > This message has been marked as Public by Steven Ogilvie on May-15-13 2:27:03 > PM. > > The above classification labels were added to the message by TITUS Message > Classification. > For more information visit www.titus.com. > > ------------------------------------------------------------------------------ > AlienVault Unified Security Management (USM) platform delivers complete > security visibility with the essential security capabilities. Easily and > efficiently configure, manage, and operate all of your security controls > from a single console and one unified framework. Download a free trial. > http://p.sf.net/sfu/alienvault_d2d > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ AlienVault Unified Security Management (USM) platform delivers complete security visibility with the essential security capabilities. Easily and efficiently configure, manage, and operate all of your security controls from a single console and one unified framework. Download a free trial. http://p.sf.net/sfu/alienvault_d2d _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users