Archive: Newbie: Needs Help with Title for License Page and Custom Page


Newbie: Needs Help with Title for License Page and Custom Page
I need help with changing the "License Agreement" Title on the License Page to something else and help with adding a title to the Custom Page. Can some one help me with this.

Also: If anyone knows how to display a message that says something like
"First Name: field can not be left blank" in a custom Registration page. It would realy help. Thanks


See MinLen in the InstallOptions readme.


Thanks. Now the displaying of messages works. But my License Page and Custom Page still have no title.

So Far (MUI_INSTFILESPAGE_FINISHHEADER_TEXT)
has got me someware but only on the Install Files finish page.


More details are needed. Using MUI? Which title? Window title? White wizard title? Text just above the license itself?

If you're using the MUI, the MUI readme will give you your answer. If you're not using the MUI, you probably want Caption or SubCaption.


I tryed this but it only worked on the License Page and not the Custom Page.

!define MUI_PAGE_HEADER_TEXT "this page"
;Text to display on the header of the page.

!define MUI_PAGE_HEADER_SUBTEXT "hello"
;Subtext to display on the header of the page


Custom pages section in the MUI readme:

Use the MUI_HEADER_TEXT macro to set the text on the page header

Wow Thanks.