How to downgrade in WiX v5 #8549
Unanswered
stvoorhees
asked this question in
Questions
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a custom bootstrapper application that supports downgrades. I am encountering an issue similar to this. The answer to the linked question states the bootstrapper should uninstall the higher-versioned bundle.
I capture the BundleId when
PlanRelatedBundleType
is raised.I uninstall the bundle manually when
ApplyDowngrade
is raised.The uninstallation is successful. But I still get
0x80070666
during theApply
phase.If I re-run the same installer (now that the higher-versioned bundle has been uninstalled), I get a successful installation.
What am I doing wrong?
Relevant log:
Yes, "DEV-GUID" is placeholder.
Beta Was this translation helpful? Give feedback.
All reactions