aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/portableapps
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 /packaging/portableapps
parent9c31e74bc5db93a6dcac5c019c5dff0c5bbdc7d7 (diff)
Use a larger LZMA dictionary.
svn path=/trunk/; revision=48328
Diffstat (limited to 'packaging/portableapps')
-rwxr-xr-xpackaging/portableapps/win32/Installer.nsi1
1 files changed, 1 insertions, 0 deletions
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