added vcredist x86 packages

This commit is contained in:
Michael H.G. Schmidt 2023-04-21 15:43:29 +02:00
parent a59992c2f0
commit 940cf1dbd1
2 changed files with 9 additions and 0 deletions

View File

@ -12,6 +12,11 @@ for %%A in (
vcredist2012-setup
vcredist2013-setup
vcredist-setup
vcredist2010x86-setup
vcredist2012x86-setup
vcredist2013x86-setup
vcredistx86-setup
) do (

View File

@ -4,9 +4,13 @@ https://go.microsoft.com/fwlink/?linkid=2120254 adk-setup.exe
https://download.sysinternals.com/files/SysinternalsSuite.zip sysinternals.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.x86.exe vcredistx86-setup.exe
https://aka.ms/highdpimfc2013x64enu vcredist2013-setup.exe
https://aka.ms/highdpimfc2013x86enu vcredist2013x86-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/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/VSU_4/vcredist_x86.exe vcredist2012x86-setup.exe
https://download.microsoft.com/download/1/6/5/165255E7-1014-4D0A-B094-B6A430A6BFFC/vcredist_x64.exe vcredist2010-setup.exe
https://download.microsoft.com/download/1/6/5/165255E7-1014-4D0A-B094-B6A430A6BFFC/vcredist_x86.exe vcredist2010x86-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-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

1 https://www.7-zip.org/a/7z1900-x64.msi 7z-setup.msi
4 https://download.sysinternals.com/files/SysinternalsSuite.zip sysinternals.zip
5 https://curl.se/windows/latest.cgi?p=win64-mingw.zip curl.zip
6 https://aka.ms/vs/17/release/vc_redist.x64.exe vcredist-setup.exe
7 https://aka.ms/vs/17/release/vc_redist.x86.exe vcredistx86-setup.exe
8 https://aka.ms/highdpimfc2013x64enu vcredist2013-setup.exe
9 https://aka.ms/highdpimfc2013x86enu vcredist2013x86-setup.exe
10 https://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/VSU_4/vcredist_x64.exe vcredist2012-setup.exe
11 https://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/VSU_4/vcredist_x86.exe vcredist2012x86-setup.exe
12 https://download.microsoft.com/download/1/6/5/165255E7-1014-4D0A-B094-B6A430A6BFFC/vcredist_x64.exe vcredist2010-setup.exe
13 https://download.microsoft.com/download/1/6/5/165255E7-1014-4D0A-B094-B6A430A6BFFC/vcredist_x86.exe vcredist2010x86-setup.exe
14 https://netcologne.dl.sourceforge.net/project/gnuwin32/wget/1.11.4-1/wget-1.11.4-1-bin.zip wget.zip
15 https://netcologne.dl.sourceforge.net/project/gnuwin32/wget/1.11.4-1/wget-1.11.4-1-dep.zip wgetdeps.zip
16 https://github.com/git-for-windows/git/releases/download/v2.30.1.windows.1/Git-2.30.1-64-bit.exe git-setup.exe