Archive: Radiobuttons on License Page


Radiobuttons on License Page
Hi,
I have inserted a license page using InstallOptions MUI.
I need to use the 'Radiobuttons' version of the licensepage as per my requirements. However, when I select the 'I agree' option and proceed to the next custom page and come back. The 'I agree' option is retained. I would prefer to set the option back to 'I decline' on returning to the page with the NEXT button disabled.

How can I achieve this?

Regards
Anup J. Rao


That'd just annoy the user in my opnion. However, if you really want to do it, you can set the radio button in the show callback function of the page. Send it the appropriate message using SendMessage. You can find message definitions in WinMessages.nsh.