how to uninstall patch(exe) silently
I am using Wise Package studio and after installing the vendor MSI and then apply the Patch(.exe) silently by using /QX command. How to uninstall the Patch and main installer components completely.
0 Comments
[ + ] Show comments
Answers (7)
Please log in to answer
Posted by:
darkfang
15 years ago
Are you saying that you are using WPS to capture the vendor MSI and the patch together ? If so, msiexec /x [GUID] will uninstall your product .... but its not recommended to do that...ever...
Or, using the vendor and patch to install the product, you can uninstall the patch only with this command line:
msiexec /uninstall <PatchCodeGuid>[;Update2.msp] /package <Product.msi | ProductCode>
If you uninstall the product with a patch applied, msiexec /x [GUID] will uninstall everything.
Or, using the vendor and patch to install the product, you can uninstall the patch only with this command line:
msiexec /uninstall <PatchCodeGuid>[;Update2.msp] /package <Product.msi | ProductCode>
If you uninstall the product with a patch applied, msiexec /x [GUID] will uninstall everything.
Posted by:
darkfang
15 years ago
Posted by:
Packaging123
15 years ago
Posted by:
anonymous_9363
15 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.