From 53b51de8e64242e7c6b81a1f22f54b31329b77d9 Mon Sep 17 00:00:00 2001
From: joostverburg
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)
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)
MUI_SPECIALINI (${NSISDIR}\Contrib\ioSpecial.ini)
Install Options INI File for the Welcome and Finish pages
MUI_SPECIALBITMAP (${NSISDIR}\Contrib\Icons\modern-wizard.bmp)