View Single Post
  #568  
Old 27-05-2024, 01:54
Fak Eid Fak Eid is offline
Registered User
 
Join Date: Jun 2023
Location: Mars
Posts: 147
Thanks: 98
Thanked 152 Times in 54 Posts
Fak Eid is on a distinguished road
Help for FNewINI

I still need help with this
Earlier to read AppName from .ini file we used to:
Code:
#define AppName ReadIni(SourcePath + "Game\Installer.ini", "Installer", "Name", "")

[Setup]
AppName={#AppName}
Is it possible to do it using the new FNewINI command like:
Code:
[Setup]
AppName=ANewInI.ReadString('Installer', 'Name', '')

Last edited by Fak Eid; 28-05-2024 at 04:19.
Reply With Quote