Skip to content

Commit 2450e59

Browse files
committed
Fixed VS2015 runtime download link in installer
1 parent 2f89520 commit 2450e59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Shared/installer/nightly.nsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,7 +1189,7 @@ FunctionEnd
11891189
;====================================================================================
11901190
; Download and install Microsoft Visual Studio 2015 redistributable
11911191
;====================================================================================
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
11931193
Var REDISTVC14
11941194

11951195
LangString MSGBOX_VC14RED_ERROR1 ${LANG_ENGLISH} "Unable to download Microsoft Visual Studio 2015 redistributable"
@@ -1201,7 +1201,7 @@ Function InstallVC14Redistributable
12011201
${LogText} "Function begin - InstallVC14Redistributable"
12021202
DetailPrint "Installing Microsoft Visual Studio 2015 redistributable ..."
12031203
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
12051205
Pop $0
12061206

12071207
${If} $0 != "success"

0 commit comments

Comments
 (0)