Changing Install page title and header?
I am having a hard time finding the MUI !define for these things. Anyone can give a tip? Thanks.
Archive: Changing Install page title and header?
Changing Install page title and header?
I am having a hard time finding the MUI !define for these things. Anyone can give a tip? Thanks.
Like all other MUI pages, it's:
!define MUI_PAGE_HEADER_TEXT "blah"
!define MUI_PAGE_HEADER_SUBTEXT "blah"
Under General Page Settings.
-Stu
That doesn't seem to change the install page. It's the one that says Installing
Please wait while xxx is being installed.
I think this is what you are looking for:
DetailPrint "Some text goes here..."
Use it in your installer sections.
you have to use it like this:
; Instfiles page
!define MUI_PAGE_HEADER_TEXT "blah"
!define MUI_PAGE_HEADER_SUBTEXT "blah"
!insertmacro MUI_PAGE_INSTFILES