cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JoderCoder
Level 8

Debugging into a Custom Action C++ dll

Is there a handy document that describes how to debug into a C++ dll that is called as a Custom Action? I tried to attach to the msiexec process with Visual Studio 08 with no success.

Thanks!
Labels (1)
0 Kudos
(1) Reply
ussraf
Level 6

JoderCoder wrote:
Is there a handy document that describes how to debug into a C++ dll that is called as a Custom Action? I tried to attach to the msiexec process with Visual Studio 08 with no success.

Thanks!


Check this: http://msdn.microsoft.com/en-us/library/aa368264(VS.85).aspx
0 Kudos