Replies: 2 comments 2 replies
-
Hmm, I'm not sure the order of related bundles' execution has ever been guaranteed. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@robmen and @yuvnith , When attempting to uninstall the base setup, Patch1 is removed before Patch2, which is not the expected behavior. In WiX v3, this issue did not occur. However, I'm seeing this behavior in WiX v5. @robmen , |
Beta Was this translation helpful? Give feedback.
1 reply
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
Scenario:
I have installed the following in sequence: (all 3 setups are generated using WiX v5)
RTM
Hotfix 1 (HF1)
Hotfix 2 (HF2)
Now, when I try to uninstall RTM, I observe the following behavior:

HF1 uninstall is triggered before HF2, even though HF2 was installed last.
Impact:
We have a validation that checks whether a lower version setup is being uninstalled while a higher version is still present. This behavior violates that check and causes issues in our uninstall
Request:
Can anyone help me understand why HF1 is being uninstalled before HF2, and how to resolve or work around this issue to ensure proper uninstall sequencing?
Open Source Maintenance Fee
wixtoolset
project because I support the maintainers.Beta Was this translation helpful? Give feedback.
All reactions