Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.23 KB

writeinivalues-action.md

File metadata and controls

44 lines (25 loc) · 1.23 KB
description ms.assetid title ms.topic ms.date
The WriteIniValues action writes the .ini file information that the application needs written to its .ini files.
ec54db54-293c-4db3-81af-6e8669f27310
WriteIniValues Action
article
05/31/2018

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

IniFile table