MSIs not uninstalling after installing Base bundle + Patch bundle #9252
Unanswered
kalyani1217
asked this question in
Questions
Replies: 1 comment
-
|
Try WiX v7. There were fixes in this domain. If not, see if the issue is being tracked. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
We have a Base bundle (WiX v6) that installs two MSI packages.
Currently creating a Hotfix bundle that contains only MSP patches for those MSIs.
Installation flow:
Install Base bundle (MSI1 + MSI2 installed)
Install Hotfix bundle (MSPs applied successfully)
Uninstall bundles
Issue:
Only the bundle ARP entries are removed, but the MSI packages remain installed. The MSIs are not being uninstalled. Permanent="yes" is not set anywhere.
MSIPackage:
MSPPackage in patch bundle:
Thanks for the help!
Open Source Maintenance Fee
wixtoolsetproject because I support the maintainers.Beta Was this translation helpful? Give feedback.
All reactions