changelog, info, doc

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2665 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-06-22 11:22:55 +00:00
parent 8b3a71d6cb
commit 63a1f7a0e3
3 changed files with 39 additions and 33 deletions

View file

@ -6,7 +6,7 @@ The following commands change how the compiler generates code and compresses dat
\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).
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 \R{asetoverwrite}{SetOverwrite} is set to on (default) and the installer fails to open a file for writing when trying to extract a file. 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 \R{asetoverwrite}{SetOverwrite}).
\S2{asetcompress} SetCompress