diff options
author | Gerald Combs <gerald@wireshark.org> | 2013-03-15 21:46:25 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2013-03-15 21:46:25 +0000 |
commit | 035d5b231e2bb86a253be35e4cf2360f4e761b00 (patch) | |
tree | d425d5f7d2bef1861c05acfc422848ba3b21e06e /packaging/portableapps | |
parent | 9c31e74bc5db93a6dcac5c019c5dff0c5bbdc7d7 (diff) | |
download | wireshark-035d5b231e2bb86a253be35e4cf2360f4e761b00.tar.gz wireshark-035d5b231e2bb86a253be35e4cf2360f4e761b00.tar.bz2 wireshark-035d5b231e2bb86a253be35e4cf2360f4e761b00.zip |
Use a larger LZMA dictionary.
svn path=/trunk/; revision=48328
Diffstat (limited to 'packaging/portableapps')
-rwxr-xr-x | packaging/portableapps/win32/Installer.nsi | 1 |
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 |