Yes In the Custom Managed BA I always need to configure the UI as to set user choices in a variable perhaps attaching a property to the WixVariable such as responsable="true", but the Wix burn could make all the other job:Storing this kind of variables in xml file of configuration and stop installation (or proceed based on a command line parameter).And running the setup passing the configuration file as command line parameter the Burn engine will have to set the proper value for the variables and launch the setup in silent mode (or full UI mode).It will be a sort of configuration for the WixVariables to use in norma full ui mode setup (to have different default user UI configuration) or quiet mode to launch setup of a particular configuration in a bach mode.It will be possible to make this with an extension?
> From: jacob.hoo...@greenheck.com > 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 would be > taking it to the next step and allowing one to record the users choices. It > would be a bit difficult as you would probably only want to record the > options they changed (as values they didn't change could have a default value > that you could change in a later release). > > -----Original Message----- > From: Rob Mensching [mailto:r...@robmensching.com] > Sent: Wednesday, May 15, 2013 4:00 PM > To: General discussion for Windows Installer 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 you can do just > about anything your own BA. > > > On Wed, May 15, 2013 at 12:54 PM, Marco Tognacci <mark...@live.it> wrote: > > > 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/Creat > > etheResponseFile.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 > > > > > ------------------------------------------------------------------------------ > 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 ------------------------------------------------------------------------------ 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