diff --git a/Contrib/Modern UI/Readme.html b/Contrib/Modern UI/Readme.html index c2f28bfc..dcfe3d27 100644 --- a/Contrib/Modern UI/Readme.html +++ b/Contrib/Modern UI/Readme.html @@ -123,8 +123,8 @@ with a custom user interface.

has already been written for you!

The easiest way to use the Modern UI is to customize one of the example scripts, but you can also modify an existing script.

-

Note: If you want to add a double quote (") to a Modern UI string, -you should always escape it ($\"), because the Modern UI macro's use " to separate parameters.

+

Note: If you want to add a double quote (") to a Modern UI string, +you should always escape it ($\"), because the Modern UI macro's use " to separate parameters.

How to use the Modern UI in an existing script:

1. Include the header file

!include "${NSISDIR}\Contrib\Modern UI\System.nsh"
@@ -198,9 +198,9 @@ you should always escape it ($\"), because the Modern UI macro's use " to separa (Verdana, 12, 700)
The font for the title on the Welcome and Finish pages. Fontstyle: [weight] [/ITALIC] [/UNDERLINE] [/STRIKE]

MUI_INSTALLCOLORS (/windows)
- The hexadecimal colors of the details screen ("foreground" "background") + The hexadecimal colors of the details screen ("foreground" "background")

MUI_PROGRESSBAR (smooth)
- The style of the progress bar ("colored" to use the MUI_INSTALLCOLORS or "" for a old-school windows look)

+ The style of the progress bar ("colored" to use the MUI_INSTALLCOLORS or "" for a old-school windows look)

MUI_SPECIALINI (${NSISDIR}\Contrib\ioSpecial.ini)
Install Options INI File for the Welcome and Finish pages

MUI_SPECIALBITMAP (${NSISDIR}\Contrib\Icons\modern-wizard.bmp)