Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>