added /FINAL to SetCompressor
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3760 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
484c07a54a
commit
6cb87b55ba
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,7 @@ Note that this option has no effect when solid compression is used, which is ena
|
|||
|
||||
\S2{asetcompressor} SetCompressor
|
||||
|
||||
\c \\<b\\>zlib\\</b\\>|bzip2|lzma
|
||||
\c [/FINAL] \\<b\\>zlib\\</b\\>|bzip2|lzma
|
||||
|
||||
This command sets the compression algorithm used to compress files/data in the installer.
|
||||
|
||||
|
@ -36,6 +36,8 @@ BZIP2 usually gives better compression ratios than ZLIB, but it is a bit slower
|
|||
|
||||
LZMA is a new compression method that gives very good compression ratios. The decompression speed is high (10-20 MB/s on a 2 GHz CPU), the compression speed is lower. The memory size that will be used for decompression is the dictionary size plus a few KBs, the default is 8 MB.
|
||||
|
||||
If \e{/FINAL} is used, subsequent calls to SetCompressor will be ignored.
|
||||
|
||||
\S2{asetcompressordictsize} SetCompressorDictSize
|
||||
|
||||
\c dict_size_mb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue