Skip to content
⌘ NSIS Forum Archive

radiobuttons on custom page

4 posts

rossi323#

radiobuttons on custom page

hello,

I have a problem with radiobuttons on a custom page. what I want to have is that, if one radiobutton is checked the other one should be unchecked. If the first radiobutton is checked, a program is installed, if the second, then another program is installed.

I found something, which does the same in a section (http://nsis.sourceforge.net/RadioButtons), but I'm not able to apply this to a custom page :-(

Is there any solution?


Thanks in advance
Thomas
JasonFriday13#
I just made a simple example in the last 15 minutes. Here is the .ini (.txt extension)...
JasonFriday13#
... and the script to compile. Just put both files in the same direcctory and compile.
rossi323#
Thank's for the fast reply!

This is exactly, I was looking for :-))

From now on I know, where to post my problems with NSIS.

Thomas