Visual Studio 2017 Community install error - Couldn't download 'Microsoft.VisualStudio.WCF.DiagnosticPack.Msi.msi'

Leandro Dos Anjos 21 Reputation points
2021-03-06T14:17:31.273+00:00

When trying to install Visual Studio 2017 Community I got the error:
Couldn't download 'Microsoft.VisualStudio.WCF.DiagnosticPack.Msi.msi'
Error 0x80096004 there is a problem verifying the signature of a certificate.

Visual Studio 2017 Community version: 15.9.33

75034-error-vs-2017-community.png

Checking the logs I found it seems that the problem is the hash of the file.

Error: Package 'Microsoft.VisualStudio.WCF.DiagnosticPack.Msi, version = 15.0.27005.2' failed to download from 'https://download.visualstudio.microsoft.com/download/pr/7b52e873-c823-471c-b1e9-ca1224f499fa /74a24f8c005b1d09066b357104945dc94d3a18156c0433352a718aefd1a616d7/Microsoft.VisualStudio.WCF.DiagnosticPack.Msi.msi '. WebClient download failed: SHA256 check for 'Microsoft.VisualStudio.WCF.DiagnosticPack.Msi.msi' failed. Expected hash: 74A24F8C005B1D09066B357104945DC94D3A18156C0433352A718AEFD1A616D7, Actual hash: FEB8356FD3CF6E8520F3675E426C02C11399F94B4A3B0B4E21A1D5B9. Bits download failed: SHA256 check for 'Microsoft.VisualStudio.WCF.DiagnosticPack.Msi.msi' failed. Expected hash: 74A24F8C005B1D09066B357104945DC94D3A18156C0433352A718AEFD1A616D7, Actual hash: FEB8356FD3CF6E8520F3675E426C02C11399F94B4A3B0B4E21A1D5B9. WinInet download failed: SHA256 check for 'Microsoft.VisualStudio.WCF.DiagnosticPack.Msi.msi' failed. Hash expected: 74A24F8C005B1D09066B357104945DC94D3A18156C0433352A718AEFD1A616D7, real hash: FEB8356FD3CF6E8520F3675E426C02C11399F94B4A3B0B4E21A1D5AF186192B9, Signature: PackageId = Microsoft.VisualStudio.WCF.DiagnosticPack.Msi; PackageAction = DownloadPackage; ReturnCode = 0x80131500

Please, does anyone know how to fix this?

Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
977 questions
0 comments No comments
{count} votes

Accepted answer
  1. Anna Xiu-MSFT 26,646 Reputation points Microsoft Vendor
    2021-03-08T09:01:32.553+00:00

    Hi @Leandro Dos Anjos ,

    Welcome to Microsoft Q&A!

    From your logs, it seems that you have a corrupted package in your package cache. Please clear your %temp% folder and rename or delete the following folder, then repair/retry your installation.
    %programdata%\Microsoft\VisualStudio\Packages\Microsoft.VisualStudio.WCF.DiagnosticPack.Msi, version = 15.0.27005.2

    By the way, before the installation, please check for updates and ensure that all recommended Windows Updates are installed and completed. And temporarily turn off any anti-virus software.

    If it doesn’t work, I need your help to collect more installation logs. Please download and run this collect.exe tool, go to %temp% folder and find the vslogs.zip file, upload it to https://onedrive.live.com/ and share the link here.

    Sincerely,
    Anna

    • If the answer is helpful, please click "Accept Answer" and upvote it.
      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.
    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful