Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 13th January 2007, 09:50   #1
Sp33dy G0nz4l3s
Junior Member
 
Join Date: May 2006
Posts: 46
Queries custom page

Hi,
I need your help.

I want to create a custom page where the user must answer a question if a plugin is installed.

If he clicks yes an other custom page "password" should be shown. If he clicks no the other custom page should be skip.

Can you say me how I can do this?

Would be very friendly

Here is a screen from the "question" custom page:
Attached Images
File Type: jpg 123456.jpg (17.4 KB, 64 views)
Sp33dy G0nz4l3s is offline   Reply With Quote
Old 13th January 2007, 10:08   #2
Red Wine
Forum King
 
Red Wine's Avatar
 
Join Date: Mar 2006
Location: Ath. GR
Posts: 2,078
On the 2nd custom page create function, read the state of 1st page radio buttons.
If radio button "no" is 1 (checked) then skip the page.
e.g.
ReadINIstr $1 "ini_path\ini_name" "field_num" "state"
${if} $1 == 1
Abort
${endif}

Quick AVI Creator - Quick and easy convert from DVD/MPEG/AVI/MKV to AVI/MP4/MKV
Quick AVI Creator entirely edited with NSIS and entirely upgraded to Unicode NSIS
Red Wine is offline   Reply With Quote
Reply
Go Back   Winamp 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