Alternatively, check product code via:
1. Executive Summary Microsoft Visual C++ 2013 Redistributable Package (x64) is a system component required to run 64-bit applications developed with Microsoft Visual Studio 2013. It installs runtime libraries (DLLs) necessary for executing code compiled with this specific version of the Visual C++ compiler. Without this package, applications built with Visual C++ 2013 will fail to launch, typically displaying error messages like “The program can’t start because MSVCR120.dll is missing” . microsoft visual c++ 2013 redistributable x64
This report covers its technical specifications, core components, deployment methods, common issues, and security lifecycle. | Attribute | Details | |-----------|---------| | Full Name | Microsoft Visual C++ 2013 Redistributable (x64) | | Version | 12.0.xxxxx (latest update: 12.0.40664) | | Architecture | x64 (64-bit) | | Installer Name | vcredist_x64.exe | | Product Code | A749D8E6-B613-3BE3-8F5F-045C84EBA29B | | Supported OS | Windows 7 SP1, Windows 8, 8.1, Windows 10, Windows 11, Windows Server 2008 R2+ | | Disk Space | ~10–15 MB (after installation) | | License | Proprietary (Microsoft EULA) | 3. Included Runtime Components The package installs the following key 64-bit dynamic link libraries into %SystemRoot%\System32 : Alternatively, check product code via: 1
vcredist_x64.exe /passive /norestart | Code | Meaning | |------|---------| | 0 | Success | | 1638 | Already installed (same or higher version) | | 3010 | Success – reboot required | 4.3 Detection of Installation (Registry Key) Check existence of: Without this package, applications built with Visual C++
HKLM\SOFTWARE\Microsoft\VisualStudio\12.0\VC\Runtimes\x64 Key value: Installed = 1
vcredist_x64.exe /quiet /norestart For passive (visible but no input required):
| File Name | Description | |-----------|-------------| | msvcr120.dll | C Runtime Library (CRT) | | msvcp120.dll | C++ Standard Library | | msvcr120_clr0400.dll | Mixed-mode CRT for .NET 4.0 | | vcomp120.dll | OpenMP Parallelization Library | | concrt140.dll | Concurrency Runtime (shared with VS 2015+ but versioned for 2013) | : Unlike newer redistributables (2015–2022), the 2013 version does not use a universal CRT architecture. Each major VS version before 2015 had its own isolated runtime. 4. Installation & Deployment 4.1 Silent Installation (for IT/DevOps) To install without user interaction: