المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Uninstalling (setup and d eployment project) - newbie question



C# Programming
06-30-2009, 11:20 PM
Hi,

I made an installer using the VS 2005 setup and deployment project. I made a custom installer class and overrode the Install, Uninstall and Rollback methods. I installed my program, which worked, but when I tried to uninstall it, there was an exception. Now I don't know how to uninstall my program. Also, I don't know how to debug the installer.

If anyone could provide some insight, it would be much appreciated.

Thank you very much

choo_chu