Archive: Adding a Custom Page


Adding a Custom Page
Forgive me, as I seem to be stupid.

I have an installation that I am creating that has a welcome page and a license page. I am not allowing the user to select any files or the location of any files. I want a page that just says "I'm ready to install!" with a next or install button. How can I do that?

Here is my code:
LangString PAGE_TITLE ${LANG_ENGLISH} "Ready to install"
LangString PAGE_SUBTITLE ${LANG_ENGLISH} "You are now ready to install the components"

Function instReady
!insertmacro MUI_HEADER_TEXT $(PAGE_TITLE) $(PAGE_SUBTITLE)
FunctionEnd
...
Page Custom instReady


Thanks, ya'll


Use nsDialogs.

Stu