
AIO Repack for latest Microsoft Visual C++ Redistributable Runtimes, without the original setup bloat payload.
Visual C++ Redistributables (x86/x64)
2005: 8.0.50727.6229
2008: 9.0.30729.7523
2010: 10.0.40219.473
2012: 11.0.61135.400
2013: 12.0.40664.0
Visual C++ v14 : 14.51.36247.0
New: Visual Studio Tools for Office Runtime – 10.0.60917.0 (MSI 10.0.60922)
– Visual Studio 2010 Tools for Office Runtime (x86/x64)
10.0.60917
– Legacy Runtimes (x86)
Visual C++ 2002: 7.0.9975.0
Visual C++ 2003: 7.10.6119.0
Visual Basic Runtimes
– Universal CRT:
complementary part of VC++ 2019 redist.
inbox component for Windows 10.
delivered as an update for Windows Vista/7/8/8.1, either in Monthly Quality Rollup, KB3118401, or KB2999226.
installed with VC++ 2019 redist for Windows XP.
this repack will install KB3118401 if UCRT is not available.
– VC++ 2019 runtimes are binary compatible with VC++ 2015-2017 and cover all VS 2015-2017-2019 programs.
Credits:
- @ricktendo64 – VBCRedist_AIO_x86_x64.exe creator, modded MSI installers
- @burfadel -original installation script
- Visual Basic and Visual C++ are registered trademarks of Microsoft Corporation.
abbodi1406- Maintaining and updates now.
Usage: VisualCppRedist_AIO_x86_x64.exe [switches]
All switches are optional, case-sensitive.
/y – Passive mode, shows progress. *All* Runtime packages are installed.
/ai – Quiet mode, no output shown. *All* Runtime packages are installed.
/ai5 – Quiet mode. *Only* 2005 package is installed.
/ai8 – Quiet mode. *Only* 2008 package is installed.
/aiX – Quiet mode. *Only* 2010 package is installed.
/ai2 – Quiet mode. *Only* 2012 package is installed.
/ai3 – Quiet mode. *Only* 2013 package is installed.
/ai7 – Quiet mode. *Only* 2022 package is installed.
/ai9 – Quiet mode. *Only* 2026 package is installed for Win 10/11.
/aiT – Quiet mode. *Only* VSTOR 2010 package is installed.
/aiE – Quiet mode. *Only* Extra VB/C package is installed.
/aiB – Quiet mode. *Only* Extra VB package is installed.
/aiC – Quiet mode. *Only* Extra VC package is installed.
/aiV – Quiet mode. *Only* VC++ packages are installed.
/aiM – Manual Install mode, shows installation script with prompt.
/aiR – Auto Uninstall mode, remove all detected runtimes.
/aiD – Debug mode, create VCpp_debug.log without install/uninstall any package.
/aiP – Manual Hide or Show Runtimes entries in Add/Remove Programs panel.
/aiN – Show original Runtimes entries and hide INF override entries.
/ai1 – Update mode. Only already installed packages are updated.
/aiF – Repair mode. Only already installed packages are reinstalled or updated.
/gm2 – Optional switch to disable extraction dialog for all other switches
/sfxlang: – Set the program display language, if possible. Example: /sfxlang:1031
/h | /? – Display help.
(Installer) x86
Download
(Installer) x86 x64
Download
(Zip) x86 x64
Download
Arm64
Download

13 thoughts on “Microsoft Visual C++ Runtimes AIO 0.105.0”
thanks!!!!!! my friend
Thank you! You job is wonderfull!
Thank you! Gai!! 😉 😉
Big Thanks …
??
Thank you for all the effort, I wish you success
i wish you success too 🙂
add “AIO Runtimes 1.2 x86-x64 by ivandubskoj” with a photo of translation by yandex or google service for the options in russia to english. it’s a good compilation of runtimes, telemetry and….
thanks for the work +++++
grazie
mediafire Dangerous File Blocked
The file you attempted to download was determined to be dangerous. For your protection, MediaFire does not enable distribution of dangerous files.
fixed
I made a script that automatically updates Microsoft Visual C++ Runtimes AIO using the original git version in this redist installer. Updates only if there is a new version detected. Add it as a scheduled task (system, highest privileges), and it will update automatically in the background without any popups. Just place it somewhere it can drop a file to note the last version downloaded.
updated link: https://github.com/rugabunda/Auto-Updaters/blob/main/AIO-Visual-C-Redist-Auto-Updater.ps1
Save to folder and run the following in elevated CMD to automatically create scheduled task; replace C:\Path\To\ with appropriate dir
schtasks /create /tn “AIO VC Redist Updater” /tr “powershell.exe -ExecutionPolicy Bypass -NoProfile -File \”C:\Path\To\AIO-Visual-C-Redist-Auto-Updater.ps1\”” /sc daily /ru “SYSTEM” /rl HIGHEST /f
Abbodi1406’s GitHub suspension (Nov 18, 2025) over his ConsumerESU repo for automating/bypassing Microsoft paywall limitations for Windows 10 Extended System Update enrollment. His new repo can be found here: https://gitlab.com/stdout12/vcredist/
Above script was updated to reflect that change.