Can someone tell me how to debug a custom installer class in an installer project. My custom installer class and installer are in the same solution.
Regards, Severe Suman
You can try inserting Debugger.Break () inside the method of the Installer class that you want to debug, which will trigger a debugging session.
Or you can try connecting the debugger to msiexec.exe