Updated VCR InstallAll.bat
This commit is contained in:
parent
f842cec65b
commit
6d06371190
1 changed files with 22 additions and 0 deletions
22
.cbin/_include/_vcredists/InstallAll.bat
Normal file
22
.cbin/_include/_vcredists/InstallAll.bat
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
@echo off
|
||||||
|
setlocal
|
||||||
|
|
||||||
|
start "" /wait "2008sp1\x32\vcredist.exe" /qb! /norestart
|
||||||
|
start "" /wait "2008sp1\x64\vcredist.exe" /qb! /norestart
|
||||||
|
|
||||||
|
start "" /wait "2010\x32\vcredist.exe" /passive /norestart
|
||||||
|
start "" /wait "2010\x64\vcredist.exe" /passive /norestart
|
||||||
|
|
||||||
|
start "" /wait "2012u4\x32\vcredist.exe" /passive /norestart
|
||||||
|
start "" /wait "2012u4\x64\vcredist.exe" /passive /norestart
|
||||||
|
|
||||||
|
start "" /wait "2013\x32\vcredist.exe" /install /passive /norestart
|
||||||
|
start "" /wait "2013\x64\vcredist.exe" /install /passive /norestart
|
||||||
|
|
||||||
|
start "" /wait "2015u3\x32\vcredist.exe" /install /passive /norestart
|
||||||
|
start "" /wait "2015u3\x64\vcredist.exe" /install /passive /norestart
|
||||||
|
|
||||||
|
start "" /wait "2017\x32\vcredist.exe" /install /passive /norestart
|
||||||
|
start "" /wait "2017\x64\vcredist.exe" /install /passive /norestart
|
||||||
|
|
||||||
|
endlocal
|
||||||
Loading…
Reference in a new issue