FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Add a new screen to the installation (https://fileforums.com/showthread.php?t=99486)

lupetto77 24-08-2017 13:25

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?

lupetto77 24-08-2017 17:35

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?

lolaya 26-08-2017 13:17

[Setup]

LicenseFile=C:\License.to.txt
InfoBeforeFile=C:\License.to.txt
InfoAfterFile=C:\License.to.txt

etc.

lupetto77 27-08-2017 16:01

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:

[Ini]
Filename: {app} \ fileProva.ini; Section: prova1; Key: nomeTextBox1
Filename: {app} \ fileProva.ini; Section: Prova2; Key: nomeTextBox2


All times are GMT -7. The time now is 20:05.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com