How do I write an uninstall program in .NET?

  • Thread starter Thread starter Guest
  • Start date Start date
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.

HTH,
Matt Hawley, MCAD .NET
http://www.eworldui.net
 
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
 
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.

Matt Hawley, MCAD .NET
http://www.eworldui.net

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.

HTH,
Matt Hawley, MCAD .NET
http://www.eworldui.net



[microsoft.public.dotnet.general]
 
Back
Top