|
#1
|
||||
|
||||
|
Add a new screen to the installation
How do I add a new screen with an inno setup text box?
And then use the text box so that the latter goes to write on a file in utf-8? |
| Sponsored Links |
|
#2
|
||||
|
||||
|
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
|
|
#3
|
|||
|
|||
|
[Setup]
LicenseFile=C:\License.to.txt InfoBeforeFile=C:\License.to.txt InfoAfterFile=C:\License.to.txt etc. |
|
#4
|
||||
|
||||
|
Hi lolaya, sorry can you give me an example if I have a textbox in the installation screens how do i write it on the ini file?
Just do this to write on the ini file? Quote:
Last edited by lupetto77; 27-08-2017 at 16:03. |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| BlackBox v2 | y_thelastknight | Conversion Tutorials | 567 | 11-03-2025 07:16 |
| Hi, i need help with a few translation | Logrim | Conversion Tutorials | 5 | 16-09-2015 17:57 |
| Tom Clancy's Ghost Recon Future Soldier (3xDVD5 OR 2xDVD5) *Inno Setup* | Fabioddq | PC Games - CD/DVD Conversions | 193 | 21-09-2013 10:39 |
| playing consoles on computer screen | frequency | Chit Chat | 5 | 02-10-2005 15:32 |
| nhl2003, help with screen size | mooseboy84 | PC Games | 1 | 04-04-2003 06:01 |