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