From 53b51de8e64242e7c6b81a1f22f54b31329b77d9 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Thu, 21 Nov 2002 21:54:46 +0000 Subject: [PATCH] " git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1807 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI/Readme.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)