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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -