Deployment Tools Foundation
IniFileAction Enumeration
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► IniFileAction
Defines values for the Action column of the IniFile and RemoveIniFile tables.
Declaration Syntax| C# | Visual Basic | Visual C++ |
public enum IniFileAction
Public Enumeration IniFileAction
public enum class IniFileAction
Members| Member | Description |
|---|---|
| AddLine |
Creates or updates a .ini entry.
|
| CreateLine |
Creates a .ini entry only if the entry does not already exist.
|
| RemoveLine |
Deletes .ini entry.
|
| AddTag |
Creates a new entry or appends a new comma-separated value to an existing entry.
|
| RemoveTag |
Deletes a tag from a .ini entry.
|