PDA

View Full Version : MUI_PAGE_CUSTOMFUNCTION_SHOW documentation


ensonic
22nd November 2004, 08:42
The documentation about the

MUI_PAGE_CUSTOMFUNCTION_PRE
MUI_PAGE_CUSTOMFUNCTION_SHOW
MUI_PAGE_CUSTOMFUNCTION_LEAVE

in ./Contrib/Modern%20UI/Readme.html#customFunctions

is not clear to me. Are the callbacks called for every page or is there a way to register them for specific pages?

Joost Verburg
23rd November 2004, 16:50
Like all page settings, it applies to one page. You should add the setting before a page macro.

Afrow UK
23rd November 2004, 16:59
E.g.
!define MUI_PAGE_CUSTOMFUNCTION_PRE "myWelcome_Pre"
!insertmacro MUI_PAGE_WELCOME

-Stu