Archive: MessageBox on Component Page


MessageBox on Component Page
Hey

I've got a question. How can I show a MessageBox when the component Page is displaying? I don't want the MessageBox to appear on any other Pages. Only in the moment, when the User sees the Component Page, a MessageBox should appeare.

Thanks

::H1tm4n::


!define MUI_PAGE_CUSTOMFUNCTION_PRE ComponentsPre
!insertmacro MUI_PAGE_COMPONENTS

Function ComponentsPre
MessageBox ...
FunctionEnd


-Stu