WriteIniValues Action
The WriteIniValues action writes the .ini file information that the application needs written to its .ini files. The writing of this information is gated by the Component table. An .ini value is written if the corresponding component has been set to be installed either locally or run from source.
Sequence Restrictions
The InstallValidate action must come before the WriteIniValues action. If there is a RemoveIniValues action in the sequence, then it must come before the WriteIniValues action.
ActionData Messages
Field | Description of action data |
---|---|
[1] | Identifier of .ini file. |
[2] | .ini file key in the following section. |
[3] | Item removed from .ini file. |
[4] | Value removed from .ini file. |
Related topics