added vc redist 2010,2012,2013
This commit is contained in:
parent
1806b6f52c
commit
a59992c2f0
@ -2,19 +2,33 @@
|
|||||||
|
|
||||||
set SCRIPTS=..\scripts
|
set SCRIPTS=..\scripts
|
||||||
set SOFTWARE=..\software
|
set SOFTWARE=..\software
|
||||||
set EXE=vcredist-setup.exe
|
|
||||||
|
|
||||||
if NOT EXIST %SOFTWARE%\%EXE% (
|
|
||||||
echo ERROR: %SOFTWARE%\%EXE% not found!
|
|
||||||
exit /b
|
|
||||||
)
|
|
||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
|
|
||||||
cd %SOFTWARE%
|
cd %SOFTWARE%
|
||||||
|
for %%A in (
|
||||||
|
|
||||||
|
vcredist2010-setup
|
||||||
|
vcredist2012-setup
|
||||||
|
vcredist2013-setup
|
||||||
|
vcredist-setup
|
||||||
|
|
||||||
|
) do (
|
||||||
|
|
||||||
|
if NOT EXIST %%A.exe (
|
||||||
|
echo WARNING: %%A.exe not found!
|
||||||
|
) else (
|
||||||
|
|
||||||
@echo on
|
@echo on
|
||||||
%EXE% /install /passive /norestart
|
echo installing %%A.exe ...
|
||||||
|
%%A.exe /install /passive /norestart
|
||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
|
)
|
||||||
|
|
||||||
|
)
|
||||||
|
|
||||||
|
rem go back ...
|
||||||
cd %SCRIPTS%
|
cd %SCRIPTS%
|
||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
|
@ -4,6 +4,9 @@ https://go.microsoft.com/fwlink/?linkid=2120254 adk-setup.exe
|
|||||||
https://download.sysinternals.com/files/SysinternalsSuite.zip sysinternals.zip
|
https://download.sysinternals.com/files/SysinternalsSuite.zip sysinternals.zip
|
||||||
https://curl.se/windows/latest.cgi?p=win64-mingw.zip curl.zip
|
https://curl.se/windows/latest.cgi?p=win64-mingw.zip curl.zip
|
||||||
https://aka.ms/vs/17/release/vc_redist.x64.exe vcredist-setup.exe
|
https://aka.ms/vs/17/release/vc_redist.x64.exe vcredist-setup.exe
|
||||||
|
https://aka.ms/highdpimfc2013x64enu vcredist2013-setup.exe
|
||||||
|
https://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/VSU_4/vcredist_x64.exe vcredist2012-setup.exe
|
||||||
|
https://download.microsoft.com/download/1/6/5/165255E7-1014-4D0A-B094-B6A430A6BFFC/vcredist_x64.exe vcredist2010-setup.exe
|
||||||
https://netcologne.dl.sourceforge.net/project/gnuwin32/wget/1.11.4-1/wget-1.11.4-1-bin.zip wget.zip
|
https://netcologne.dl.sourceforge.net/project/gnuwin32/wget/1.11.4-1/wget-1.11.4-1-bin.zip wget.zip
|
||||||
https://netcologne.dl.sourceforge.net/project/gnuwin32/wget/1.11.4-1/wget-1.11.4-1-dep.zip wgetdeps.zip
|
https://netcologne.dl.sourceforge.net/project/gnuwin32/wget/1.11.4-1/wget-1.11.4-1-dep.zip wgetdeps.zip
|
||||||
https://github.com/git-for-windows/git/releases/download/v2.30.1.windows.1/Git-2.30.1-64-bit.exe git-setup.exe
|
https://github.com/git-for-windows/git/releases/download/v2.30.1.windows.1/Git-2.30.1-64-bit.exe git-setup.exe
|
||||||
|
|
Loading…
Reference in New Issue
Block a user