When launching, installing or updating a program (especially a game), have you ever get the following error message:

- This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.
or like this:

- The program can't start because MSVCP71.dll (msvcr71.dll, msvcrt.dll, msvcrt.dll etc.) is missing from your computer. Try reinstalling the program to fix this problem.

- Runtime Error! An application has made an attempt to load the C runtime library incorrectly....
- This application requires Microsoft Visual C++ 2010 Redistributable Package (x86)
Reason
Generally because missing or conflict of necessary Microsoft Visual C++ runtime libraries, so that applications can not function properly without them.Solution
The most effective method is using VC Redist Installer to install the corresponding Visual C++ runtime libraries into your operating system to solve all of these problems.
VC Redist Installer (McRip VC Redist Installer) is the most comprehensive collection of the latest VC runtime libraries, made bye McRip. In order to avoid trouble of searching for a certain edition required by an software.
VC Redist Installer includes all the Microsoft Visual C++ Redistributable Packages into a single EXE file, contains 32 and 64 bits version (automatic decision).

Included Runtime Libraries
- Visual C++ 2005 x86
- Visual C++ 2005 x64
- Visual C++ 2008 x86 9.0.30729.7523
- Visual C++ 2008 x64 9.0.30729.7523
- Visual C++ 2010 x86 10.0.40219.455
- Visual C++ 2010 x64 10.0.40219.455
- Visual C++ 2012 x86 11.0.60830.0
- Visual C++ 2012 x64 11.0.60830.0
- Visual C++ 2013 x86 12.0.21005.1
- Visual C++ 2013 x64 12.0.21005.1
- Microsoft Visual F Runtime 2.0
- Older Microsoft Runtimes for older software
Prompts
- Previous versions will be uninstalled first. All features have the latest hotfixes.
- Setup must be run as "Administrator". (Right-click and run as Administrator, if UAC is enabled)
- Silent install switch: /VERYSILENT /NORESTART
Related Links
Download URLs
License | Version | Download | Size |
Freeware | v1.6.0 | ![]() |
47.6 MB |