Change upgrade behaviour #561
Replies: 1 comment 6 replies
-
Hi @davidmashworth, WAU is a decision-making layer on top of a winget tool which relies on data provided via repository. I wet through these commands to reproduce your problem.winget install Oracle.JavaRuntimeEnvironment --version 8.0.3210.7
winget list Oracle.JavaRuntimeEnvironment
winget install Oracle.JavaRuntimeEnvironment
I ended up with one java, the latest one. We operate based on several preliminary assumptions:
Could any of the above have influenced the presented effect? |
Beta Was this translation helpful? Give feedback.
-
Hi all,
Apologies if this has already been discussed. I have just deployed this via Intune and testing with a small group of users. What we have noticed is that during updates, old versions of apps are left behind. I understand in some cases this may be required for keeping certain versions etc... but in our case, we would like to just update to the current version and remove all older versions.
From some reading, I have seen you can potentially use "upgradeBehavior: uninstallPrevious" - is that right? If so how would I go about implementing this?
Interestingly some apps like Notepad++ did the upgrade and no old versions remained
Beta Was this translation helpful? Give feedback.
All reactions