From 34ac72cc45f59f7062f3893b5fac98528928d8d4 Mon Sep 17 00:00:00 2001 From: kichik Date: Mon, 26 Aug 2002 13:27:10 +0000 Subject: [PATCH] 1.3 docs git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@743 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/InstallOptions/Install Options.html | 23 ++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) 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: