From 6cb87b55ba900781c75b193ec49a3481c861cfcd Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 9 Nov 2004 20:21:31 +0000 Subject: [PATCH] added /FINAL to SetCompressor git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3760 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/compilerflags.but | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Docs/src/compilerflags.but b/Docs/src/compilerflags.but index b5b70609..e9dad4d5 100644 --- a/Docs/src/compilerflags.but +++ b/Docs/src/compilerflags.but @@ -24,7 +24,7 @@ Note that this option has no effect when solid compression is used, which is ena \S2{asetcompressor} SetCompressor -\c \\zlib\\|bzip2|lzma +\c [/FINAL] \\zlib\\|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