I've used IExpress in the past to wrap an MSI in an EXE - this lets you
specify a log file location.  I've been meaning to take a look at Burn to
see if there is a better way to accomplish this - from what Rob says it
looks like the only thing to do would be have the bootstrapper app copy the
files from the temp folder after the MSI finished.

For IExpress, I've got my build scripts kicking that off to package up the
MSI based on a Self Extracting Directive file - then another program
changing the EXE properties (version, manufacturer, etc).  I don't know if
it's the best way, but it does work...

-Adam

On Wed, Oct 26, 2011 at 9:43 AM, Lars Augensen
<lars.augen...@confirmit.com>wrote:

> Well, that bug is exactly why I need that functionality, so.. what is the
> alternate path you are thinking of using?
>
> -
> Lars Augensen
> Deployment Engineer
>
> -----Original Message-----
> From: Rob Mensching [mailto:r...@robmensching.com]
> Sent: 26. oktober 2011 16:38
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Hard-coding a log file location (with Burn?)
>
> Burn logs to %TEMP%, that's not configurable. There is a bug open that we
> need to use another path instead of %TEMP% because reboots on Windows server
> clear the folder. However, there are no plans to make the full path of the
> log file configurable.
>
> The MsiLogFileLocation sets variables in Burn to all the log files being
> generated so that your bootstrapper application can do whatever it wants
> with them after they are written.
>
> On Wed, Oct 26, 2011 at 7:12 AM, Lars Augensen
> <lars.augen...@confirmit.com>wrote:
>
> > Hi everyone,
> > I'm trying to get our setup to log to a specific location that is not
> > %temp% - per default.
> >
> > Given that the MsiLogFileLocation property is read-only and cannot be
> > used for giving another location, and telling the users to use msiexec
> > instead of setup.exe is not doable - do I have to make a custom
> > bootstrapper that sends /lvoicewarmupx c:\<path-to>my.log to msiexec?
> >
> > I assume this is something I could do with Burn, if someone could
> > point me in the direction of a Howto on Burn (I'm still unclear on
> > whether or not Burn should be used in a separate project from the
> > setup itself, and even what command-lines to use).. Do I then have to
> > handle all other commandlines, repair scenarios etc. myself?
> > The .chm file isn't totally clear on this as of yet..
> >
> > Lars Augensen
> > Deployment Engineer
> > lars.augen...@confirmit.com | Phone +47 2150 2572> | Mobile +47
> > 40224293
> >
> >
> > ----------------------------------------------------------------------
> > -------- The demand for IT networking professionals continues to grow,
> > and the demand for specialized networking skills is growing even more
> > rapidly.
> > Take a complimentary Learning@Cisco Self-Assessment and learn about
> > Cisco certifications, training, and career opportunities.
> > http://p.sf.net/sfu/cisco-dev2dev
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
>
>
> --
> virtually, Rob Mensching - http://RobMensching.com LLC
>
> ------------------------------------------------------------------------------
> The demand for IT networking professionals continues to grow, and the
> demand for specialized networking skills is growing even more rapidly.
> Take a complimentary Learning@Cisco Self-Assessment and learn about Cisco
> certifications, training, and career opportunities.
> http://p.sf.net/sfu/cisco-dev2dev
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> ------------------------------------------------------------------------------
> The demand for IT networking professionals continues to grow, and the
> demand for specialized networking skills is growing even more rapidly.
> Take a complimentary Learning@Cisco Self-Assessment and learn
> about Cisco certifications, training, and career opportunities.
> http://p.sf.net/sfu/cisco-dev2dev
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to