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