Add a parameter to an existing INI key entry. (Comma separated)
Parameter 1: The INI file section name to be modified/added to.
Parameter 2: [INIADDPARM]
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.
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.
settings,[INIADDPARM],,io_interfaces,test plugin
(This would add “test plugin” to whatever was already set as the value of the io_interfaces key in the settings section of the settings.ini file. If there is a value already present, then a comma will be added before the new value is appended. If the value is empty or does not exist, then the new value will be set for the key.
Back to the Installation Script Index