微軟常用運行庫合集2020.08.09 合集(更新到Visual C++ 2019 Redistributable 14.28.29115)
這些運行庫都是採用Microsoft Visual Studio 20XX編寫的軟件必須使用的公用DLL運行庫,相當於程序的字典文件。某些網上和論壇的部分精簡軟件沒有附帶這些公用DLL,所以安裝這些運行庫是系統安裝後第一件要做的事情。由於Microsoft Visual C++ 2008 SP1(9.0.30729.6161)已經包含Microsoft Visual C++ 2008 ATL Update kb973924 (9.0.30729.4148),所以2008 SP1的ATL升級文件不提供。某些程序在64位系統下運行任然需要32位版本的運行庫,因為程序是基於32位Visual Studio開發的,典型的例子比如QQ.
本集合包含下列組件:
– Microsoft Visual Basic/C++ Runtime (x86/x64)
– Microsoft C Runtime Library (2002: 7.0.9975.0)
– Microsoft C Runtime Library (2003: 7.10.6119.0)
– Microsoft Visual C++ Redistributables (x86/ x64)
├—Microsoft Visual C++ 2005 Redistributable – 8.0.61187
├—Microsoft Visual C++ 2008 Redistributable – 9.0.30729
├—Microsoft Visual C++ 2010 Redistributable – 10.0.40219
├—Microsoft Visual C++ 2012 Redistributable – 11.0.61135
├—Microsoft Visual C++ 2013 Redistributable – 12.0.40664
├—Microsoft Visual C++ 2015 Redistributable – 14.10.25008
├—Microsoft Visual C++ 2005-2019 Redistributable – 14.28.29115.0
– Microsoft Visual Studio 2010 Tools for Office Runtime (x86/x64)
靜默參數
/ai -自動靜默安裝所有。
/aiR -自動靜默卸載所有。
/y -正常安裝所有,有安裝界面進度。
/aiM -自選安裝所有,安裝每個版本有提取對話框,並確認詢問。
/aiU -自動卸載所有,卸載每個版本有提取對話框,並確認詢問。
/aiA -自動靜默安裝所有,但隱藏ARP項。
/ai5 -自動靜默僅安裝Microsoft Visual C ++2005。
/ai8 -自動靜默僅安裝Microsoft Visual C ++2008。
/aiX -自動靜默僅安裝Microsoft Visual C ++2010。
/ai2 -自動靜默僅安裝Microsoft Visual C ++2012。
/ai3 -自動靜默僅安裝Microsoft Visual C ++2013。
/ai9 -自動靜默僅安裝Microsoft Visual C ++2019。
/aiT -自動靜默僅安裝Microsoft Visual Studio 2010。
/aiE -自動靜默僅安裝額外的Microsoft Visual Basic/C++。
/aiV -自動靜默僅安裝Microsoft C Runtime Library基礎庫。
/aiH -系統“卸載程序”界面中“自動隱藏已經安裝”項。
/aiP -系統“卸載程序”界面中“手動隱藏或顯示已經安裝”項。
/aiC -完全自動被動模式。安裝所有,但UCRT KB3118401除外。
/aiD -調試模式,創建VCpp_debug.log而不安裝/卸載任何組件。
/gm2 -用於禁用所有其它開關的提取解壓對話框的可選開關;
官網:https://www.visualstudio.com/zh-hans/downloads/
官方下載(Microsoft Visual C++ 2015-2019 Redistributable – 14.27.29016(適用Windows 7或更高版)
x86 https://download.visualstudio.microsoft.com/download/pr/cf2cc5ea-1976-4451-b226-e86508914f0f/ B4D433E2F66B30B478C0D080CCD5217CA2A963C16E90CAF10B1E0592B7D8D519/VC_redist.x86.exe
x64 https://download.visualstudio.microsoft.com/download/pr/fd5d2eea-32b8-4814-b55e-28c83dd72d9c/952A0C6CB4A3DD14C3666EF05BB1982C5FF7F87B7103C2BA896354F00651E358/VC_redist.x64.exe
官方下載(Microsoft Visual C++ 2015-2019 Redistributable – 14.26.28720.3 //適用Windows 7以上)
x86 https://aka.ms/vs/16/release/VC_redist.x86.exe
x64 https://aka.ms/ vs/16/release/VC_redist.x64.exe
重打包完整版發布地址:
https://github.com/abbodi1406/vcredist