-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Some packages will not listed by winget upgrade, even upgrade packages are available in winget repository #16011
Comments
futher references: |
Just a quick comment on the VC++ Redistributable packages, we have been trying to get it to work, but those damn things won't register.. |
Hello @OfficialEsco |
Yeah, however we can't even make VC++2008Redist-x64 match even tho it registers in both places as |
After looking at the log file for Winget after running the upgrade command and checking to see how Winget normalizes names |
@Karl-WE - I think this has now been identified as the root cause being microsoft/winget-cli#2995 Would you be okay closing this issue, since it's now been identified that the CLI is the cause? |
Hi @Trenly thank you for housekeeping. I believe this issue is no longer. |
Brief description of your issue
this is a copy of microsoft/winget-cli#1093 (comment) as it is not yet clear if this is a repository issue or a winget issue. Once identified the other one could be closed.
Certain packages that are installed on a device will not be handled (or not handled correctly) via Winget upgrade
This might also affect other packages. In this case the source and target installers are MSI so there is no confusion about different installers.
winget list shows the packages and their installer IDs. (see environment)
Steps to reproduce
Expected behavior
winget upgrade should list available upgrades for these packages
Actual behavior
winget upgrade does not list upgrades for these packages
Environment
Windows Package Manager v1.0.11451
Copyright (c) Microsoft Corporation. Alle Rechte vorbehalten.
Windows: Windows.Desktop v10.0.21390.1
Paket: Microsoft.DesktopAppInstaller v1.11.11451.0
Windows 10 Insider Dev 21390
Any other software?
Upgraded the packages manually via winget install
result:
PS C:\WINDOWS\system32> winget list c++
Name ID Version
Microsoft Visual C++ 2012 Redistributable (x86) - 11.0.61030 {33d1fd90-4274-48a1-9bc1-97e33d9c2d6f} 11.0.61030.0
Microsoft Visual C++ 2015-2019 Redistributable (x64) - 14.29.30037 {4b2f3795-f407-415e-88d5-8c8ab322909d} 14.29.30037.0
Microsoft Visual C++ 2012 Redistributable (x64) - 11.0.61030 {ca67548a-5ebe-413a-b50c-4b9ceb6d66c6} 11.0.61030.0
Microsoft Visual C++ 2015-2019 Redistributable (x86) - 14.29.30037 {dfea0fad-88b2-4a1f-8536-3f8f9391f4ef} 14.29.30037.0
The text was updated successfully, but these errors were encountered: