From 496b96702c19017b41b0148d92c90b25b4d4f86b Mon Sep 17 00:00:00 2001 From: joostverburg Date: Mon, 4 Nov 2002 11:47:34 +0000 Subject: [PATCH] more info git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1580 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI/Readme.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Contrib/Modern UI/Readme.html b/Contrib/Modern UI/Readme.html index ed908949..3d91af90 100644 --- a/Contrib/Modern UI/Readme.html +++ b/Contrib/Modern UI/Readme.html @@ -131,6 +131,8 @@ with a custom user interface.

!define MUI_VERSION "1.0" ;Define your own software version here !define MUI_NAME "${NAME} ${VERSION}" ;Installer name +

Note: If you want to use a different name for different languages, undef these +defines and define them again before you insert a language file.

3. Define which elements you are using

The Modern UI should know which things it should insert. Use the following defines:

!define MUI_LICENSEPAGE ;License page
@@ -203,7 +205,7 @@ SectionEnd
 

Custom pages

Have a look at the Install Options documentation for info about creating Install Options INI Files.

-

Custom Page Commands

+

Custom page commands

If you want add custom pages to your installer using Install Options, you should insert you own page commands to set the order of the pages and the names of the page functions and define MUI_CUSTOMPAGECOMMANDS before inserting the MUI_SYSTEM