Potz
15th June 2006 15:26 UTC
Changing the header
I was wondering how to change the header of the install as it changes from page to page
ex http://home.alfredstate.edu/roscupnc/question.JPG
hopefully the image works.
if not its the part of the user interface that has for ex. License Agreement, please review the license terms before installing Program 1.0. with a white background over the gray area.
Just wanted to know how to change text.
If I haven't explained well let me know so I can explain more
Afrow UK
15th June 2006 15:44 UTC
Are you using MUI?
If so, look in the manual under Page Settings > License Page Settings.
-Stu
Potz
15th June 2006 16:14 UTC
yeah but when I switch from a MUI to a Custom page the header still stays the same.
!insertmacro MUI_PAGE_DIRECTORY
; Instfiles page
!insertmacro MUI_PAGE_INSTFILES
;IP address change for client connecting to server
Page Custom serverIP
Just wondering what to do to change that.
Afrow UK
15th June 2006 16:26 UTC
See the section Custom Pages > Using InstallOptions for custom pages.
In custom pages you need to use:
!insertmacro MUI_HEADER_TEXT "text" "subtext"
-Stu
Potz
15th June 2006 16:35 UTC
Awesome that worked thanks :) ... I think I tried something similar this before but it didn't work for some reason.