| File | Purpose | |------|---------| | vcruntime140.dll | C runtime (CRT) and C++ exception handling | | vcruntime140_1.dll | Additional C++ features | | msvcp140.dll | C++ Standard Library (std:: functions) | | msvcp140_1.dll , msvcp140_2.dll , etc. | Additional library support | | concrt140.dll | Concurrency Runtime | | vccorlib140.dll | C++/CX support for UWP |
If a program asks for "MSVCP140.dll" or gives "runtime error" messages, you likely need this package. 2. Which Files Do They Install? Unlike older versions (VC++ 2015 and 2017), the 2015–2022 runtimes are binary-compatible . However, the 2019 redistributable specifically installs: visual c++ 2019 redistributable packages
Example for SCCM/Intune:
(Version numbers may be 14.2x for VC++ 2019.) | Visual Studio Version | Redist Version | Binary Compatibility | |----------------------|----------------|----------------------| | VC++ 2015 | 14.0 | ✔ Compatible with 2017/2019/2022 | | VC++ 2017 | 14.1 | ✔ Compatible with 2015/2019/2022 | | VC++ 2019 | 14.2 | ✔ Compatible with 2015/2017/2022 | | VC++ 2022 | 14.3 | ✔ Compatible with 2015/2017/2019 | | File | Purpose | |------|---------| | vcruntime140
You can have 2019 and 2022 side-by-side. They do not conflict. 8. Silent / Unattended Installation (for IT/deployments) Use these command lines: Which Files Do They Install
| File | Purpose | |------|---------| | vcruntime140.dll | C runtime (CRT) and C++ exception handling | | vcruntime140_1.dll | Additional C++ features | | msvcp140.dll | C++ Standard Library (std:: functions) | | msvcp140_1.dll , msvcp140_2.dll , etc. | Additional library support | | concrt140.dll | Concurrency Runtime | | vccorlib140.dll | C++/CX support for UWP |
If a program asks for "MSVCP140.dll" or gives "runtime error" messages, you likely need this package. 2. Which Files Do They Install? Unlike older versions (VC++ 2015 and 2017), the 2015–2022 runtimes are binary-compatible . However, the 2019 redistributable specifically installs:
Example for SCCM/Intune:
(Version numbers may be 14.2x for VC++ 2019.) | Visual Studio Version | Redist Version | Binary Compatibility | |----------------------|----------------|----------------------| | VC++ 2015 | 14.0 | ✔ Compatible with 2017/2019/2022 | | VC++ 2017 | 14.1 | ✔ Compatible with 2015/2019/2022 | | VC++ 2019 | 14.2 | ✔ Compatible with 2015/2017/2022 | | VC++ 2022 | 14.3 | ✔ Compatible with 2015/2017/2019 |
You can have 2019 and 2022 side-by-side. They do not conflict. 8. Silent / Unattended Installation (for IT/deployments) Use these command lines:
You can always update your software for free. You can redownload the latest version from our web site. Then install the latest version to your computer again. And we will e-mail you the latest software which you purchased if we have updated.