You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple installed packages found matching input criteria. Please refine the input.
Name Id
---------------------------------------------------------------------------------------------------------
Microsoft Visual C++ 2015-2022 Redistributable (x86) Microsoft.VC++2015-2022Redist-x86
Microsoft Visual C++ 2015-2022 Redistributable (x64) - 14.31.30818 {69becc62-c3d6-4307-9fc5-738d92cdf886}
Multiple installed packages found matching input criteria. Please refine the input.
Name Id
---------------------------------------------------------------------------------------------------------
Microsoft Visual C++ 2015-2022 Redistributable (x86) Microsoft.VC++2015-2022Redist-x86
Microsoft Visual C++ 2015-2022 Redistributable (x64) - 14.31.30818 {69becc62-c3d6-4307-9fc5-738d92cdf886}
Multiple installed packages found matching input criteria. Please refine the input.
Name Id
---------------------------------------------------------------------------------------------------------
Microsoft Visual C++ 2015-2022 Redistributable (x86) Microsoft.VC++2015-2022Redist-x86
Microsoft Visual C++ 2015-2022 Redistributable (x64) - 14.31.30818 {69becc62-c3d6-4307-9fc5-738d92cdf886}
Multiple installed packages found matching input criteria. Please refine the input.
Name Id
---------------------------------------------------------------------------------------------------------
Microsoft Visual C++ 2015-2022 Redistributable (x86) Microsoft.VC++2015-2022Redist-x86
Microsoft Visual C++ 2015-2022 Redistributable (x64) - 14.31.30818 {69becc62-c3d6-4307-9fc5-738d92cdf886}
Expected behavior
Either one of the command below should have successfully upgraded Microsoft.VC++2015-2022Redist-x86
winget upgrade -e "Microsoft Visual C++ 2015-2022 Redistributable (x86)"
winget upgrade -e --name "Microsoft Visual C++ 2015-2022 Redistributable (x86)"
Actual behavior
Returns message stating there are multiple packages that match criteria with a list of similarly named packages, even when using ID and the IDs of the packages are different
Multiple installed packages found matching input criteria. Please refine the input.
Name Id
---------------------------------------------------------------------------------------------------------
Microsoft Visual C++ 2015-2022 Redistributable (x86) Microsoft.VC++2015-2022Redist-x86
Microsoft Visual C++ 2015-2022 Redistributable (x64) - 14.31.30818 {69becc62-c3d6-4307-9fc5-738d92cdf886}
Environment
Windows Package Manager v1.1.12986
Copyright (c) Microsoft Corporation. All rights reserved.
Windows: Windows.Desktop v10.0.19042.1348
Package: Microsoft.DesktopAppInstaller v1.16.12986.0
The text was updated successfully, but these errors were encountered:
@Jason1269 we've identified this Issue as a duplicate of another one that already exists. This specific instance is being closed in favor of tracking the concern over on the referenced Issue. Thanks for your report! Be sure to add your 👍 to the other issue to help raise the priority.
Brief description of your issue
Unable to upgrade package when there are more than one with similar names installed on the system even after the other package has been upgraded.
Packages with upgrade issues:
No command combination with
-e
--name
or--id
workedSteps to reproduce
Using package Microsoft.VC++2015-2022Redist-x86 as example
PS C:> winget --version
v1.1.12986
PS C:> winget upgrade
PS C:> winget upgrade --id Microsoft.VC++2015-2022Redist-x86
PS C:> winget upgrade -e --id Microsoft.VC++2015-2022Redist-x86
PS C:> winget upgrade --name "Microsoft Visual C++ 2015-2022 Redistributable (x86)"
PS C:> winget upgrade -e --name "Microsoft Visual C++ 2015-2022 Redistributable (x86)"
Expected behavior
Either one of the command below should have successfully upgraded Microsoft.VC++2015-2022Redist-x86
winget upgrade --id Microsoft.VC++2015-2022Redist-x86
winget upgrade -e --id Microsoft.VC++2015-2022Redist-x86
winget upgrade -e "Microsoft Visual C++ 2015-2022 Redistributable (x86)"
winget upgrade -e --name "Microsoft Visual C++ 2015-2022 Redistributable (x86)"
Actual behavior
Returns message stating there are multiple packages that match criteria with a list of similarly named packages, even when using ID and the IDs of the packages are different
Environment
The text was updated successfully, but these errors were encountered: