How to use UpgradeBehavior: uninstallPrevious? #4254
Closed
tommaier123
started this conversation in
Configuration
Replies: 1 comment
-
It works as expected. But when testing using a local manifest and winget install it does not upgrade the rpevious installation |
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
-
I have switched from an installer created with a Visual Studio Setup Project to one created with Advanced installer. Both have the same upgrade code.
When running the manual UI installation the major upgrade works as expected.
I have set up a winget manifest for the new version but when I install through that it does not uninstall the old version.
This seems to be a problem caused by the installer running in reduced UI mode.
As a temporary workaround I want to use UpgradeBehavior: uninstallPrevious but the result is the same.
Am I using this incorrectly?
Here is my manifest
Beta Was this translation helpful? Give feedback.
All reactions