This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
VCRedist.json.dist
84 lines (84 loc) · 3.89 KB
/
VCRedist.json.dist
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
{
"VCRedist": [
{
"DisplayName": "Visual C++ 2008 Service Pack 1 Redistributable Package MFC Security Update",
"URL": "https://download.microsoft.com/download/5/D/8/5D8C65CB-C849-4025-8E95-C3966CAFD8AE/vcredist_x64.exe",
"FileName": "vcredist_x64.exe",
"Version": "2008",
"Architecture": "x64",
"Parameters": "/Q"
},
{
"DisplayName": "Visual C++ 2008 Service Pack 1 Redistributable Package MFC Security Update",
"URL": "https://download.microsoft.com/download/5/D/8/5D8C65CB-C849-4025-8E95-C3966CAFD8AE/vcredist_x86.exe",
"FileName": "vcredist_x86.exe",
"Version": "2008",
"Architecture": "x86",
"Parameters": "/Q"
},
{
"DisplayName": "Visual C++ 2010 Service Pack 1 Redistributable Package MFC Security Update",
"URL": "https://download.microsoft.com/download/1/6/5/165255E7-1014-4D0A-B094-B6A430A6BFFC/vcredist_x64.exe",
"FileName": "vcredist_x64.exe",
"Version": "2010",
"Architecture": "x64",
"Parameters": "/quiet /norestart"
},
{
"DisplayName": "Visual C++ 2010 Service Pack 1 Redistributable Package MFC Security Update",
"URL": "https://download.microsoft.com/download/1/6/5/165255E7-1014-4D0A-B094-B6A430A6BFFC/vcredist_x86.exe",
"FileName": "vcredist_x86.exe",
"Version": "2010",
"Architecture": "x86",
"Parameters": "/quiet /norestart"
},
{
"DisplayName": "Visual C++ Redistributable for Visual Studio 2012 Update 4",
"URL": "https://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/VSU_4/vcredist_x64.exe",
"FileName": "vcredist_x64.exe",
"Version": "2012",
"Architecture": "x64",
"Parameters": "/quiet /norestart"
},
{
"DisplayName": "Visual C++ Redistributable for Visual Studio 2012 Update 4",
"URL": "https://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/VSU_4/vcredist_x86.exe",
"FileName": "vcredist_x86.exe",
"Version": "2012",
"Architecture": "x86",
"Parameters": "/install /quiet /norestart"
},
{
"DisplayName": "Visual C++ 2013 Update 5 Redistributable Package",
"URL": "https://download.visualstudio.microsoft.com/download/pr/10912041/cee5d6bca2ddbcd039da727bf4acb48a/vcredist_x64.exe",
"FileName": "vcredist_x64.exe",
"Version": "2013",
"Architecture": "x64",
"Parameters": "/install /quiet /norestart"
},
{
"DisplayName": "Visual C++ 2013 Update 5 Redistributable Package",
"URL": "https://download.visualstudio.microsoft.com/download/pr/10912113/5da66ddebb0ad32ebd4b922fd82e8e25/vcredist_x86.exe",
"FileName": "vcredist_x86.exe",
"Version": "2013",
"Architecture": "x86",
"Parameters": "/install /quiet /norestart"
},
{
"DisplayName": "Visual C++ Redistributable for Visual Studio 2015-2022",
"URL": "https://aka.ms/vs/17/release/vc_redist.x64.exe",
"FileName": "vc_redist.x64.exe",
"Version": "2015-2022",
"Architecture": "x64",
"Parameters": "/install /quiet /norestart"
},
{
"DisplayName": "Visual C++ Redistributable for Visual Studio 2015-2022",
"URL": "https://aka.ms/vs/17/release/vc_redist.x86.exe",
"FileName": "vc_redist.x86.exe",
"Version": "2015-2022",
"Architecture": "x86",
"Parameters": "/install /quiet /norestart"
}
]
}