Re: [WiX-users] How to debug CustomAction DLL

2010-09-06 Thread Rob Mensching
I like to use the AssertSz(FALSE, debug XxxCA here); from dutil.h. The resulting dialog gives lots of information to make it easy to attach. On Wed, Aug 25, 2010 at 2:00 PM, gapearce mr_gapea...@yahoo.com wrote: I found it pretty easy and straightforward using VS2008 to attach to a setup

Re: [WiX-users] How to debug CustomAction DLL

2010-08-25 Thread dB .
Message- From: little.forest [mailto:little.for...@ymail.com] Sent: Tuesday, August 24, 2010 5:12 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to debug CustomAction DLL Dear Wix Experts: We have a CustomAction DLL written in C. How to debug it? There are a few posts about

Re: [WiX-users] How to debug CustomAction DLL

2010-08-25 Thread Wilson, Phil
- From: Christopher Painter [mailto:chr...@deploymentengineering.com] Sent: Tuesday, August 24, 2010 5:13 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] How to debug CustomAction DLL I think I recall you sometimes have to reboot and/or restart the Msiexec

Re: [WiX-users] How to debug CustomAction DLL

2010-08-25 Thread gapearce
I found it pretty easy and straightforward using VS2008 to attach to a setup program awaiting user input from a message box. It was very easy... This MSND article touches on it - http://msdn.microsoft.com/en-us/library/aa368264%28VS.85%29.aspx - just attach to the process that has your

[WiX-users] How to debug CustomAction DLL

2010-08-24 Thread little.forest
Dear Wix Experts: We have a CustomAction DLL written in C. How to debug it? There are a few posts about it: Post1: http://www.davidmoore.info/2010/06/28/how-to-debug-a-windows-installer-custom-action/ Post2: http://blogs.msdn.com/b/astebner/archive/2005/06/17/430320.aspx Post3:

Re: [WiX-users] How to debug CustomAction DLL

2010-08-24 Thread Tony Juricic
, 2010 5:12 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to debug CustomAction DLL Dear Wix Experts: We have a CustomAction DLL written in C. How to debug it? There are a few posts about it: Post1: http://www.davidmoore.info/2010/06/28/how-to-debug-a-windows-installer-custom

Re: [WiX-users] How to debug CustomAction DLL

2010-08-24 Thread Christopher Painter
...@ymail.com] Sent: Tuesday, August 24, 2010 5:12 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to debug CustomAction DLL Dear Wix Experts: We have a CustomAction DLL written in C. How to debug it? There are a few posts about it: Post1: http://www.davidmoore.info/2010/06/28/how