IniFileAction Enumeration
Defines values for the Action column of the IniFile and RemoveIniFile tables.
Members
Member | Description |
---|---|
AddLine | Creates or updates a .ini entry. |
AddTag | Creates a new entry or appends a new comma-separated value to an existing entry. |
CreateLine | Creates a .ini entry only if the entry does not already exist. |
RemoveLine | Deletes .ini entry. |
RemoveTag | Deletes a tag from a .ini entry. |
WixToolset.Dtf.WindowsInstaller.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |