I have a WebSetup for my C# web project. I also have a class that extends System.Configuration.Install.Installer, a custom application that is called when I install my web project. Is there anyway I can use the debugger on my custom action class? I'd like to step through my code while installing.