Visual C++ 2010 Runtime Redistributable Package (x86, x64, ia64) Free Download
The Microsoft Visual C++ 2010 runtime redistributable package installs runtime components of Visual C++ Libraries, which required to run applications developed with Visual C++ 2010 on a computer that does not have Visual C++ 2010 installed. Visual C++ 2010 is released as part of Visual Studio 2010.
Microsoft Visual C++ 2010 redistributable package installs runtime components of C Runtime (CRT), Standard C++, ATL, MFC, OpenMP and MSDIA libraries as shared DLLs in %windir%\system32.
Most application programs that requires Visual C+ 2010 runtime libraries will likely include the package to install automatically together with the application. In case it’s not packaged or included, here’s the direct download links to 32-bit (x86), 64-bit (x64) and ia64 versions of Visual C++ 2010 runtime redist packages.
32-bit (x86): VCRedist_x86.exe
64-bit (x64): VCRedist_x64.exe
ia64: VCRedist_ia64.exe
Visual C++ 2010 Runtime requires Windows 7; Windows Server 2003 R2; Windows Server 2003 SP2; Windows Server 2008 R2; Windows Server 2008 SP2; Windows Vista SP2; or Windows XP SP3. It also requires computer that has a 900 MHz or faster processor with 128 MB RAM and 25 MB of available hard disk space.
Related posts:
- Visual C++ 2005 (VC++ 8.0) SP1 Runtime Standalone Redistributable Installer Free Download
- Visual Studio 2010 Express Free Download
- Download DirectX End-User Runtime Version 9.23.1350 Standalone and Web Setup Installer
- Download Visual Studio 2010 and .NET Framework 4 Beta 1
- Visual Studio 2010 Ultimate, Premium, Professional and Team Foundation Server Torrent Downloads





now how to automatically deploy it with your distributable…
[...] [...]
It's unfortunate the runtime requires XP SP3 and nothing less. If you target a casual gaming crowd, for example, chances are they don't keep up to date. They might have something less than SP3. Although they should always update, I doubt they all do. So it's the VC++ runtime plus whatever updates they need to get to XP SP3. I welcome Visual Studio 2010 and will probably downgrade on compilers when I target an audience with less than XP SP3. Compiling two versions of the same software may be a solution with very litle effort.