diff --git a/Contrib/Modern UI/Readme.html b/Contrib/Modern UI/Readme.html index 96065cf0..9156e3d3 100644 --- a/Contrib/Modern UI/Readme.html +++ b/Contrib/Modern UI/Readme.html @@ -122,7 +122,7 @@ a:hover

Basic Macro System
For most scripts, you can use the basic macro system. The basic macro system inserts all code and functions for you. For an example, - have a look at Basic.nsi.

+ have a look at Basic.nsi.

To remove certain default NSIS pages (such as the License page), remove a define before the language files (for example, remove !define MUI_LICENSEPAGE), and remove the other instruction for @@ -135,7 +135,7 @@ a:hover add new pages.
Using the Install Options macro's, it's also very easy to use custom pages in your installer.
- Have a look at + Have a look at InstallOptions.nsi for an example of the Install Options and the Advanced Macro System.

Multilanguage installers
@@ -144,7 +144,7 @@ a:hover language files in the Contrib\Modern UI\Language files directory. There are already a lot of translations available, but you can also make your own translation.
- See MultiLanguage.nsi + See MultiLanguage.nsi for a multilanguage example using the Basic Macro System.

The interface

Modern.exe and modern2.exe