Skip to content

Visual C++ Redistributable Packages

Notifications You must be signed in to change notification settings

server-stack/vcredist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 

Repository files navigation

Visual C++ Redistributable Packages

The Visual C++ Redistributable Packages install run-time components that are required to run C++ applications built using Visual Studio.

Description

Visual C++ Redistributable Packages install runtime components of Visual C++ Libraries on a computer that does not have Visual C++ installed. The libraries are required to run applications that are developed by using the corresponding version of Visual C++. These packages install runtime components of C Runtime (CRT), Standard C++, ATL, MFC, OpenMP and MSDIA libraries.

For libraries that support side-by-side deployment models (CRT, SCL, ATL, MFC, OpenMP), they are installed into the native assembly cache, also known as the WinSxS folder, on versions of Windows operating systems that support side-by-side assemblies.

Downloads

EndOfLife Product Version Compiler Version Library .Net Version x86 (32bit) x64 (64bit) ARM64
April 12, 2016 Visual Studio 2005 Visual C++ 8.0 80 2 Download Download
April 10, 2018 Visual Studio 2008 Visual C++ 9.0 90 3.5 Download Download
July 14, 2020 Visual Studio 2010 Visual C++ 10.0 100 4 Download Download
Jan 10, 2023 Visual Studio 2012 Visual C++ 11.0 110 4.5 Download Download
Visual Studio 2013 Visual C++ 12.0 120 4.5.1, 4.5.2 Download Download
Visual Studio 2015 Visual C++ 14.0 140 4.6, 4.6.1 Download Download
Visual Studio 2017 Visual C++ 14.1 140 4.6.2, 4.7 Download Download
Visual Studio 2019 Visual C++ 16.0 142 4.8, Core 3.0 and up Download Download
Visual Studio 2022 Visual C++ 17.0 143 4.8, Core 3.1 and up Download Download Download

Origin


Visual Studio

Visual Studio Code

.Net