1 Star 0 Fork 0

c0ny100/vcredist

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Unlicense

VisualCppRedist AIO

Overview:

  • AIO Repack for latest Microsoft Visual C++ Redistributable Runtimes, without the original setup bloat payload.

  • Built upon VBCRedist_AIO_x86_x64.exe by @ricktendo64

  • The process is handled by a windows command script, which runs hidden in the background by default.

  • Before installation, the script will check and remove existing non-compliant Visual C++ Runtimes, including the original EXE or MSI setups, or older MSI packages versions.

  • The uninstallation option/script will remove any detected VC++ runtimes (except UCRT).

  • Windows XP support is partial, the pack will install and detect latest runtimes versions, but it will not check and remove non-compliant versions.

  • You can extract the installer file with 7-zip or WinRar to a short path, and run Installer.cmd as administrator

Contents:

  • 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
    2019: Latest

  • Visual Studio 2010 Tools for Office Runtime (x86/x64)
    10.0.60833.0

  • 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 / MDL forums - repacks.net - wincert.net
    VBCRedist_AIO_x86_x64.exe creator, modded MSI installers

  • @burfadel / MDL forums - @thatguy91 / guru3D Forums
    original installation script

  • Visual Basic and Visual C++ are registered trademarks of Microsoft Corporation.

Unattended switches:

  • For command-line options and examples, run:
    VisualCppRedist_AIO_x86_x64.exe /?
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.  
/aiA  
Quiet mode. *All* Runtime packages are installed, and hide ARP entries.  
/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.  
/ai9  
Quiet mode. *Only* 2019 package is installed.  
/aiT  
Quiet mode. *Only* VSTOR 2010 package is installed.  
/aiE  
Quiet mode. *Only* Extra VB/C package is installed.  
/aiV  
Quiet mode. *Only* VC++ packages are installed.  
/aiM  
Manual Install mode, shows installation script with prompt.  
/aiU  
Manual Uninstall mode, remove all detected runtimes.  
/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.  
/aiH  
Auto Hide Runtimes entries in Add/Remove Programs panel.  
/aiC  
Passive mode. *All* packages are installed, except UCRT KB3118401.  
/gm2  
Optional switch to disable extraction dialog for all other switches  
/sfxlang:  
Set the program display language, if possible. Example: /sfxlang:1031  
/h | /?  
Display this help.

Examples:

Automatically install all packages and display progress:  
VisualCppRedist_AIO_x86_x64.exe /y

Silently install all packages and display no progress:  
VisualCppRedist_AIO_x86_x64.exe /ai /gm2

Silently install 2019 package:  
VisualCppRedist_AIO_x86_x64.exe /ai9

Silently install 2010/2012/2013/2019 packages:  
VisualCppRedist_AIO_x86_x64.exe /aiX239

Silently install VSTOR and Extra VB/C packages:  
VisualCppRedist_AIO_x86_x64.exe /aiTE

Silently install all packages and hide ARP entries:  
VisualCppRedist_AIO_x86_x64.exe /aiA /gm2
  • /y give the same default behavior, but without the begin prompt and finnish message

  • only /sfxlang and /gm2 can be specified with other switches
    if other switches specified together, only the latest will have effect. Example, this will only install Extra VB/C package:
    /ai5 /ai8 /aiT /aiE

  • to install separate packages together, combine their latest switch character after /ai Example: /ai58X239E

  • /sfxlang most be first switch to have effect. Example:
    /sfxlang:1031 /aiV

Download

This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. For more information, please refer to <http://unlicense.org>

简介

AIO Repack for latest Microsoft Visual C++ Redistributable Runtimes 展开 收起
Unlicense
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/c0ny10/vcredist.git
git@gitee.com:c0ny10/vcredist.git
c0ny10
vcredist
vcredist
master

搜索帮助