InsertMacro
Hi Anders,
This is what mis-led me (and tehre are a few of them):
Insert the following macros to set the pages you want to use. The pages will appear in the order in which you insert them in the script. You can also insert custom Page commands between the macros to add custom pages.
You can add multiple pages of certain types (for example, if you want the user to specify multiple folders).
Examples:
!insertmacro MUI_PAGE_LICENSE "License.rtf"
!insertmacro MUI_PAGE_COMPONENTS
Var StartMenuFolder
!insertmacro MUI_PAGE_STARTMENU "Application" $StartMenuFolder
Or am I just reading this wrongly?
|