I need to create a page for my installer that contains radio buttons with the options of:
- Install
- Repair
- uninstall
I am completely new to Inno Setup I would appreciate your answers thank you very much.
I need to create a page for my installer that contains radio buttons with the options of:
I am completely new to Inno Setup I would appreciate your answers thank you very much.
It's easy, it has to be done in the section
[Code]
First of all, the page variable is createdFollowed in the constructor
InitializeWizard
we create the page like this: