Re: [WiX-users] Get MSI logs when Burn chain failed

2012-03-01 Thread Rob Mensching
Yes, that is *exactly* what the LogPathVariable is for. On Wed, Feb 29, 2012 at 8:23 AM, Henning Krause wrote: > Hi, > > I have a burn chainer which installs an MSI. If the MSI fails (error 1603), > I only get said error code in the burn log (msi failed with error > 0x80070643). That's not very h

Re: [WiX-users] Get MSI logs when Burn chain failed

2012-03-01 Thread Peter Hull
As I understand it, if you run the setup program from the command line with the /log filename option you will get a log from burn and then a separate file from the msi if it runs at all. If I get problems I usually try to install the bare msi first and then if that is OK I can assume it's somet