Microsoft Visual C++ Redistributable Package 2013 -

The Microsoft Visual C++ 2013 Redistributable Package is a set of runtime components required to run applications developed with Visual C++ 2013 on a computer that does not have Visual Studio 2013 installed.

| Architecture | File name (typical) | Purpose | |--------------|----------------------|---------| | x86 (32-bit) | vcredist_x86.exe | For 32-bit apps (runs on both 32-bit and 64-bit Windows) | | x64 (64-bit) | vcredist_x64.exe | For 64-bit apps (requires 64-bit Windows) |

| Version | Key DLLs | Year | |---------|----------|------| | 2010 | msvcr100.dll | 2010 | | 2012 | msvcr110.dll | 2012 | | | msvcr120.dll | 2013 | | 2015-2022 | vcruntime140.dll | 2015+ |

×