mirror of
https://github.com/nmap/nmap.git
synced 2025-12-10 09:49:05 +00:00
Use lzma whole-file compression in the Windows installer, instead of the
default zlib. The lzma-compressed installer is 15% smaller than the zlib one. See http://seclists.org/nmap-dev/2010/q2/1011 for test results.
This commit is contained in:
@@ -20,6 +20,10 @@
|
|||||||
;; contain any quotes, even if the path contains spaces. Only absolute
|
;; contain any quotes, even if the path contains spaces. Only absolute
|
||||||
;; paths are supported.
|
;; paths are supported.
|
||||||
|
|
||||||
|
; The default compressor is zlib; lzma gives about 15% better compression.
|
||||||
|
; http://nsis.sourceforge.net/Docs/Chapter4.html#4.8.2.4
|
||||||
|
SetCompressor /SOLID /FINAL lzma
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
;Include Modern UI
|
;Include Modern UI
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user