winget-cli
winget-cli copied to clipboard
x86 is detected outdated, x64 is installed despite already up-to-date
Brief description of your issue
What you see here is, dass the Runtime 3.1.27 is detected outdated but in x86 version. As you see x64 is already up to date. Unfortunately winget is always download and installing x64 version and not x86 version.
Steps to reproduce
Expected behavior
Actual behavior
Environment
-
Sorry. Here is the screenshot of the Desktop Runtime downloaded and installed:
I think this is the same problem as:
- #2427
Related to:
- https://github.com/microsoft/winget-cli/issues/2129
I believe having x86 and x64 versions as separate packages would solve this issue, as discussed in https://github.com/microsoft/winget-pkgs/issues/82561
the only solution i got was using the update command as follows:
winget -a x86 --all - this upgrades the x86 packages
hope it works