RuntimePack – Install all versions of Microsoft Visual C++ Redistributable Packages at one go

This article along with all titles and tags are the original content of AppNee. All rights reserved. To repost or reproduce, you must add an explicit footnote along with the URL to this article!
Any manual or automated whole-website collecting/crawling behaviors are strictly prohibited.
Any resources shared on AppNee are limited to personal study and research only, any form of commercial behaviors are strictly prohibited. Otherwise, you may receive a variety of copyright complaints and have to deal with them by yourself.
Before using (especially downloading) any resources shared by AppNee, please first go to read our F.A.Q. page more or less. Otherwise, please bear all the consequences by yourself.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

The runtime library (RTL for short) is literally the library file that a program needs when it’s running. It is usually provided in the form of dynamic-link library (DLL for short), and generally includes various functions that are commonly used in programming. It is a practical way to implement the concept of sharing function libraries in Windows. The extensions of these library function files are mainly *.dll, *.ocx (ActiveX control library), and *.drv (old system driver).

The functions supported by different programming languages are often different, so the libraries used by them are different too. This is why there are VB runtime, VC runtime, Delphi runtime, …. at the same time. Even in the same C++ language, different libraries may be used depending on the different functions provided. For example, the runtime used by VC++ and the one for C++ Builder are completely different.

Here comes the question. When we run applications developed in various programming languages, we probably need to install the runtime libraries on which they depend. Thus, we will have to install a large number of runtimes in order to keep most of our programs running normally. What’s worse, most of the time, we even don’t know which one is the right one to install at all. Based on such a requirement, various kinds of all-in-one runtime libraries installation packages came out, and RuntimePack can be regarded as one of the best.

RuntimePack is a free runtime components assembly installer developed by JamesZero from Russia. It is carefully packaged and produced based on the official RTM version of VC++ runtime libraries (i.e.: DLL files) released by Microsoft, includes DLL (dynamic-link library) and VC++ runtime library two parts, and can automatically detect the system architecture (32-bit or 64-bit) and perform the installation of the corresponding runtime package.

The next time you find that an installed application or the portable version of some software doesn’t start up properly, or there is an error (xxx dll file is missing; xxx has stopped working…) hints that some dynamic-link library file is missing or cannot be found, you might as well install RuntimePack immediately. It may not solve all the problems, but it will fix most of them. In fact, it has become one of the necessary tools for many users to perform their computer maintenance.

// Included Components //

DLL (Dynamic Link Library)
  • atl70.dll x86
  • atl71.dll x86
  • comct232.ocx x86
  • comct332.ocx x86
  • comctl32.ocx x86
  • comdlg32.ocx x86
  • dblist32.ocx x86
  • mci32.ocx x86
  • mfc70.dll x86
  • mfc70chs.dll x86
  • mfc70cht.dll x86
  • mfc70deu.dll x86
  • mfc70enu.dll x86
  • mfc70esp.dll x86
  • mfc70fra.dll x86
  • mfc70ita.dll x86
  • mfc70jpn.dll x86
  • mfc70kor.dll x86
  • mfc70u.dll x86
  • MFC71.dll x86
  • MFC71CHS.DLL x86
  • MFC71CHT.DLL x86
  • MFC71DEU.DLL x86
  • MFC71ENU.DLL x86
  • MFC71ESP.DLL x86
  • MFC71FRA.DLL x86
  • MFC71ITA.DLL x86
  • MFC71JPN.DLL x86
  • MFC71KOR.DLL x86
  • MFC71u.dll x86
  • mscomct2.ocx x86
  • mscomctl.ocx x86
  • mscomm32.ocx x86
  • msdatgrd.ocx x86
  • msdatlst.ocx x86
  • mshflxgd.ocx x86
  • msflxgrd.ocx x86
  • msinet.ocx x86
  • msmask32.ocx x86
  • msstdfmt.dll x86
  • MSSTKPRP.DLL x86
  • msvbvm50.dll x86
  • msvci70.dll x86
  • MSVCP70.DLL x86
  • msvcp71.dll x86
  • msvcr70.dll x86
  • msvcr71.dll x86
  • msvcrt10.dll x86
  • mswinsck.ocx x86
  • picclp32.ocx x86
  • richtx32.ocx x86
  • sysinfo.ocx x86
  • tabctl32.ocx x86
  • Vb40032.dll x86
  • Vb40016.dll x86
  • vbrun100.dll x86
  • vbrun200.dll x86
  • Vbrun300.dll x86
VC++ Runtime Library
  • Microsoft Visual C++ 2005 Redistributable Package: x86/x64
  • Microsoft Visual C++ 2008 Redistributable Package: x86/x64
  • Microsoft Visual C++ 2010 Redistributable Package: x86/x64
  • Microsoft Visual C++ 2012 Redistributable Package: x86/x64
  • Microsoft Visual C++ 2013 Redistributable Package: x86/x64
  • Microsoft Visual C++ 2015-2019 Redistributable Package: x86/x64

// Download URLs //

License Version Download Size
Freeware Latest  (mir) n/a

(Homepage)

If some download link is missing, and you do need it, just please send an email (along with post link and missing link) to remind us to reupload the missing file for you. And, give us some time to respond.
If there is a password for an archive, it should be "appnee.com".
Most of the reserved downloads (including the 32-bit version) can be requested to reupload via email.