A project setup build in VS2005 is not getting uninstalled?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I had an in-process dll built in vs2005 c#, I had made a setup by using Setup and Deployment options, During uninstall, it is showing a message box that a sub key in the registry is unavailable, so ignore this error and continue. If I click OK, the setup is not gets uninstalled. How to remove this setup already installed? what is the problem in this? This may be the small issue, but many times this error wasting my time. Can anyone suggest how to avoid these kind of error, and also how to remove the setup which is not getting uninstalled?