64-bit
burnmachine scopedownload.visualstudio.microsoft.com · publisher domain- File name
- VC_redist.x64.exe
- SHA-256
- 843068991daaa1f73ad9f6239bce4d0f6a07a51f18c37ea2a867e9beca71295c
by Microsoft Corporation · Proprietary (Freeware)
The Microsoft Visual C++ v14 Redistributable Package (x64).
This is the package behind a whole family of errors: "VCRUNTIME140.dll was not found", "MSVCP140.dll is missing", and programs that refuse to start with no explanation at all. Applications built with Visual C++ need this runtime and many installers forget to include it.
The redistributable listed here is Microsoft's official standalone package with its published hash.
The 2015 through 2022 versions share a single runtime, so the current package covers all of them. Install both the x64 and x86 versions: plenty of 32-bit applications run on 64-bit Windows and need the 32-bit runtime specifically.
Searching for "VCRUNTIME140.dll download" leads to sites distributing individual DLL files, which is one of the oldest malware delivery methods on the web. Install the official redistributable and the DLL arrives with it, correctly registered.
These URLs are the ones Microsoft Corporation declares in its own manifest. We do not proxy or shorten them, and we do not host a copy.
Run this against the file on disk. If the output does not match the hash below, the file is not what Microsoft Corporation published. Delete it.
Windows · PowerShell
Get-FileHash "VC_redist.x64.exe" -Algorithm SHA256macOS · Linux
shasum -a 256 "VC_redist.x64.exe"Expected output
843068991daaa1f73ad9f6239bce4d0f6a07a51f18c37ea2a867e9beca71295c
| Signal | Finding | Points |
|---|---|---|
| SHA-256 hash published | 2 of 2 installers ship a SHA-256 hashWithout a published hash there is no way to prove the file you downloaded is the file the publisher built. | 30 / 30 |
| Binary provenance | 2 on the publisher's own domainThe strongest signal against a repackaged installer: the file should come from the publisher, not from a mirror nobody vouches for. | 35 / 35 |
| Served over HTTPS | 2 of 2 over HTTPSAn installer fetched over plain HTTP can be modified in transit. | 15 / 15 |
| Licence declared | Proprietary (Freeware)A declared licence tells you what you are actually allowed to do with the software. | 5 / 5 |
Every version with a published manifest, newest first. Useful when you need an older build for compatibility.