WriteIni function

Inno Setup Preprocessor

WriteIni function

Prototype

void WriteIni(str 1, str 2, str 3, any 4)

Description

Writes specified value to an INI file. Argument 1 is the name of the INI file, argument 2 – the name of a section in the INI file, argument 3 – the name of a key in the section. Last argument should be set to the value you wish to be written to the INI file, it can be of any type.

Function does not return any significiant value.