Skip to content

Instantly share code, notes, and snippets.

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

Visual Studio 2012 (VC++ 11.0) Update 4

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
wget https://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/VSU_4/vcredist_x64.exe  -OutFile vcredist_2012_x64.exe
.\vcredist_2012_x64.exe /install /passive

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

Architecture 	Version 	Link
X86 	11.0.61030.0 	        https://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/VSU_4/vcredist_x86.exe
X64 	11.0.61030.0 	        https://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/VSU_4/vcredist_x64.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment