Add Un-install Capability to Insaller Project

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have Installer project for my application and i added them to user program
menu , how can I add the un-install execution file in user program menu?
 
Raed,

You shouldn't really be doing this. Proper installations should be
uninstalled through the "Add/Remove Programs" item in the Control Panel now.
Since you are using an installer project, it will add the item to the list
of installed applications, and offer the option to remove it.

Hope this helps.
 
Back
Top