Unable to perform downgrade after updating to Wix4 #7756
-
I have a Wix installer project which was initially authored using Wix3 toolset and recently converted it to Wix4 using the conversion tool (heatwave extension in Visual Studio). I am using a managed bootstrapper application and some changes were required in the BA as part of the Wix4 upgrade. One thing that is not working is downgrade. Even though I have set |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
In an attempt to isolate the issue, I have tried replacing the custom bootstrapper with the standard bootstrapper application and I still get the same issue. The log is attached here. |
Beta Was this translation helpful? Give feedback.
-
That was an intentional design change in WiX v4. See the PR and linked issues for details. Generally, MSI packages don't downgrade well (MSI likes to keep higher-versioned files) so the best approach is generally to have the BA uninstall the higher-versioned bundle. |
Beta Was this translation helpful? Give feedback.
That was an intentional design change in WiX v4. See the PR and linked issues for details. Generally, MSI packages don't downgrade well (MSI likes to keep higher-versioned files) so the best approach is generally to have the BA uninstall the higher-versioned bundle.