IniFileAction Enumeration

DTF API

Copy image CopyHover image
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++ F#
public enum IniFileAction
Public Enumeration IniFileAction
public enum class IniFileAction
type 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.dll) Version: 3.0.0.0 (3.11.1.2318)