mirror of
https://github.com/msvc-win/get.msvc.win.git
synced 2025-12-14 04:07:29 +00:00
A simple PowerShell script for installing Visual CPP Redist
|
|
||
|---|---|---|
| .github/workflows | ||
| $OEM$.zip | ||
| .gitattributes | ||
| 32 | ||
| 64 | ||
| CNAME | ||
| dx | ||
| favicon.ico | ||
| generate.sh | ||
| generate_all.sh | ||
| generate_all_github.sh | ||
| index.html | ||
| install_AllOS.nsi | ||
| install_AtLeastWin7.nsi | ||
| install_AtLeastWin10.nsi | ||
| LICENSE | ||
| net35 | ||
| README.md | ||
get.msvc.win Scripts
This repository served as host of MSVC.win Project.
Mirroring
We encourage you to mirror this website, you'll need to follow this requirement:
- Replace
get.msvc.wininside of all scripts into your own domain, and your own domain must use msvc as prefix, likemsvc.example.com- However, you should not replace the script inside of
$OEM$.zip
- However, you should not replace the script inside of
Build
This repository also provide automatically generated offline installers.
If you prefer build yourself, you can follow these procedures:
Windows (TBD)
Linux
We assume you're using Debian-based Linux distro (e.g. Ubuntu).
- Install required dependencies.
sudo apt-get install aria2 nsis curl
- Build installer.
# Build installer for Windows XP or newer
curl https://get.msvc.win/generate.sh | bash
# Build installer for Windows 7 or newer
curl https://get.msvc.win/generate.sh | bash -s - win7
# Build installer for Windows 10 or newer
curl https://get.msvc.win/generate.sh | bash -s - win10
# Build all 3 installers at once
curl https://get.msvc.win/generate_all.sh | bash
Contribute
Do you think it needs any improvements? Feel free to create Pull Request.