Archive: RadioButtons on Components Page


RadioButtons on Components Page
Hi guys!

Could you please give me some advices how to get the following result:

On my Components Page I need to create one section with two radio buttons. If the section is checked (selected) then the radio buttons are enabled and one of them can be checked (chosen). If the section CheckBox is unchecked then both radio buttons are disabled.

Section (if checked -> install component)
RadioButton1 (if checked -> install X.Y.Z version of the component)
RadioButton2 (if checked -> install R.S.T version of the component)

Thanks for your posts and advices.

Regards,
Stander


Stander, look at the Real-time Notification section in the "NSIS nsDialogs Plug-in" tutorial:

http://nsis.sourceforge.net/Docs/nsD...ml#step-notify

HTH :)