Downgrades aren't allowed in a <Bundle> but they are in a <Package> MSI? #8792
Unanswered
george7378
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
-
Hi all - I'm trying to allow downgrades in my Wix project, so that older versions can be properly installed on top of newer versions.
I've tried to do it by adding this to my
<Package>
:This seems to compile fine. However the project is wrapped in a
<Bundle>
bootstrapper, and I can't find any way to enable downgrades in this. Discussions seem to show that it can't be done for Wix bootstrappers.Is this true - and if so, why would it be allowed by MSIs and not by bundles?
I did try
SuppressDowngradeFailure="true"
in combination with my package changes above, but it still fails (only it shows the 'success' page instead of the error code).Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions