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:
kichik 2004-11-09 20:21:31 +00:00
parent 484c07a54a
commit 6cb87b55ba

View file

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