Re: [WiX-users] P2 Question: How to debug and read log file

2009-06-01 Thread little.forest
embly attribute to install GAC Assmebly. Thank you guys! /Brian From: Sascha Beaumont To: General discussion for Windows Installer XML toolset. Sent: Sunday, May 31, 2009 10:00:34 PM Subject: Re: [WiX-users] P2 Question: How to debug and read log file As mention

Re: [WiX-users] P2 Question: How to debug and read log file

2009-05-31 Thread Sascha Beaumont
As mentioned in another thread, http://msdn.microsoft.com/en-us/library/dkkx7f79.aspx states that gacutil is for dev purposes only and should not be used in production. For analyzing log files, try "wilogutl.exe" from the Windows Installer SDK. Regarding install/uninstall, Virtual Machines and Sna

Re: [WiX-users] P2 Question: How to debug and read log file

2009-05-30 Thread AG Crum
I don't have an answer for #1, but as for reading the log, I've found wilogutl.exe (from the MSI SDK) to be useful. http://msdn.microsoft.com/en-us/library/aa372811(VS.85).aspx There is a Annotated Windows Installer Log word document here: http://blogs.technet.com/richard_macdonald/archive/2007/04

Re: [WiX-users] P2 Question: How to debug and read log file

2009-05-30 Thread Wilson, Phil
nt: Friday, May 29, 2009 3:32 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] P2 Question: How to debug and read log file Hi, I'd like to ask this question for a while. It's not that urgent(so I make it as P2 question - Priority 2) but I still would like to know: 1.. How to de

[WiX-users] P2 Question: How to debug and read log file

2009-05-29 Thread little.forest
Hi, I'd like to ask this question for a while. It's not that urgent(so I make it as P2 question - Priority 2) but I still would like to know: 1.. How to debug in WiX? I mean, is there a way to do code debugging in WiX by setting break points or step into the code etc. - just like what we do when