A simple PowerShell script for installing Visual CPP Redist
Find a file
Calyx Hikari 563eef0546
Some checks failed
Automatic Build Script / build (push) Has been cancelled
Update generate_all_github.sh
2025-11-28 23:23:58 +08:00
.github/workflows Switch to GitHub Actions only script 2025-11-28 23:17:59 +08:00
$OEM$.zip Fix build number detection 2025-11-15 11:16:37 +08:00
.gitattributes Initial commit 2025-06-29 09:34:29 +08:00
32 Fix build number detection 2025-11-15 11:16:37 +08:00
64 Fix build number detection 2025-11-15 11:16:37 +08:00
CNAME Create CNAME 2025-06-29 10:42:56 +08:00
dx Fix typo 2025-10-29 00:03:25 +08:00
favicon.ico Add multi language 2025-11-28 15:15:38 +08:00
generate.sh Add automated generator 2025-11-16 00:08:27 +08:00
generate_all.sh Update generate_all.sh 2025-11-16 00:09:35 +08:00
generate_all_github.sh Update generate_all_github.sh 2025-11-28 23:23:58 +08:00
index.html Update index.html 2025-11-16 12:16:17 +08:00
install_AllOS.nsi Remove unusable commands 2025-11-28 23:21:39 +08:00
install_AtLeastWin7.nsi Remove unusable commands 2025-11-28 23:21:39 +08:00
install_AtLeastWin10.nsi Remove unusable commands 2025-11-28 23:21:39 +08:00
LICENSE Add README 2025-11-16 00:43:27 +08:00
net35 Show progress inside PS window 2025-10-31 12:36:27 +08:00
README.md Add README 2025-11-16 00:43:27 +08:00

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.win inside of all scripts into your own domain, and your own domain must use msvc as prefix, like msvc.example.com
    • However, you should not replace the script inside of $OEM$.zip

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).

  1. Install required dependencies.
sudo apt-get install aria2 nsis curl
  1. 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.