Use a larger LZMA dictionary.

svn path=/trunk/; revision=48328
This commit is contained in:
Gerald Combs 2013-03-15 21:46:25 +00:00
parent 9c31e74bc5
commit 035d5b231e
2 changed files with 2 additions and 0 deletions

View 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'

View File

@ -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