This package installs runtime components of Visual C++ libraries required to run 32-bit applications developed with Visual Studio 2013 on a computer without Visual Studio 2013 installed.
reg query "HKLM\SOFTWARE\Microsoft\VisualStudio\12.0\VC\Runtimes\x86" /v Version
Новые поддерживаемые версии пакета Visual C++ Redistributable vc 2013 redist x86
On Windows 8.1 and Server 2012 R2, you might need KB2883200 installed via Windows Update for the package to work correctly. Summary Checklist Official Microsoft Site File to Download vcredist_x86.exe (Mandatory) If Error Persists Repair the existing installation in Control Panel Why not just x64? 32-bit apps cannot use 64-bit libraries.
While not always required, restarting your PC helps ensure the components are properly registered. This package installs runtime components of Visual C++
If you have ever tried to launch a game, application, or tool, only to be met with an error message stating that msvcr120.dll or msvcp120.dll is missing, you have likely encountered the need for the .
| Mode | Command | |------|---------| | Silent install | vcredist_x86.exe /quiet /norestart | | Passive install | vcredist_x86.exe /passive /norestart | | Uninstall | vcredist_x86.exe /uninstall /quiet | 32-bit apps cannot use 64-bit libraries
The Microsoft Visual C++ 2013 Redistributable (x86) is a package that contains runtime components of Visual C++ libraries required to run applications developed with Visual C++ 2013 on a computer that does not have Visual C++ 2013 installed.