typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4381 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
1432eeb670
commit
d3a53325cb
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ This command sets the size of the compiler's internal file buffers. This command
|
|||
|
||||
\c \\<b\\>auto\\</b\\>|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 affect 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 when solid compression is used.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue