projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dae688b
)
Set VS_REDIST_EXE for all architectures
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 9 Nov 2015 12:47:46 +0000
(13:47 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 9 Nov 2015 12:47:46 +0000
(13:47 +0100)
win/yaz.nsi
patch
|
blob
|
history
diff --git
a/win/yaz.nsi
b/win/yaz.nsi
index
a50d299
..
bc1bd39
100644
(file)
--- 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