Debugging Installers

posted on 2005-03-02 at 13:06:17 by Joel Ross

Brian built a custom action for the Tourney Pool Manager installer, and every day that he talked to me about it, he kept asking me if I knew how to debug an installer. I told him I didn't, but other day, I came across this post by Josh Robinson. He explains that by adding this line:

System.Diagnostics.Debugger.Break();

you can debug the custom action. Very cool!

Categories: General