adeed AllowSkipFiles

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2663 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
o_owd 2003-06-20 18:04:56 +00:00
parent 6443dfeb61
commit 26dcf66d68

View file

@ -2,6 +2,12 @@
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).
\S2{asetallowskipfiles} AllowSkipFiles
\c \\<b\\>on\\</b\\>|off
This command specifies whether the user should be able to skip a file or not. A user has an option to skip a file if SetOverwrite on is used (default) and the installer fails to open a file for writing when trying to extract a file (see File command). If \e{off} is used the ignore button which allows the user to skip the file will not show and the user will only have an option to abort the installation (Cancel button) or retry opening the file for writing (Retry button). If \e{on} is used the user will have an option to skip the file (error flag will be set - see SetOverwrite).
\S2{asetcompress} SetCompress
\c \\<b\\>auto\\</b\\>|force|off