customising the top text on custom pages
I have a couple of custom install option pages in my installer. I would like to customize the "top text" but I'm not sure how.
I've found example of customising the text on built-in pages, like the following:
; APP Installation directory Page
!define MUI_DIRECTORYPAGE_VARIABLE ${APP_INST_DIR}
!define MUI_PAGE_HEADER_TEXT "APP Installation folder location."
!define MUI_PAGE_HEADER_SUBTEXT ""
!define MUI_DIRECTORYPAGE_TEXT_TOP "Please select the folder where APP has
been installed. If you are unsure where APP! has been installed, please keep
the default value."
However, this doesn't really suggest a way to customise the text outside the custom panel on my custom page..
cheers
alex