Pascal Scripting: DeleteIniEntry
From Inno Setup
Pascal Scripting: DeleteIniEntry
Prototype:
procedure DeleteIniEntry(const Section, Key, Filename: String);
Description:
Deletes the specified key from an INI file.
From Inno Setup
procedure DeleteIniEntry(const Section, Key, Filename: String);
Deletes the specified key from an INI file.