From 142ba15378e9ea9c49670e88a23ce6fb9b140226 Mon Sep 17 00:00:00 2001 From: justin1014 Date: Fri, 27 Sep 2002 02:25:49 +0000 Subject: [PATCH] updated setcompress option git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1200 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/compilerflags.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/compilerflags.but b/Docs/src/compilerflags.but index fe3fcaae..de012c13 100644 --- a/Docs/src/compilerflags.but +++ b/Docs/src/compilerflags.but @@ -12,7 +12,7 @@ This command sets the overwrite flag which is used by the File command to determ SetCompress \e{auto|force|off} -This command sets the compress flag which is used by the installer to determine whether or not data should be compressed. Typically the SetCompress flag will effect the commands after it, and the last SetCompress command in the file also determines whether or not the install info section and uninstall data of the installer is compressed. If compressflag is 'auto', then files are compressed if the compressed size is smaller than the uncompressed size. If compressflag is set to 'force', then the compressed version is always used. If compressflag is 'off' then compression is not used (which can be faster). +This command sets the compress flag which is used by the installer to determine whether or not data should be compressed. Typically the SetCompress flag will effect the commands after it, and the last SetCompress command in the file also determines whether or not the install info section and uninstall data of the installer is compressed. If compressflag is 'auto', then files are compressed if the compressed size is smaller than the uncompressed size. If compressflag is set to 'force', then the compressed version is always used. If compressflag is 'off' then compression is not used (which can be faster). Note that this option has no effect on bzip2 installers (compression is always used on bzip2 installers). \S{asetcompressor} SetCompressor