These links download the latest supported 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.
Visual C Redistributable Package All Versions Pack (vcredist) (vcredist )
These links download the latest supported 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.
When you install an updated redistributable package, binaries for non-target architectures are removed. For example, after you install an update for an x86-based application, the x64 Visual C++ 2013 runtime libraries are missing. This fix makes sure that both versions of the Visual C++ redistributable are visible when you add or remove programs after installation of the update.
Many applications require redistributable Visual C++ runtime library packages to function correctly. These packages are frequently installed separately from the applications they support, enabling multiple applications to use the package with only a single installation. These Visual C++ redistributable and runtime packages are mostly installed for standard libraries that many applications use.[3]
Microsoft changed the system significantly with the release of the Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019. A baseline image is provided for these redistributable packages so that it is no longer necessary to install different versions separately on target systems.
In other words: if the Visual C++ 2019 redistributable is installed on a system, it is no longer necessary to install the Visual C++ 2015 or 2017 redistributable packages as these are supported automatically as well.
While windows update will update the VCRedist packages you have installed it will not remove the old versions. Here is a script that can be used from the SCCM scripts section. To create approve and add SCCM Scripts see this post. The script will first check to see if chocolatey is installed and will attempt to install it if not found. After that as long as chocolatey was installed successfully it will move on to looking for installs of VCRedist and will uninstall all versions found and use chocolatey to install the latest version (it will install both x64 and x86). See comments in code for a few details like where you can add or remove versions to look for.
There are lots of applications and games that has been based on C++ and in order to run the applications you need to install run-time components which are necessary to run the C++ applications. Different application needs different Visual C++ packages so its better to have all the packages under one roof. The packages include Visual C++ 2005, 2008, 2010, 2012, 2013 versions.
Same problem for me, cant install some needed programs because the installations will end when trying to install Microsoft Visual C++ 2008 SP1 Redistributable (x86). I have tried several things , uninstalling all the Visual C++ redistributables and install again , but 2008 X86 wont install. I also re-install windows some weeks ago and got the same. this comes with installation packages from Autodesk and Citect SCADA
A lot of people find that there are multiple Microsoft Visual C++ Redistributable packages especially after installing a fresh version of Windows 10. Why? Some packages are installed along with Windows itself, while some specific versions are installed depending on the version of Windows you are using.
Some additional versions of the Visual C++ packages are installed on the system along with certain programs that require them. For example, if a program was developed using the Visual C++ 2003 (or Visual Studio 2003), you could see the Microsoft Visual C++ 2003 Redistributable installed on your computer along with the program.
Another special case is that you see multiple Microsoft Visual C++ versions with the same redistributable packages or some versions from the same year. For instance, you may see multiple Visual C++ 2005 Redistributable. In this case, it may indicate that one of them is a service package, while others just have slightly different version numbers.
In a word, some Redistributable packages come along with Windows itself, and some others are installed along with applications. Besides, you will find both 32-bit and 64-bit versions of each Redistributable if you are running a 64-bit Windows OS.
Microsoft Visual C++ Redistributable is the library of shared code that has components which are required by many applications to run on Windows. This article will serve as an informative guide and give you a clear understanding of how to perform the silent installation of all available versions of the Visual C++ Redistributables from the command line using the EXE installers.How to Install Visual C++ 2005 Redistributable SilentlyMicrosoft Visual C++ 2005 x86 Redistributable Silent InstallNavigate to -us/download/details.aspx?id=26347Click the Download buttonSelect the vcredist_x86.EXE and click NextDownload the file to a folder created at (C:\Downloads)Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as AdministratorNavigate to the C:\Downloads folderEnter the following command: vcredist_x86.EXE /QPress EnterAfter a few moments you should see the Microsoft Visual C++ 2005 Redistributable entry in Programs and Features in the Control Panel.if(typeof ez_ad_units!='undefined')ez_ad_units.push([[580,400],'silentinstallhq_com-medrectangle-3','ezslot_1',106,'0','0']);__ez_fad_position('div-gpt-ad-silentinstallhq_com-medrectangle-3-0');Software Title:Microsoft Visual C++ 2005 Redistributable (x86)Vendor:Microsoft CorporationVersion:8.0.61001Architecture:32-bitInstaller Type:EXESilent Install Switch:vcredist_x86.EXE /QSilent Uninstall Switch:MsiExec.exe /x 710f4c1c-cc18-4c49-8cbf-51240c89a1a2 /qnDownload Link: -us/download/details.aspx?id=26347PowerShell Script: -visual-c-2005-redistributable-install-and-uninstall-powershell/Detection Script: -a-custom-detection-script-for-microsoft-visual-c-2005-redistributable-powershell/Microsoft Visual C++ 2005 x64 Redistributable Silent InstallNavigate to -us/download/details.aspx?id=26347Click the Download buttonSelect the vcredist_x64.EXE and click NextDownload the file to a folder created at (C:\Downloads)Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as AdministratorNavigate to the C:\Downloads folderEnter the following command: vcredist_x64.EXE /QPress EnterAfter a few moments you should see the Microsoft Visual C++ 2005 Redistributable entry in Programs and Features in the Control Panel.Software Title:Microsoft Visual C++ 2005 Redistributable (x64)Vendor:Microsoft CorporationVersion:8.0.61000Architecture:64-bitInstaller Type:EXESilent Install Switch:vcredist_x64.EXE /QSilent Uninstall Switch:MsiExec.exe /x ad8a2fa1-06e7-4b0d-927d-6e54b3d31028 /qnDownload Link: -us/download/details.aspx?id=26347PowerShell Script: -visual-c-2005-redistributable-install-and-uninstall-powershell/Detection Script: -a-custom-detection-script-for-microsoft-visual-c-2005-redistributable-powershell/How to Install Visual C++ 2008 Redistributable SilentlyMicrosoft Visual C++ 2008 x86 Redistributable Silent InstallNavigate to -us/download/details.aspx?id=26368Click the Download buttonSelect the vcredist_x86.exe and click NextDownload the file to a folder created at (C:\Downloads)Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as AdministratorNavigate to the C:\Downloads folderEnter the following command: vcredist_x86.exe /qPress EnterAfter a few moments you should see the Microsoft Visual C++ 2008 Redistributable entry in Programs and Features in the Control Panel. if(typeof ez_ad_units!='undefined')ez_ad_units.push([[250,250],'silentinstallhq_com-medrectangle-4','ezslot_6',107,'0','0']);__ez_fad_position('div-gpt-ad-silentinstallhq_com-medrectangle-4-0');Software Title:Microsoft Visual C++ 2008 Redistributable (x86)Vendor:Microsoft CorporationVersion:9.0.30729.6161Architecture:32-bitInstaller Type:EXESilent Install Switch:vcredist_x86.exe /qSilent Uninstall Switch:MsiExec.exe /x 9BE518E6-ECC6-35A9-88E4-87755C07200F /qnDownload Link: -us/download/details.aspx?id=26368PowerShell Script: -visual-c-2008-redistributable-install-and-uninstall-powershell/Detection Script: -a-custom-detection-script-for-microsoft-visual-c-2008-redistributable-powershell/Microsoft Visual C++ 2008 x64 Redistributable Silent InstallNavigate to -us/download/details.aspx?id=26368Click the Download buttonSelect the vcredist_x64.exe and click NextDownload the file to a folder created at (C:\Downloads)Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as AdministratorNavigate to the C:\Downloads folderEnter the following command: vcredist_x64.exe /qPress EnterAfter a few moments you should see the Microsoft Visual C++ 2008 Redistributable entry in Programs and Features in the Control Panel. 2ff7e9595c
Comments