Browse Source

increase the LZMA dictionary size to 64MB for the Windows installer

This reduces installer size by 40-50% similar to f6f29b0513c4019a8e70766dbb62b519922d38fb
Ashish Kulkarni 11 years ago
parent
commit
6656a2e718
1 changed files with 2 additions and 2 deletions
  1. 2 2
      wkhtmltox.nsi

+ 2 - 2
wkhtmltox.nsi

@@ -17,7 +17,7 @@ VIAddVersionKey  "FileVersion"     "${VERSION}"
 
 
 CRCCheck             force
 CRCCheck             force
 SetCompressor /SOLID lzma
 SetCompressor /SOLID lzma
-
+SetCompressorDictSize 64
 RequestExecutionLevel admin
 RequestExecutionLevel admin
 
 
 !insertmacro MUI_PAGE_LICENSE "COPYING"
 !insertmacro MUI_PAGE_LICENSE "COPYING"
@@ -99,4 +99,4 @@ Function .onInit
   ${If} ${RunningX64}
   ${If} ${RunningX64}
     SetRegView 64
     SetRegView 64
   ${EndIf}
   ${EndIf}
-FunctionEnd
+FunctionEnd