IniFileAction Enumeration

Microsoft Deployment Tools

Deployment Tools Foundation IniFileAction Enumeration
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerIniFileAction
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.

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)