Debugging Windows Installer (MSI) using Visual Studio 2005
I was struggling to debug my custom action class... Oh gush real pain How to debug this stuff..
i searched and got the simple way to debug Windows Installer (MSI) is to put below cool line in begining of your custom action class code
"Debugger.Break" !!! and you are ready to go...
Comments
- Anonymous
August 26, 2007
The comment has been removed - Anonymous
August 26, 2007
I found it! set MsiBreak=<name of your custom action>