We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 657357d commit 39e1cebCopy full SHA for 39e1ceb
Shared/installer/nightly.nsi
@@ -1201,7 +1201,7 @@ Function InstallVC14Redistributable
1201
${LogText} "Function begin - InstallVC14Redistributable"
1202
DetailPrint "Installing Microsoft Visual Studio 2015 redistributable ..."
1203
StrCpy $REDISTVC14 "$TEMP\vcredist14_x86.exe"
1204
- NSISdl::download "http://download.microsoft.com/download/4/2/F/42FF78CE-8DE0-4C88-AD7A-5F8DFFB49F74/vc_redist.x86.exe" $REDISTVC14
+ NSISdl::download "http://mirror.multitheftauto.com/mtasa/installer/9875/vc_redist_2015u3.x86.exe" $REDISTVC14
1205
Pop $0
1206
1207
${If} $0 != "success"
0 commit comments