/build/static/layout/Breadcrumb_cap_w.png

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)

Posted by: darkfang 14 years ago
Blue Belt
0
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.
Posted by: Packaging123 14 years ago
Blue Belt
0
I created an MST and applied patch to it. I hope it is clear
Posted by: darkfang 14 years ago
Blue Belt
0
You should be able to extract the .msp from the .exe. After that, track down the .msp's patch code and you will be able to uninstall it with the command line I wrote.
Posted by: Packaging123 14 years ago
Blue Belt
0
After installing the patch exe and there is no msp file created in the %temp%. Is there is any other way to create an msp file by extracting an exe.
Posted by: darkfang 14 years ago
Blue Belt
0
patch.exe /v/a
patch.exe /extract

What is the product ?
Posted by: Packaging123 14 years ago
Blue Belt
0
I tried by extrating (Patch.exe) but it does'nt work.
Posted by: anonymous_9363 14 years ago
Red Belt
0
Patches can only be uninstalled if they are authored as such. If not, you won't be able to uninstall the patch, only the full product.
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