vote up 3 vote down star

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.

flag

2 Answers

vote up 4 vote down check

You can make shortcut to:

msiexec /uninstall [path to msi or product code]
link|flag
vote up 2 vote down

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

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.