From 04515200171a1d7ab9c9d226d8d417aa2736e09f Mon Sep 17 00:00:00 2001
From: joostverburg
MUI_UNICON icon_file
The icon of the uninstaller.
Default: ${NSISDIR}\Contrib\Icons\modern-uninstall.ico
MUI_LICENSEBKCOLOR
- (/windows | /grey | (color: RRGGBB))
+ (/windows | /grey | (color: RRGGBB hexadecimal))
The background color for the license textbox. Use /windows for the default text background (usually white).
Use the /grey for the standard window background (usually grey).
Default: /windows
MUI_CHECKBITMAP bitmap_file
The bitmap with images for the checks of the component select treeview.
Default: ${NSISDIR}\Contrib\Icons\modern.bmp
MUI_INSTALLCOLORS (/windows |
- (foreground color: RRGGBB) (background color: RRGGBB))
+ (foreground color: RRGGBB hexadecimal) (background color: RRGGBB hexadecimal))
The colors of the details screen. Use /windows for the default colors.
Default: /windows
MUI_PROGRESSBAR ("" | colored | smooth)
@@ -351,7 +351,7 @@ parameters.
MUI_BGCOLOR (color: 0xBBGGRR)
+
MUI_BGCOLOR (color: 0xBBGGRR hexadecimal)
Background color for the header, Welcome page and Finish page.
Default: 0xFFFFFF
MUI_RTL_UI
Right-to-left interface.