diff --git a/Contrib/Modern UI/Readme.html b/Contrib/Modern UI/Readme.html index 320ef127..bdfc4ddb 100644 --- a/Contrib/Modern UI/Readme.html +++ b/Contrib/Modern UI/Readme.html @@ -154,16 +154,28 @@ follow these steps:
MUI_DIRECTORYPAGE
Show the directory selection page.
MUI_STARTMENUPAGE
- Show the Start Menu Folder selection page.
+!insertmacro MUI_STARTMENU_WRITE_BEGIN + ...create the shortcuts... +!insertmacro MUI_STARTMENU_WRITE_END ++
MUI_STARTMENU_VARIABLE
+
MUI_STARTMENUPAGE_VARIABLE
Variable to store the current Start Menu Folder. Default is $9.
You cannot use this variable in your script (or you should Push/Pop it).e.
MUI_STARTMENU_DEFAULTFOLDER
+
MUI_STARTMENUPAGE_DEFAULTFOLDER
The default Start Menu Folder. Use $(LANGSTRINGNAME) as value is you want
to use a language string.
MUI_STARTMENU_REGISTRY_ROOT, MUI_STARTMENU_REGISTRY_KEY,
- MUI_STARTMENU_REGISTRY_VALUENAME
+
MUI_STARTMENUPAGE_NODISABLE
+ Do not display the checkbox to disable the creation of Start Menu
+ shortcuts.
MUI_STARTMENUPAGE_REGISTRY_ROOT,
+ MUI_STARTMENUPAGE_REGISTRY_KEY, MUI_STARTMENUPAGE_REGISTRY_VALUENAME
If your installer saves the Start Menu folder of a previous installation
in a registry, define these values and the Modern UI will use the saved
value as default folder.
Start Menu Folder Page
-MUI_CUSTOMFUNCTION_STARTMENU
+MUI_CUSTOMFUNCTION_STARTMENU_PRE
+MUI_CUSTOMFUNCTION_STARTMENU_LEAVE
Install Files Page
@@ -593,7 +606,7 @@ it freely, subject to the following restrictions: