diff --git a/Contrib/Modern UI/Readme.html b/Contrib/Modern UI/Readme.html index 37e2e0e9..d6ac6185 100644 --- a/Contrib/Modern UI/Readme.html +++ b/Contrib/Modern UI/Readme.html @@ -131,7 +131,7 @@ with a custom user interface.
!define MUI_PRODUCT "Test Software" ;Define your own software name here !define MUI_VERSION "1.0" ;Define your own software version here -3. Define which elements you are using
+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 !define MUI_COMPONENTSPAGE ;Component-selection page @@ -144,7 +144,7 @@ with a custom user interface. !define MUI_UNINSTALLER ;Uninstaller !define MUI_UNCUSTOMPAGECOMMANDS ;Use customized uninstaller pages-
4. Insert language files
+4. Insert language files
Insert the Modern UI language files for the languages you are using:
!insertmacro MUI_LANGUAGE "English"
The Modern UI language files load the NLF language files, @@ -161,7 +161,7 @@ with a custom user interface.
new Start Menu Folder selection page yet. If you are using a language file which does not contain these strings, you should always define them.5. Define interface settings (optional)
+5. Define interface settings (optional)
You can change the settings of the interface by usings defines:
!define MUI_UI "${NSISDIR}\Contrib\UIs\modern2.exe"
If you don't define a setting, the default will be used.
@@ -259,13 +259,13 @@ FunctionEnd Start Menu Folder selection: StartMenu.nsiThe interface
-Modern.exe and modern2.exe
+Modern.exe and modern2.exe
There are two different versions of the interface available. Modern.exe contains the dialogs of the standard interface. If you have an installer with a lot of subsections or long section names, use modern2.exe, which has a different component-selection page.
-Customize the dialogs
+Customize the dialogs
To change elements on the dialogs, modify modern.exe or
modern2.exe in the Contrib\UIs directory using a resource editor such as
Resource Hacker.