aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-03-15 21:46:25 +0000
committerGerald Combs <gerald@wireshark.org>2013-03-15 21:46:25 +0000
commit035d5b231e2bb86a253be35e4cf2360f4e761b00 (patch)
treed425d5f7d2bef1861c05acfc422848ba3b21e06e
parent9c31e74bc5db93a6dcac5c019c5dff0c5bbdc7d7 (diff)
Use a larger LZMA dictionary.
svn path=/trunk/; revision=48328
-rw-r--r--packaging/nsis/wireshark.nsi1
-rwxr-xr-xpackaging/portableapps/win32/Installer.nsi1
2 files changed, 2 insertions, 0 deletions
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index 37a9677c2b..45ab8c4df8 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -10,6 +10,7 @@
; This unfortunately is unknown to NSIS prior to 2.07 and creates an error.
; So if you get an error here, please update to at least NSIS 2.07!
SetCompressor /SOLID lzma
+SetCompressorDictSize 64 ; MB
!include "common.nsh"
!include 'LogicLib.nsh'
diff --git a/packaging/portableapps/win32/Installer.nsi b/packaging/portableapps/win32/Installer.nsi
index 3b87defce6..842bce2d46 100755
--- a/packaging/portableapps/win32/Installer.nsi
+++ b/packaging/portableapps/win32/Installer.nsi
@@ -59,6 +59,7 @@ VIAddVersionKey OriginalFilename "${FILENAME}.paf.exe"
;SetDatablockOptimize on
;SetCompress off
SetCompressor /SOLID lzma
+SetCompressorDictSize 64 ; MB
CRCCheck on
AutoCloseWindow True
RequestExecutionLevel user