Skip to content
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 finding wrong architecture update for VC++ redistributable #3089

Closed
SadLoversandGiants opened this issue Mar 19, 2023 · 3 comments
Closed
Labels
Resolution-Duplicate Issue is a duplicate
Milestone

Comments

@SadLoversandGiants
Copy link

Brief description of your issue

It keeps finding the 14.34.31931 X64 release as the next update for the X86. As that is already installed, the installation will merely successfully reinstall it and then offer it the next time the winget upgrade command is ran.

image

Steps to reproduce

Run Winget Update with the Microsoft Visual C++ 2015-2019 Redistributable (x86) - 14.22.27821.0 version installed.

Expected behavior

For it to either show no update, or the correct update for X86.

Actual behavior

It is incorrectly showing the X64 version and redundantly re-installing it every time.

Environment

Windows: Windows.Desktop v10.0.19045.2728
System Architecture: X64
Package: Microsoft.DesktopAppInstaller v1.19.10173.0

Logs: %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\DiagOutputDir

User Settings: %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\settings.json
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage Issue need to be triaged label Mar 19, 2023
@fkelava
Copy link

fkelava commented Mar 20, 2023

Can confirm. The Microsoft.VCRedist.* packages' x64 versions are being misdetected as x86 versions, requiring you to go manually install the lot for now. This is true of all packages in that chain from 2005 to 2015+. I haven't tested the ARM runtimes, but they're also not subject to this issue since there's only one of each for those.

@denelon
Copy link
Contributor

denelon commented Mar 20, 2023

Duplicate of #2427

@denelon denelon marked this as a duplicate of #2427 Mar 20, 2023
@microsoft-github-policy-service
Copy link
Contributor

@SadLoversandGiants 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution-Duplicate Issue is a duplicate
Projects
None yet
Development

No branches or pull requests

3 participants