aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-07-20 18:04:00 +0000
committerGerald Combs <gerald@wireshark.org>2012-07-20 18:04:00 +0000
commit69b1c2dd84f446cc920aa3258fbea6d45e6eb7a7 (patch)
tree0e990b0c96a723ef8cedb29d4fb91c2a25e1575e /packaging/nsis
parent6b04299ae4447454d93fde81237830373b90488e (diff)
Add a comment.
svn path=/trunk/; revision=43866
Diffstat (limited to 'packaging/nsis')
-rw-r--r--packaging/nsis/wireshark.nsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index 66bbe0070c..47df79977b 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -363,6 +363,7 @@ File "${VCREDIST_EXE}"
; "silent" install otherwise.
; http://blogs.msdn.com/b/astebner/archive/2010/10/20/10078468.aspx
+; "!if ${MSVC_VER_REQUIRED} >= 1600" doesn't work.
!searchparse /noerrors ${MSVC_VER_REQUIRED} "1400" VCREDIST_OLD_FLAGS "1500" VCREDIST_OLD_FLAGS
!ifdef VCREDIST_OLD_FLAGS
StrCpy $VCREDIST_FLAGS "/q"