clarified usage of SetCompressor
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3940 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
c9c8811194
commit
99fd0223ab
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
\S1{flags} Compiler Flags
|
||||
|
||||
The following commands change how the compiler generates code and compresses data. These commands are valid anywhere in the script, and effect every line below where each one is placed (until overridden by another command).
|
||||
The following commands change how the compiler generates code and compresses data. Unless otherwise noted, these commands are valid anywhere in the script, and effect every line below where each one is placed (until overridden by another command).
|
||||
|
||||
\S2{asetallowskipfiles} AllowSkipFiles
|
||||
|
||||
|
@ -26,7 +26,7 @@ Note that this option has no effect when solid compression is used, which is ena
|
|||
|
||||
\c [/FINAL] \\<b\\>zlib\\</b\\>|bzip2|lzma
|
||||
|
||||
This command sets the compression algorithm used to compress files/data in the installer.
|
||||
This command sets the compression algorithm used to compress files/data in the installer. It can only be used outside of sections and functions and before any data is compressed. Different compression methods can not be used for different files in the same installer. It is recommended to use it on the very top of the script to avoid compilation errors.
|
||||
|
||||
Three compression methods are supported: ZLIB, BZIP2 and LZMA.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue