Helps when we're in RC for WiX v3.7 and looking to close bugs. <smile/>


On Tue, Nov 27, 2012 at 12:23 AM, Neil Sleightholm <n...@x2systems.com>wrote:

> Yes - I never thought to look what the MSP package did, it had exactly the
> correct code! Thanks for turning this around so quickly.
>
> -----Original Message-----
> From: Rob Mensching [mailto:r...@robmensching.com]
> Sent: 27 November 2012 08:07
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Burn Logging Level for MSIs
>
> Fix was a bit more simple than that but the same in the end. <smile/>
>
>
> On Sun, Nov 25, 2012 at 5:23 AM, Neil Sleightholm <n...@x2systems.com
> >wrote:
>
> > 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
> >
>
>
>
> --
> 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
>



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

Reply via email to