Modify (replace) or add a new key to an INI file.
Parameter 1: The INI file section name to be modified/added to.
Parameter 2: [INI]
Parameter 3: (not used)
Parameter 4: The KEY to add a value to in the INI file.
Parameter 5: The value to add to the key. See the note above about commas.
Parameter 6: (optional): If provided, the name of the INI file in the CONFIG directory to modify. If this parameter is not provided, SETTINGS.INI is assumed.
hspi_HAI,[INI],xxx,MyText,The only text for this key,MyFile.ini
(This would write “The only text for this key” as the value of the MyText key in the hspi_HAI section of the MyFile.ini file.
Back to the Installation Script Index