TheVisual C++ Redistributable installs Microsoft C and C++ (MSVC) runtime libraries. Many applications built using Microsoft C and C++ tools require these libraries. If your app uses those libraries, a Microsoft Visual C++ Redistributable package must be installed on the target system before you install your app. The Redistributable package architecture must match your app's target architecture. The Redistributable version must be at least as recent as the MSVC build toolset used to build your app. We recommend you use the latest Redistributable available for your version of Visual Studio, with some exceptions noted later in this article.
Unlike older versions of Visual Studio, which have infrequent redist updates, the version number isn't listed in the following table for Visual Studio 2015-2022 because the redist is updated frequently. To find the version number of the latest redist, download the redist you're interested in using one of the following links. Then, look at its properties using Windows File Explorer. In the Details pane, the File version contains the version of the redist.
Some of the downloads that are mentioned in this article are currently available on
my.visualstudio.com. Log in using a Visual Studio Subscription account so that you can access the download links. If you're asked for credentials, use your existing Visual Studio subscription account. Or, create a free account by choosing the No account? Create one! link.
Visual Studio versions since Visual Studio 2015 share the same Redistributable files. For example, any apps built by the Visual Studio 2015, 2017, 2019, or 2022 toolsets can use the latest Microsoft Visual C++ Redistributable. However, the version of the Microsoft Visual C++ Redistributable installed on the machine must be the same or higher than the version of the Visual C++ toolset used to create your application. For more information about which version of the Redistributable to install, see Determining which DLLs to redistribute. For more information about binary compatibility, see C++ binary compatibility between Visual Studio versions.
These links download the latest available en-US Microsoft Visual C++ Redistributable packages for Visual Studio 2013.You can download other versions and languages from Update for Visual C++ 2013 Redistributable Package or from
my.visualstudio.com.
These links download the latest available en-US Microsoft Visual C++ Redistributable packages for Visual Studio 2012 Update 4. You can download other versions and languages from Microsoft Visual C++ Redistributable Packages for Visual Studio 2012 Update 4 or from
my.visualstudio.com.
MySQL required c++ redistributables, so I have installed both 2013 and 2015 redistributables, and the MySQL installer has successfully installed several programs, one of which being Workbench, but not MySQL Server.
Simply download the package for the CPU architecture which you do not already have installed and then afterwards re-run the MySQL Server install again and maybe the prerequisite check will pass.
This package is like a toolbox filled with all the essential bits and pieces (called libraries) that these C++ apps need to run on your computer. Without this toolbox, you might run into errors or the app might not start at all because your computer doesn't understand the app's language.
It's particularly useful if you're using older Windows versions, like XP or Vista. Once set up, it quietly works in the background and makes sure your apps run smoothly without you even noticing. The main job of this package is to make sure your computer can understand and run apps made with newer versions of C++. It lets different versions of its libraries exist together on your computer. This is important because different apps might need different versions to work. Without this, installing a new app could mess up another one that needed an older version.
You can download it straight from Microsoft's website. This package first came out in 2010, and it's had a few updates since then, like Service Pack 1 and some security fixes. These updates make sure the package stays safe and works well.
The version we're talking about, 10.0.40219, includes these updates, showing how Microsoft keeps its stuff up-to-date. It's made to work with many different Windows versions, from XP SP3 to newer ones. Microsoft Visual C++ 2010 Redistributable Package (x86) is a super useful tool for anyone who uses Windows.
Of all the software I have had to deploy at a customers site, the most common is probably the Visual C++ Redistributables. They are not difficult to setup but can create headaches due to the number of them. In this post I will share some information to make the deployment of them much simpler.
With the adoption of the application model in ConfigMgr, I now setup my redistributables as applications so we can easily create dependencies if they are required. With this however comes the need to specify an uninstall string and a detection method to help the application model do all the cool things it is now known for.
For convenience as well, if you head over to my downloads page, you will see a link that contains a package with both the x86, x64, RTM and SP1 releases of the redistributables for the following versions:
the two values you show for 2013 are these the registry keys values I enter for the SCCM application deployment. I am new to SCCM as I had to take it over when the original person that set this up left the company. Any examples of how to do this would be greatly appreciated.
Microsoft Visual C++ Redistributables are code libraries that many Windows applications require to run. Not all programs use the same versions of the code libraries, however, so it is common to have multiple versions installed at the same time on Windows.
If you've ever scrolled through your list of installed programs in Windows, wondering why there are so many versions of the Microsoft Visual C++ Redistributable on there, you're not alone. Join us as we take a look at what these things are and why there are so many installed on your PC.
Microsoft Visual C++ is a integrated development environment (IDE) used to create Windows applications in the C, C++, and C++/CLI programming languages. It was originally a standalone product, but is now included as part of Microsoft Visual Studio. It offers developers a single application in which they can write, edit, test, and debug their code. The programming environment includes access to a lot of shared code libraries, which let developers use already-developed code for specific procedures instead of having to write their own from scratch. That shared code takes the form of dynamic link libraries (DLLs), a term most Windows users have come across at some point or other.
When it comes time to deploy their software to users, developers have a choice to make. They can bundle those DLLs into the installation of their application, or they can rely on a standard distributable package of shared code. Most choose the latter, and that package is known as a Visual C++ Redistributable. There are several advantages to using a redistributable. The packages are made available by Microsoft, who also tests and updates them with bug and security fixes. Redistributables also offer a single installation on a user's computer that multiple programs can use at the same time.
I installed a fresh version of Windows 10 on a new PC a little less than two months ago. As you can see in the picture above, I've already got four versions of the Visual C++ Redistributable on my system. On other systems, I've seen as many as twenty. So, how do they all they get there?
Some are installed along with Windows itself. The specific versions that get installed depend on which version of Windows you're using. I'm using Windows 10, which comes with the 2012 and 2013 Visual C++ Redistributables. You'll also note that I've also got both the 32-bit (x86) and 64-bit (x64) versions installed. If you have a 32-bit version of Windows, you won't see those 64-bit versions of the redistributable. But if you have a 64-bit version of Windows (which almost all computers are these days), you'll see both versions, because a 64-bit Windows can run both 64-bit and 32-bit applications.
Any additional versions of the Visual C++ Redistributable you see on your system were installed along with some program that required it. When a developer codes in a specific version of Visual C++, the code libraries for that version must also be present on the user's system for the application to run. That means that, for example, if a developer used Visual C++ 2005 (or Visual Studio 2005) to create a program you're installing, you can expect to see the Visual C++ 2005 Redistributable installed on your system along with the program.
Sometimes, you'll get a pop up the first time you run a program saying that the redistributable package is being installed. You'll notice this a lot if you're a PC gamer, especially if you get your games through Steam. Typically, this means that the developer has chosen to have the latest package downloaded from Microsoft at installation time. Sometimes, the package is bundled along with the application. Here's a shot of the installation of the current AMD graphics driver package, which you can see wants to install the 2012 and 2013 C++ Redistributables.
It's also possible that you'll see what look like multiple versions of the same redistributable installed, or at least multiple versions from the same year. For example, you might see multiple versions of the 2008 redistributable. One might indicate that it's a service pack, while others might just have slightly different version numbers. So, while it sometimes looks like multiple versions of the same package are installed, they are all subtly different. And unfortunately, unlike with the somewhat similar .NET Framework, Microsoft never consolidated all these older versions into a unified package.
3a8082e126