X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fyaz.nsi;h=7bfda901fdb8a0ad990f7267127a76680f7ab81e;hb=05f7afcaa053728864a9b1b6d7bd1a6a48701f2c;hp=a50d2992ca49095144d4eddc3002adbf23dedb6f;hpb=70ce06b6fcbe3a53e94111ecedf0312848647c1b;p=yaz-moved-to-github.git diff --git a/win/yaz.nsi b/win/yaz.nsi index a50d299..7bfda90 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -32,17 +32,15 @@ InstallDir "$PROGRAMFILES64\YAZ" !define VS_REDIST_KEY "SOFTWARE\Classes\Installer\Products\55E3652ACEB38283D8765E8E9B8E6B57" !endif +InstallDir "$PROGRAMFILES\YAZ" +!endif + !if "${VSVER}" = "14" !define VS_REDIST_EXE vc_redist.${VSARCH}.exe !else !define VS_REDIST_EXE vcredist_${VSARCH}.exe !endif - -InstallDir "$PROGRAMFILES\YAZ" -!endif - - RequestExecutionLevel admin SetCompressor bzip2 @@ -103,7 +101,7 @@ Section "" ; (default section) "$INSTDIR\uninst.exe" SetOutPath $INSTDIR File LICENSE.txt - File ..\README + File ..\README.md File ..\NEWS SetOutPath $INSTDIR SetOutPath $INSTDIR\ztest