Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 19th May 2010, 15:02   #1
ApologetixFan
Junior Member
 
Join Date: Jan 2010
Location: Somewhere in the middle
Posts: 4
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

Last edited by ApologetixFan; 19th May 2010 at 15:25. Reason: Add coding
ApologetixFan is offline   Reply With Quote
Old 19th May 2010, 16:00   #2
Afrow UK
Moderator
 
Afrow UK's Avatar
 
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
Use nsDialogs.

Stu

Need an installer? http://www.afrowsoft.co.uk
Afrow UK is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Tags
custom pages

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump