microsoft / microsoft/winget-pkgs

[Package Issue]: Microsoft.VCRedist.2005.x64

Open
#297,485 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Issue-Bug Needs-Triage
Dominant language
No language data
Stars
11.1k
Forks
9.7k
Avg merge
1h 32m
Merged PRs (30d)
376

Description

Please confirm these before moving forward
  • I have searched for my issue and not found a work-in-progress/duplicate/resolved issue.
  • I have not been informed if the issue is resolved in a preview version of the winget client.
Category of the issue

No applicable update found.

Brief description of your issue

Today I came across the situation that winget update shows an update for Microsoft.VCRedist.2005.x64.
When trying to upgrade, it fails with no available upgrade found.

The issue I want to report here is that I'm not able to use winget without expert parameters to upgrade the package from 8.0.50727.42 to 8.0.61000.

Then I searched for Microsoft.VCRedist.2005.x64 · Issues · microsoft/winget-pkgs and found eight results, one is #297168 .

Because I'm not sure if that helps me in my case, I tried to uninstall the existing packages and directly install the latest Versions of both x86 and x64.

After that winget update shows no update for Microsoft.VCRedist.2005.x64 and my problem seem to be solved.

Steps to reproduce
C:\>winget update
Name                                            ID                                        Version      Verfügbar    Quelle
--------------------------------------------------------------------------------------------------------------------------
...
Microsoft Visual C++ 2005 Redistributable (x64) Microsoft.VCRedist.2005.x64               8.0.50727.42 8.0.61000    winget
...
...
...
5 Aktualisierungen verfügbar.
Mindestens 2 Paket verfügt über Versionsnummern, die nicht ermittelt werden können. Verwenden Sie „--include-unknown“, um alle Ergebnisse anzuzeigen.

C:\>winget update Microsoft.VCRedist.2005.x64
Kein verfügbares Upgrade gefunden.
In den konfigurierten Quellen sind keine neueren Paketversionen verfügbar.

C:\>winget search --source winget --id Microsoft.VCRedist.2005
Name                                            ID                          Version
-------------------------------------------------------------------------------------
Microsoft Visual C++ 2005 Redistributable (x64) Microsoft.VCRedist.2005.x64 8.0.61000
Microsoft Visual C++ 2005 Redistributable       Microsoft.VCRedist.2005.x86 8.0.61001
C:\>winget remove Microsoft.VCRedist.2005.x64 Microsoft.VCRedist.2005.x86
(1/2) Gefunden Microsoft Visual C++ 2005 Redistributable (x64) [Microsoft.VCRedist.2005.x64]
Mehrere Versionen dieses Pakets sind installiert. Verfeinern Sie die Suche, übergeben Sie das Argument "--version", um eines auszuwählen, oder übergeben Sie das Flag "--all-versions", um alle zu deinstallieren.

(2/2) Gefunden Microsoft Visual C++ 2005 Redistributable [Microsoft.VCRedist.2005.x86]
Mehrere Versionen dieses Pakets sind installiert. Verfeinern Sie die Suche, übergeben Sie das Argument "--version", um eines auszuwählen, oder übergeben Sie das Flag "--all-versions", um alle zu deinstallieren.


C:\>winget remove Microsoft.VCRedist.2005.x64
Mehrere Versionen dieses Pakets sind installiert. Verfeinern Sie die Suche, übergeben Sie das Argument "--version", um eines auszuwählen, oder übergeben Sie das Flag "--all-versions", um alle zu deinstallieren.

C:\>winget remove Microsoft.VCRedist.2005.x64 Microsoft.VCRedist.2005.x86 --all-versions
(1/2) Gefunden Microsoft Visual C++ 2005 Redistributable (x64) [Microsoft.VCRedist.2005.x64]
(1/2) Gefunden Microsoft Visual C++ 2005 Redistributable (x64) [Microsoft.VCRedist.2005.x64]
Paket-Deinstallation wird gestartet...
Erfolgreich deinstalliert

(2/2) Gefunden Microsoft Visual C++ 2005 Redistributable (x64) [Microsoft.VCRedist.2005.x64]
Paket-Deinstallation wird gestartet...
Erfolgreich deinstalliert


