views:

3357

answers:

2

The .NET Setup project seems to have a lot of options, but I don't see an "Uninstall" option.

I'd prefer if people could "uninstall" from the standard "start menu" folder rather than send them to the control panel to uninstall my app, so can someone please tell me how to do this?

Also, I am aware of non Microsoft installers that have this feature, but if possible I'd like to stay with the Microsoft toolkit.

+3  A: 

Have a look here, it may get you on your way:

http://www.codeguru.com/forum/showthread.php?p=978211

Carl
+6  A: 

You can make shortcut to:

msiexec /uninstall [path to msi or product code]
Mladen Jankovic