> From: r...@robmensching.com
> Date: Tue, 11 Jan 2011 23:20:35 -0800
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Running Burn-driven installer in quiet mode (command 
> line parameters)
> 
> 1. Yes, absolutely. Burn supports parsing the "standard package switches"

It would be nice to add one more, "/?", just to be able to check the list of 
available "standard package switches" or even show the options from a 
bootstrapper application DLL used.

> 2. The complete list is dependent on the Bootstrapper Application you pick.
> The wixstdba supports only the "standard package switches":
[...]
> -layout = create a local image of the bootstrapper (i.e. download files so
> they can be burned to DVD)

What's the directory structure for the resulting local image? Does 
MsiPackage/@Name attribute responsible for that? 

> 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).

I see now. It's a BOOTSTRAPPER_COMMAND parameter of 
BootstrapperApplicationCreate function.

One more thing. In documentation I've seen a notice of IBurnUserExperience 
interface ("Building a Bootstrapper Application for Burn" chapter), but 
couldn't find a reference to it in WiX source code. Has the interface been 
replaced by IBootstrapperApplication and it's just a documentation bug? I do 
understand that the current documentation on Burn is incomplete, so I'll dig 
into WiX source files a little bit.
                                          
------------------------------------------------------------------------------
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