Verify Checksum Visual Studio 2017 Professional Offline Installer

kbergh 21 Reputation points
2020-08-19T17:16:34.947+00:00

Hello,

I have to utilize the offline compiler to receive updates for Visual Studio 2017 Professional. Is there a way to verify the hash value or some sort of checksum before installing? I can't seem to find any available hash values on the Microsoft website.

Thanks

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,827 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Dylan Zhu-MSFT 6,406 Reputation points
    2020-08-20T04:13:39.737+00:00

    Hi Kbergh-8431,

    The visual studio 2017 doesn't support IOS installer, and there is no related updated package which is like visual studio 2015. So I'm afraid that there are no any hash values for visual studio 2017 on the Microsoft website.
    18945-annotation-2020-08-20-113450.jpg

    18947-annotation-2020-08-20-11322450.jpg

    Modified:
    We suggest you could use '-verify' argument to check if offline installation files are either missing or invalid. It will read some important metadata in the offline cache supplied. The commnad: "vs_professional.exe --layout <layoutDir> --verify".

    You could refer to more details here: Verify a layout

    Best Regards,
    Dylan

    0 comments No comments