Application installation
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
FrankSpierings
17 years ago
- 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 /?
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
17 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.