I’m writing scripts in Nsis and I need to have the option radio button on my license page AND a checkbox for another confirmation.
Is it possible to do so because if I try to insert both the higher priority is the checkbox and I’m missing radio buttons.
Preferable I would like to just modify the license page without creating a custom page!
Thanks for your help!
Option A:
Use a modified (Resource Hacker) license page and apply it with ChangeUI (Or MUI_UI) and then use SendMessage to get the state at runtime.
Option B:
Create a new checkbox at runtime with the system plugin: