Unfortunately verbose logging on its own is not enough, to get a property dump you also need to set INSTALLLOGMODE_PROPERTYDUMP. So effectively burn is running the msi with /Lv which misses some of the useful logging.
I would suggest that the default logging should really be: INSTALLLOGMODE_FATALEXIT | INSTALLLOGMODE_ERROR | INSTALLLOGMODE_WARNING | INSTALLLOGMODE_USER | INSTALLLOGMODE_INFO | INSTALLLOGMODE_RESOLVESOURCE | INSTALLLOGMODE_OUTOFDISKSPACE | INSTALLLOGMODE_ACTIONSTART | INSTALLLOGMODE_ACTIONDATA | INSTALLLOGMODE_VERBOSE | INSTALLLOGMODE_PROPERTYDUMP | INSTALLLOGMODE_COMMONDATA (this is probably not required as there isn't a UI) This should give the equivalent of /L*v or /Lvoicewarmup. This would still leave out the INSTALLLOGMODE_EXTRADEBUG setting which I believe slows down installs. I'll raise a defect for this so it is not lost. Neil -----Original Message----- From: Rob Mensching [mailto:r...@robmensching.com] Sent: 24 November 2012 07:40 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Burn Logging Level for MSIs Burn always sets verbose logging and will set extra logging if you set extra logging in the MSI Logging registry key. I don't know why the property dump wouldn't show up... On Thu, Nov 22, 2012 at 8:58 AM, Neil Sleightholm <n...@x2systems.com>wrote: > What level of logging does burn use when installing MSIs? I have > noticed that the logs don't contain a list of properties at the end > when compared to using my default of /L*v. Is there any way to enable > the property list in the logs? > > Thanks > > Neil > > Neil Sleightholm > X2 Systems Limited > n...@x2systems.com<mailto:n...@x2systems.com> > > > ---------------------------------------------------------------------- > -------- Monitor your physical, virtual and cloud infrastructure from > a single web console. Get in-depth insight into apps, servers, > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > -- virtually, Rob Mensching http://RobMensching.com LLC ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users