On 08-Mar-14 17:04, Phill Hogland wrote: > I have a bundle with an mba and several nearly identical MsiPackages (which > install various printer drivers). So except for a different path to the msi > the bundle MsiPackage authoring is identical for each driver package. The > thing that I noticed is that when I set LOGVERBOSE on the command line of > the bundle, I can see in the mba's InstallViewModel in > ExecutePackageComplete that for each MsiPackage the > sender.base.Command.wzCommandLine includes "LOGVERBOSE" (or whatever command > line parameter I handed to my bundle.) The Command object applies to the whole bundle; it's not package-specific. Burn automatically requests verbose logging but uses the MSI API to do so. LOGVERBOSE is a property used by WiX custom actions to determine whether they should log verbose messages. See http://www.joyofsetup.com/2008/07/15/verbose-logging-from-wcautil/.
-- sig://boB http://joyofsetup.com/ ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users