1. Yes, absolutely. Burn supports parsing the "standard package switches"
and will pass extra switches on the Bootstrapper Application so it can apply
additional behavior.

2. The complete list is dependent on the Bootstrapper Application you pick.
The wixstdba supports only the "standard package switches":

-q, -quiet, -s, -silent = silent install
-passive = progress bar only install
-norestart = suppress any restarts
-forcerestart = restart no matter what (I don't know why this is still
around)
-promptrestart = prompt if a restart is required (default)
-layout = create a local image of the bootstrapper (i.e. download files so
they can be burned to DVD)
-l, -log = log to a specific file (default is controled by bundle developer)
-uninstall = uninstall
-repair = repair (or install if not installed)
-package,-update = install (default if no -uninstall or -repair)

3. Yes, as noted above extra command-line parameters are passed to the
BootstrapperApplication and it can set Variables to flow into Chained
Packages (ExePackage XxxCommand attributes or MsiPackage/MsiProperty
element).
 On Tue, Jan 11, 2011 at 4:14 PM, Vitalii Dolia <vdo...@hotmail.com> wrote:

> Hi everyone,
>
> Is it possible to run Burn-driven installer in a quiet mode? What command
> line
> parameters are supported? Can I forward any parameter/property to chained
> package(s) via bootstrapper command line?
>
> Thanks in advance.
>
> --
> Vitalii Dolia
>
------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to