Using Inno Setup Compiler I have added a screen with the various components, I should read the content that is inserted into a textbox and write it in an ini file.
Same thing with the combobox component.
I added the section
Code:
[Ini]
Filename: {app} \ fileProva.ini; Section: prova1; Key: Name
Filename: {app} \ fileProva.ini; Section: Prova2; Key: Surname
How do I read from the components i have inserted?