From 6d06371190b1ecd17c6420f5d8a648541132afe8 Mon Sep 17 00:00:00 2001 From: Alan Mason <1923621+2Shirt@users.noreply.github.com> Date: Mon, 20 Nov 2017 23:13:39 -0800 Subject: [PATCH] Updated VCR InstallAll.bat --- .cbin/_include/_vcredists/InstallAll.bat | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .cbin/_include/_vcredists/InstallAll.bat diff --git a/.cbin/_include/_vcredists/InstallAll.bat b/.cbin/_include/_vcredists/InstallAll.bat new file mode 100644 index 00000000..62211e55 --- /dev/null +++ b/.cbin/_include/_vcredists/InstallAll.bat @@ -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 \ No newline at end of file