Well, if you use VS.NET's "Setup Project", you can create installers &
uninstallers for your applications. Otherwise, they're are other installers
that you can use, like Wise, NSIS, etc.
I have not seen any option to create an uninstaller in the setup project.
How do I do that. I also would like to add a shortcut for uninstall in the
programs folder.
An uninstaller is wrapped up within an Installation project. You cannot create a uninstaller only, it must be coupled with an installer. What exactly are you trying to accomplish, maybe I can help you further determine what you need to do.
I have not seen any option to create an uninstaller in the setup project.
How do I do that. I also would like to add a shortcut for uninstall in the
programs folder.
Thanks.
James
matthawley said:
Well, if you use VS.NET's "Setup Project", you can create installers &
uninstallers for your applications. Otherwise, they're are other installers
that you can use, like Wise, NSIS, etc.