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...