Versions errors on Microsoft website and in packages

VANTYGHEM David 0 Reputation points
2024-11-09T20:18:25.54+00:00

Who could fix these errors?

On this page https://www.microsoft.com/fr-fr/download/details.aspx?id=26347, one can download Microsoft Visual C++ 2005 8.0.61001. But after downloading the packages (French or English version), I look at their version and it's 6.0.2900.2180 (or 6.00.2900.2180). I think people who updated these packages in 2021 with a new sha256 signing key wrote a wrong version:

After installing these packages, the version is good:

Another inconsistency with Microsoft Visual C++ 2008 on page https://video2.skills-academy.com/fr-fr/cpp/windows/latest-supported-vc-redist?view=msvc-170

The version of the packages noted on this page is 9.0.30729.5677 but after installing them, the version is 9.0.30729.6161 :

Image

.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,167 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. VANTYGHEM David 0 Reputation points
    2024-11-10T12:33:05.12+00:00

    Same problems in .NET packages. Example with .NET 4.8 downloaded at https://dotnet.microsoft.com/fr-fr/download/dotnet-framework/thank-you/net48-offline-installer:

    Capture d’écran du 2024-11-10 13-29-01

    There are inconsistencies on almost all other C++ and .NET packages versions.

    0 comments No comments

  2. Jiachen Li-MSFT 32,376 Reputation points Microsoft Vendor
    2024-11-11T01:54:36.97+00:00

    Hi @VANTYGHEM David ,

    This discrepancy between the file version of the .NET Runtime offline installer and the version shown in the "Uninstall or change a program" screen is a common occurrence.

    Microsoft often uses an internal version for installer files, whereas the version displayed in "Programs and Features" is a simplified or rounded version.

    The offline installer generates installation logs that can show the exact version installed. You can find these logs in C:\Users\[YourUsername]\AppData\Local\Temp, or you can use the command dotnet --info in a command prompt to verify the installed version.

    Best Regards.

    Jiachen Li


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.