Go to Control Panel > Programs and Features , find "Microsoft Visual C++ 2013 Redistributable (x86)", and select Repair .
| Mode | Command | |------|---------| | Silent install | vcredist_x86.exe /quiet /norestart | | Passive install | vcredist_x86.exe /passive /norestart | | Uninstall | vcredist_x86.exe /uninstall /quiet | vc 2013 redist x86
Новые поддерживаемые версии пакета Visual C++ Redistributable Go to Control Panel > Programs and Features
It is crucial to download these files from to avoid malware. The latest supported version of the 2013 redistributable is version 12.0.40664.0. Steps to Install: Steps to Install: On Windows 8
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.