now i got a problem with a custom page.
i wish to create a mirror selector.
creating a var, if mirror 1 is selected var become http://wwww.url.ex
else if mirror 2 is selected var became http://otherurl.ex
now, i have understand how to do radio buttons in a custom page..
${NSD_CreateRadioButton} 0 12u 100% 10u "mirror 1"
Pop $mirror1
${NSD_CreateRadioButton} 0 24u 100% 10u "mirror 2"
Pop $mirror2
nsDialogs::Showbut... now?how can i set a variabile with the radio buttons?
if check box 1 is setted $server become X else Y
how?