/build/static/layout/Breadcrumb_cap_w.png

Application installation

How do I create a shortcut that uninstalls my .MSI based application and include it in my installation?

0 Comments   [ + ] Show comments

Answers (2)

Posted by: FrankSpierings 16 years ago
Orange Senior Belt
0
- Guidelines state (if I'm not mistaken) that you should not include a shortcut to remove the installation.

Nevertheless you could create a shortcut (not advertised) which has msiexec as a target. As arguments it should have:
/X [ProductCode]
And for a silent uninstall you could use:
/X [ProductCode] /QB-

For more information about msiexec parameters execute msiexec /?
Posted by: jmcfadyen 16 years ago
5th Degree Black Belt
0
you could also look at authoring the upgrade table to automagically handle removal of other applications.

lookup these in the SDK

FindRelatedProducts
RemoveExistingProducts
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