(2/2) Gefunden Microsoft Visual C++ 2005 Redistributable [Microsoft.VCRedist.2005.x86]
(1/2) Gefunden Microsoft Visual C++ 2005 Redistributable [Microsoft.VCRedist.2005.x86]
Paket-Deinstallation wird gestartet...
Erfolgreich deinstalliert

(2/2) Gefunden Microsoft Visual C++ 2005 Redistributable (x64) [Microsoft.VCRedist.2005.x86]
Paket-Deinstallation wird gestartet...
Deinstallation fehlgeschlagen mit Exitcode: 1605



C:\>winget remove Microsoft.VCRedist.2005.x64 Microsoft.VCRedist.2005.x86 --all-versions
Es wurde kein installiertes Paket gefunden, das den Eingabekriterien entspricht.
Paket nicht gefunden: Microsoft.VCRedist.2005.x64
Es wurde kein installiertes Paket gefunden, das den Eingabekriterien entspricht.
Paket nicht gefunden: Microsoft.VCRedist.2005.x86
C:\>winget install Microsoft.VCRedist.2005.x64 Microsoft.VCRedist.2005.x86
(1/2) Gefunden Microsoft Visual C++ 2005 Redistributable (x64) [Microsoft.VCRedist.2005.x64] Version 8.0.61000
Diese Anwendung wird von ihrem Besitzer an Sie lizenziert.
Microsoft ist nicht verantwortlich und erteilt keine Lizenzen für Pakete von Drittanbietern.
Download läuft https://download.microsoft.com/download/1/6/7/167A16B9-61F1-4DCF-8E59-3A60D38507CA/vcredist_x64.EXE
  ██████████████████████████████  3.03 MB / 3.03 MB
Der Installer-Hash wurde erfolgreich überprüft
Paketinstallation wird gestartet...
Das Installationsprogramm fordert die Ausführung als Administrator an. Es wird ein Prompt erwartet.
Erfolgreich installiert

(2/2) Gefunden Microsoft Visual C++ 2005 Redistributable [Microsoft.VCRedist.2005.x86] Version 8.0.61001
Diese Anwendung wird von ihrem Besitzer an Sie lizenziert.
Microsoft ist nicht verantwortlich und erteilt keine Lizenzen für Pakete von Drittanbietern.
Download läuft https://download.microsoft.com/download/1/6/7/167A16B9-61F1-4DCF-8E59-3A60D38507CA/vcredist_x86.EXE
  ██████████████████████████████  2.58 MB / 2.58 MB
Der Installer-Hash wurde erfolgreich überprüft
Paketinstallation wird gestartet...
Das Installationsprogramm fordert die Ausführung als Administrator an. Es wird ein Prompt erwartet.
Erfolgreich installiert


C:\>winget update
Name                          ID                                        Version      Verfügbar    Quelle
--------------------------------------------------------------------------------------------------------
...
...
...
...
4 Aktualisierungen verfügbar.
Mindestens 2 Paket verfügt über Versionsnummern, die nicht ermittelt werden können. Verwenden Sie „--include-unknown“, um alle Ergebnisse anzuzeigen.

C:\>winget list Microsoft.VCRedist.2005
Name                                            ID                          Version   Quelle
---------------------------------------------------------------------------------------------
Microsoft Visual C++ 2005 Redistributable (x64) Microsoft.VCRedist.2005.x64 8.0.61000 winget
Microsoft Visual C++ 2005 Redistributable       Microsoft.VCRedist.2005.x86 8.0.61001 winget
Actual behavior

winget update Microsoft.VCRedist.2005.x64 does not upgrade from 8.0.50727.42 to 8.0.61000.

Expected behavior

winget update Microsoft.VCRedist.2005.x64 upgrades from 8.0.50727.42 to 8.0.61000.

Environment
C:\>winget --info
Windows-Paket-Manager v1.11.430
Copyright (c) Microsoft Corporation. Alle Rechte vorbehalten.

Windows: Windows.Desktop v10.0.19045.6332
Systemarchitektur: X64
Paket: Microsoft.DesktopAppInstaller v1.26.430.0
Screenshots and Logs

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No file, test, or entry point is named. Reproduce the reported behavior with winget update Microsoft.VCRedist.2005.x64, then trace the Microsoft.VCRedist.2005.x64 manifest entry and compare its recorded versions with the installed 8.0.50727.42 and available 8.0.61000 versions. Done means the update command recognizes and installs 8.0.61000.

Written by the indexing model from the issue text.

Assessment

Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.