-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDownloadArtifacts.psd1
92 lines (92 loc) · 4.46 KB
/
DownloadArtifacts.psd1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
@{
VCRedist2k5_x86 = @{
FullName = "Microsoft Visual C++ 2005 x86 Redistributable";
ShortName = "VCRedist2k5_x86";
Url = "http://download.microsoft.com/download/d/3/4/d342efa6-3266-4157-a2ec-5174867be706/vcredist_x86.exe";
CommandLine = "vcredist_x86.exe /s"
}
VCRedist2k5_x64 = @{
FullName = "Microsoft Visual C++ 2005 x64 Redistributable";
ShortName = "VCRedist2k5_x64";
Url = "http://download.microsoft.com/download/9/1/4/914851c6-9141-443b-bdb4-8bad3a57bea9/vcredist_x64.exe";
CommandLine = "vcredist_x64.exe /s"
}
VCRedist2k8_x86 = @{
FullName = "Microsoft Visual C++ 2008 x86 Redistributable";
ShortName = "VCRedist2k8_x86";
Url = "http://download.microsoft.com/download/1/1/1/1116b75a-9ec3-481a-a3c8-1777b5381140/vcredist_x86.exe";
CommandLine = "vcredist_x86.exe /s"
}
VCRedist2k8_x64 = @{
FullName = "Microsoft Visual C++ 2008 x64 Redistributable";
ShortName = "VCRedist2k8_x64";
Url = "http://download.microsoft.com/download/d/2/4/d242c3fb-da5a-4542-ad66-f9661d0a8d19/vcredist_x64.exe";
CommandLine = "vcredist_x64.exe /s"
}
VCRedist2k10_x86 = @{
FullName = "Microsoft Visual C++ 2010 x86 Redistributable";
ShortName = "VCRedist2k10_x86";
Url = "http://download.microsoft.com/download/5/B/C/5BC5DBB3-652D-4DCE-B14A-475AB85EEF6E/vcredist_x86.exe";
CommandLine = "vcredist_x86.exe /s"
}
VCRedist2k10_x64 = @{
FullName = "Microsoft Visual C++ 2010 x64 Redistributable";
ShortName = "VCRedist2k10_x64";
Url = "http://download.microsoft.com/download/3/2/2/3224B87F-CFA0-4E70-BDA3-3DE650EFEBA5/vcredist_x64.exe";
CommandLine = "vcredist_x64.exe /s"
}
VCRedist2k12_x86 = @{
FullName = "Microsoft Visual C++ 2012 x86 Redistributable";
ShortName = "VCRedist2k12_x86";
Url = "http://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/VSU_4/vcredist_x86.exe";
CommandLine = "vcredist_x86.exe /s"
}
VCRedist2k12_x64 = @{
FullName = "Microsoft Visual C++ 2012 x64 Redistributable";
ShortName = "VCRedist2k12_x64";
Url = "http://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/VSU_4/vcredist_x64.exe";
CommandLine = "vcredist_x64.exe /s"
}
VCRedist2k13_x86 = @{
FullName = "Microsoft Visual C++ 2013 x86 Redistributable";
ShortName = "VCRedist2k13_x86";
Url = "http://download.microsoft.com/download/2/E/6/2E61CFA4-993B-4DD4-91DA-3737CD5CD6E3/vcredist_x86.exe";
CommandLine = "vcredist_x86.exe /s"
}
VCRedist2k13_x64 = @{
FullName = "Microsoft Visual C++ 2013 x64 Redistributable";
ShortName = "VCRedist2k13_x64";
Url = "http://download.microsoft.com/download/2/E/6/2E61CFA4-993B-4DD4-91DA-3737CD5CD6E3/vcredist_x64.exe";
CommandLine = "vcredist_x64.exe /s"
}
VCRedist2k15_x86 = @{
FullName = "Microsoft Visual C++ 2015 x86 Redistributable";
ShortName = "VCRedist2k15_x86";
Url = "http://download.microsoft.com/download/9/3/F/93FCF1E7-E6A4-478B-96E7-D4B285925B00/vc_redist.x86.exe";
CommandLine = "vcredist_x86.exe /s"
}
VCRedist2k15_x64 = @{
FullName = "Microsoft Visual C++ 2015 x64 Redistributable";
ShortName = "VCRedist2k15_x64";
Url = "http://download.microsoft.com/download/9/3/F/93FCF1E7-E6A4-478B-96E7-D4B285925B00/vc_redist.x64.exe";
CommandLine = "vcredist_x64.exe /s"
}
"NetFx4-6-2_x64" = @{
FullName = ".Net Framework 4.6.2";
ShortName = "NetFx4-6-2_x64";
Url = "http://download.microsoft.com/download/1/7/5/175E764B-E417-4FBB-95DF-62676FC7B2EA/NDP462-KB3120735-x86-x64-AllOS-ENU.exe";
CommandLine = "NDP462-KB3120735-x86-x64-AllOS-ENU.exe /s"
}
MDT = @{
FullName = "Microsoft Deployment Toolkit Build 8443";
ShortName = "MDT";
Url = "https://download.microsoft.com/download/3/3/9/339BE62D-B4B8-4956-B58D-73C4685FC492/MicrosoftDeploymentToolkit_x64.msi";
CommandLine = "msiexec.exe /i MicrosoftDeploymentToolkit_x64.msi /qn"
}
ADKv1703 = @{
FullName = "Automated Installation Kit v1703";
ShortName = "ADKv1703";
Url = "http://download.microsoft.com/download/5/D/9/5D915042-FCAA-4859-A1C3-29E198690493/adk/adksetup.exe";
CommandLine = "adksetup.exe /qn"
}
}