-
Notifications
You must be signed in to change notification settings - Fork 4.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
winget upgrade fails to list correct version and reinstalls even if latest version is installed #94165
Comments
Similar issue to #91888 where the newer version is missing ARP Entries |
Resolved for me when upgrading from 3.1.10 to 5.6.2. @AbhishekAlate Please confirm at your end. ~ winget list workspaces
Name Id Version Available Source
------------------------------------------------------------------
Amazon WorkSpaces Amazon.WorkspacesClient 3.1.10 5.6.2 winget
~ winget upgrade workspaces
Found Amazon WorkSpaces [Amazon.WorkspacesClient] Version 5.6.2
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://d2td7dqidlhjx7.cloudfront.net/prod/global/windows/Amazon+WorkSpaces.msi
██████████████████████████████ 351 MB / 351 MB
Successfully verified installer hash
Starting package install...
Successfully installed
~ winget list workspaces
Name Id Version Source
---------------------------------------------------------
Amazon WorkSpaces Amazon.WorkspacesClient 5.6.2 winget |
That's is surprising, let me check, I ran this just before posting. |
Users are not facing this issue anymore, thank you for the quick response, I really appreciate it. |
What is displayed in Windows Apps & Features? |
This is again the same case where the newer version is missing ARP Entries. I've opened a PR to resolve this issue. Edit: @AlejoMendoza87 The issue should be resolved now. |
It's working now, let's hope it doesn't break in the next update. |
Brief description of your issue
Incorrect version of the product is reported on winget upgrade CLI and winget upgrade --id Amazon.WorkspacesClient reinstalls the latest version.
I see the right version in Apps:
Example:
Amazon WorkSpaces Amazon.WorkspacesClient > 3.1.10 5.6.2.3417 winget
Steps to reproduce
winget upgrade
to lilst the packages, it'll show the incorrect versionwinget upgrade --id Amazon.WorkspacesClient
Expected behavior
It should not reinstall version 5.6.2.
Actual behavior
It reinstalls the latest version.
Environment
The text was updated successfully, but these errors were encountered: