Inno Setup Preprocessor: ReadIni

Inno Setup Preprocessor

Inno Setup Preprocessor: ReadIni

Prototype

str ReadIni(str 1, str 2, str 3, str? 4)

Description

Reads the value from an INI file. Argument 1 must be the name of the INI file, argument 2 – the name of a section in the INI file, the third argument is the key in the section to read. Last optional argument can be used to provide the default value that will be returned on failure, if it is omitted, an empty string is returned.