Use a larger LZMA dictionary.
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 15 Mar 2013 21:46:25 +0000 (21:46 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 15 Mar 2013 21:46:25 +0000 (21:46 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@48328 f5534014-38df-0310-8fa8-9805f1628bb7

packaging/nsis/wireshark.nsi
packaging/portableapps/win32/Installer.nsi

index 37a9677c2b8a0d7d7819f44cef680240158a362d..45ab8c4df8b41510cb6fb6ec870f1da3a01834df 100644 (file)
@@ -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'
index 3b87defce6aa2cac81c3424dbc8770741404f10a..842bce2d464e4d7b6c22a0f6e9c8e832aeaf9a2c 100755 (executable)
@@ -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