From c10483f9678c3502f515195661bc5b640df9fdea Mon Sep 17 00:00:00 2001
From: kichik
MUI_UI (${NSISDIR}\Contrib\UIs\modern.exe)
The interface file with the dialog resources.
MUI_ICON (${NSISDIR}\Contrib\Icons\modern-install.ico)
- The icon of the instaleller.
MUI_UNICON (${NSISDIR}\Contrib\Icons\modern-uninstall.ico)
- The icon of the uninstaleller.
MUI_CHECKBITMAP (${NSISDIR}\Contrib\Icons\modern.bmp)
The bitmap with images for the checks of the component select treeview.
MUI_FONT, MUI_FONTSIZE (MS Shell Dlg, 8)
@@ -332,7 +332,7 @@ UninstPage custom un.FunctionName $(UNTEXT_IO_WINDOWTITLE) ;A custom page
MUI_UNCUSTOMPAGECOMMANDS and to insert the Page commands before
on the right position.
Call Install Options
-Have a look at the
+ Have a look at the
Install Options documentation for info about creating Install Options INI Files. First, you need to extract your InstallOptions INI
File in the .onInit function (un.onInit for the uninstaller):