I need to know how to make an unstalling program or where I could get one
Printable View
I need to know how to make an unstalling program or where I could get one
If you use the package and deployment wizard to create the package .. the setup program will create an uninstall program for you..also your program will be added to the Add/remove programs in the control panel.
also you can use MS Visual studio installer 1.1 to create MSI packages that will make the application un-installable :)
Most installer packages, whether MSI, Intallshield, or Wise have everything you need and handle the uninstall automatically.