diff --git a/Docs/src/compilerflags.but b/Docs/src/compilerflags.but index 744acfd4..a3e29553 100644 --- a/Docs/src/compilerflags.but +++ b/Docs/src/compilerflags.but @@ -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 \\on\\|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 \\auto\\|force|off