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 @@ SectionEndCustom 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