From 7c94be4df3ac338d308096f7b8be98cff1f5db4e Mon Sep 17 00:00:00 2001 From: eccles Date: Mon, 30 Sep 2002 22:22:16 +0000 Subject: [PATCH] CancelConfirmIcon becomes CancelConfirmFlags with extra options git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1239 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/InstallOptions/Install Options.html | 8 +++- Contrib/InstallOptions/InstallerOptions.cpp | 48 ++++++++++++++++---- Plugins/InstallOptions.dll | Bin 11264 -> 11264 bytes 3 files changed, 44 insertions(+), 12 deletions(-) diff --git a/Contrib/InstallOptions/Install Options.html b/Contrib/InstallOptions/Install Options.html index c22d9381..dfc8b1f4 100644 --- a/Contrib/InstallOptions/Install Options.html +++ b/Contrib/InstallOptions/Install Options.html @@ -70,9 +70,9 @@ following values: (optional) If specified, replaces the default "Question" caption by a user specified value. - CancelConfirmIcon + CancelConfirmFlags (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). + If specified, can add an icon to the cancel confirmation message box (MB_ICONEXCLAMATION, MB_ICONINFORMATION, MB_ICONQUESTION, MB_ICONSTOP) or effect the behaviour of it in other ways (MB_TOPMOST, MB_SETFOREGROUND, MB_RIGHT, MB_DEFBUTTON1, MB_DEFBUTTON2). To specify multiple flags, separate using the pipe '|' symbol. CancelEnabled (optional) @@ -272,6 +272,10 @@ numbers from 1 to NumFields. Each Field section contains the following values: History: