Pascal Scripting: SetIniString
From Inno Setup
Pascal Scripting: SetIniString
Prototype:
function SetIniString(const Section, Key, Value, Filename: String): Boolean;
Description:
Writes a string to an INI file.
From Inno Setup
function SetIniString(const Section, Key, Value, Filename: String): Boolean;
Writes a string to an INI file.