File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1189,7 +1189,7 @@ FunctionEnd
1189
1189
; ====================================================================================
1190
1190
; Download and install Microsoft Visual Studio 2015 redistributable
1191
1191
; ====================================================================================
1192
- !define VC14_REDIST_VER " 14.0.23918 " ; Version number of update 2
1192
+ !define VC14_REDIST_VER " 14.0.24210 " ; Version number of update 3
1193
1193
Var REDISTVC14
1194
1194
1195
1195
LangString MSGBOX_VC14RED_ERROR1 ${LANG_ENGLISH} " Unable to download Microsoft Visual Studio 2015 redistributable"
@@ -1201,7 +1201,7 @@ Function InstallVC14Redistributable
1201
1201
${LogText} " Function begin - InstallVC14Redistributable"
1202
1202
DetailPrint " Installing Microsoft Visual Studio 2015 redistributable ..."
1203
1203
StrCpy $REDISTVC14 " $TEMP\vcredist14_x86.exe"
1204
- NSISdl::download " http://download.microsoft.com/download/0/5/0/0504B211-6090-48B1-8DEE-3FF879C29968 /vc_redist.x86.exe" $REDISTVC14
1204
+ NSISdl::download " http://download.microsoft.com/download/4/2/F/42FF78CE-8DE0-4C88-AD7A-5F8DFFB49F74 /vc_redist.x86.exe" $REDISTVC14
1205
1205
Pop $0
1206
1206
1207
1207
${If} $0 != " success"
You can’t perform that action at this time.
0 commit comments