Old 4th November 2005, 14:36   #1
dvanesse
Junior Member
 
Join Date: Nov 2005
Location: G.D. Luxembourg
Posts: 6
InstallOptions: how can I hide the [NEXT] button

Using InstallOptions based custom pages, I create application startup scripts similar to NSIS.EXE (with options to install the application, view the README file, view the user manual, etc.)

As eveything is managed thru links, how can I hide the [NEXT] button ?
dvanesse is offline   Reply With Quote
Old 4th November 2005, 15:07   #2
Jnuw
Senior Member
 
Join Date: Sep 2004
Location: Wisconsin, US
Posts: 258
dvanesse, if you are using custom pages, add the following 2 lines to the top of your page's create function:
code:

GetDlgItem $0 $HWNDPARENT 1
ShowWindow $0 0

Jnuw is offline   Reply With Quote
Old 4th November 2005, 15:21   #3
dvanesse
Junior Member
 
Join Date: Nov 2005
Location: G.D. Luxembourg
Posts: 6
Many thanks, I will try.
dvanesse is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

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