From 089b4cc65176146d0cd3bcc14301917cca2db878 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Wed, 5 Mar 2003 14:04:15 +0000 Subject: [PATCH] more welcome / finish page info git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2239 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI/Readme.html | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/Contrib/Modern UI/Readme.html b/Contrib/Modern UI/Readme.html index 9edf8a83..6542d09e 100644 --- a/Contrib/Modern UI/Readme.html +++ b/Contrib/Modern UI/Readme.html @@ -146,7 +146,8 @@ follow these steps:

All defines are optional. If you don't define a page or option, the page won't use or show it.

MUI_WELCOMEPAGE
- Show the welcome page.

+ Show the welcome page. The welcome page is an introduction + and shows information for the user.

MUI_LICENSEPAGE
Show the license page.

MUI_COMPONENTSPAGE
@@ -181,7 +182,10 @@ follow these steps:

value as default folder.

MUI_FINISHPAGE
- Show the Finish page.

+ Show the finish page. The finish page tells that the installation is succesful. + You can also add options to run the application or show the Readme file. + If the reboot flag is set, a page that allows the user to reboot the system + will be displayed (this option can be disabled).

MUI_FINISHPAGE_RUN
Application which the user can select to run (using a checkbox). @@ -189,7 +193,7 @@ follow these steps:

MUI_FINISHPAGE_RUN_PARAMETERS
Parameters for the application to run. Don't forget to escape double - quotes ($\") in the value.

+ quotes in the value (use $\").

MUI_FINISHPAGE_RUN_NOTCHECKED
Do not check the 'Run program' checkbox by default

@@ -205,8 +209,9 @@ follow these steps:

Do not automatically jump to the finish page, to allow the user to check the log.

MUI_FINISHPAGE_NOREBOOTSUPPORT
- Disables support for a reboot option. Use this to save some space if - you are not using /REBOOTOK or SetRebootFlag.

+ Disables support for the page that allows the user to reboot the system. + Define this option to save some space if you are not using the /REBOOTOK + flag or SetRebootFlag.

MUI_ABORTWARNING
Show a message box with a warning (are you sure?) when the user closes