DXGL r628 - Code Review

Jump to navigation Jump to search
Repository:DXGL
Revision:r627‎ | r628 | r629 >
Date:00:45, 10 December 2015
Author:admin
Status:new
Tags:
Comment:
Change runtime download URL to dxgl.info
Change installer website to https://www.dxgl.info/
Modified paths:
  • /Installer/dxgl.nsi (modified) (history)

Diff [purge]

Index: Installer/dxgl.nsi
@@ -25,7 +25,7 @@
2626 ; HM NIS Edit Wizard helper defines
2727 !define PRODUCT_NAME "DXGL"
2828 !define PRODUCT_PUBLISHER "William Feely"
29 -!define PRODUCT_WEB_SITE "https://www.williamfeely.info/wiki/DXGL"
 29+!define PRODUCT_WEB_SITE "https://www.dxgl.info/"
3030 !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\dxglcfg.exe"
3131 !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
3232 !define PRODUCT_UNINST_ROOT_KEY "HKLM"
@@ -195,7 +195,7 @@
196196 Section "Download Visual C++ 2013 Redistributable" SEC_VCREDIST
197197 vcdownloadretry:
198198 DetailPrint "Downloading Visual C++ 2013 Runtime"
199 - NSISdl::download http://www.williamfeely.info/download/runtimes/vc12/vcredist_x86.exe $TEMP\vcredist_x86.exe
 199+ NSISdl::download http://www.dxgl.info/download/runtimes/vc12/vcredist_x86.exe $TEMP\vcredist_x86.exe
200200 DetailPrint "Checking Visual C++ 2013 Runtime"
201201 sha512-nsis::CalculateSha512Sum $TEMP\vcredist_x86.exe ${msvcr120_sha512}
202202 Pop $0