Skip to content

Instantly share code, notes, and snippets.

@MiroXP
Last active June 20, 2022 08:50
Show Gist options
  • Save MiroXP/c0774852eb5acdef6271812554e443ac to your computer and use it in GitHub Desktop.
Save MiroXP/c0774852eb5acdef6271812554e443ac to your computer and use it in GitHub Desktop.

Visual Studio 2015, 2017, 2019, and 2022

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
wget https://aka.ms/vs/17/release/vc_redist.x64.exe  -OutFile vc_redist.x64.exe
.\vc_redist.x64.exe /install /passive

Infos https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170

Architecture    Link
X86             https://aka.ms/vs/17/release/vc_redist.x86.exe
X64 	        https://aka.ms/vs/17/release/vc_redist.x64.exe
ARM64           https://aka.ms/vs/17/release/vc_redist.arm64.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment