UI/installer: Update installer VC redist download link

This commit is contained in:
jp9000
2017-05-28 15:34:19 -07:00
parent 7c72cfc625
commit 847b3013fc

View File

@@ -105,7 +105,7 @@ Function PreReqCheck
vs2013Missing:
MessageBox MB_YESNO|MB_ICONEXCLAMATION "Your system is missing runtime components that ${APPNAME} requires. Please make sure to install both vcredist_x64 and vcredist_x86. Would you like to download them?" IDYES vs2013true IDNO vs2013false
vs2013true:
ExecShell "open" "http://www.microsoft.com/en-us/download/details.aspx?id=40784"
ExecShell "open" "https://obsproject.com/visual-studio-2013-runtimes"
vs2013false:
Quit
vs2013OK: