installer - How to add uninstall option in .NET Setup Project? -


the .net setup project seems have lot of options, don't see "uninstall" option.

i'd prefer if people "uninstall" standard "start menu" folder rather send them control panel uninstall app, can please tell me how this?

also, aware of non microsoft installers have feature, if possible i'd stay microsoft toolkit.

you can make shortcut to:

msiexec /uninstall [path msi or product code] 

Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -