diff --git a/Contrib/InstallOptions/Install Options.html b/Contrib/InstallOptions/Install Options.html index e70efde2..463992f3 100644 --- a/Contrib/InstallOptions/Install Options.html +++ b/Contrib/InstallOptions/Install Options.html @@ -65,6 +65,22 @@ following values: CancelConfirm (optional) If specified, prompts the user (With text) whether or not to cancel if they select the cancel button. + + CancelConfirmCaption + (optional) + If specified, replaces the default "Question" caption by a user specified value. + + CancelConfirmIcon + (optional) + If specified, adds an icon to the cancel confirmation message box (MB_ICONEXCLAMATION, MB_ICONWARNING, MB_ICONINFORMATION, MB_ICONASTERISK, MB_ICONQUESTION, MB_ICONSTOP, MB_ICONERROR, or MB_ICONHAND). + + CancelEnabled + (optional) + Controls whether or not the cancel button in the NSIS window is enabled. If set to 1 or omitted, the cancel button will be enabled. If set to 0, the cancel button will be disabled. + + CancelShow + (optional) + Controls whether or not the cancel button in the NSIS window is shown. If set to 1 or omitted, the cancel button will be shown. If set to 0, the cancel button will be hidden. BackEnabled (optional) @@ -254,7 +270,12 @@ numbers from 1 to NumFields. Each Field section contains the following values: History: