vc2013redistx86 — Feature Summary Name: Visual C++ Redistributable for Visual Studio 2013 (x86) Package ID / Common filename: vc2013redist_x86.exe (also distributed as vcredist_x86.exe) Purpose: Installs the Microsoft Visual C++ runtime libraries required to run applications built with Visual Studio 2013 targeting 32-bit (x86) architectures. Primary runtimes installed:
msvcp120.dll (C++ Standard Library) msvcr120.dll (C Runtime) vccorlib-related support files for VC++ 2013
Key features
Provides CRT, STL and C++ runtime support for legacy and current apps compiled with MSVC 2013. Ensures binary compatibility for third-party software that links dynamically against MSVCRT/MSVCP for VS2013. Installs side-by-side runtime for 32-bit processes on both 32-bit and 64-bit Windows (x86-only libraries). Supports security updates and servicing through Windows Update when applicable. Simple installer with repair/uninstall options via Programs and Features. vc2013redistx86
Typical use cases
Running games, utilities, or enterprise apps that list Visual C++ 2013 Redistributable (x86) as a prerequisite. Fixing "MSVCP120.dll or MSVCR120.dll missing" runtime errors. Deploying older 32-bit applications on modern Windows systems where the runtime isn't present.
System requirements / compatibility
Architecture: 32-bit (x86) runtime (use vc2013redistx64 for 64-bit apps). OS: Windows 7 and later (including corresponding Server SKUs); may also run on some earlier/embedded Windows with proper servicing. Note: Multiple versions (updates/patch levels) of the 2013 redistributable can coexist or be replaced by newer security-updated installers.
Installation & Deployment notes
Silent install supported with standard installer flags (e.g., /quiet /norestart) for unattended deployment. Use the official Microsoft installer or trustworthy distribution channels to avoid tampered binaries. For enterprise deployment, include in OS imaging or software installers; verify SHA256 hash of the installer if security is a concern. If both 32-bit and 64-bit apps are present, install both the x86 and x64 redistributables. Installs side-by-side runtime for 32-bit processes on both
Troubleshooting tips
If apps report missing msvcp120.dll/msvcr120.dll, reinstall vc2013redistx86 (preferably the latest security update). Use "Repair" in Programs and Features if runtime files are corrupted. Check Windows Update for pending Visual C++ servicing. For permission or install failures, run installer as Administrator and ensure no conflicting installers are active.