RemoveFileModes Enumeration

DTF API

Copy image CopyHover image
Deployment Tools Foundation RemoveFileModes Enumeration
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerRemoveFileModes
Defines values for the InstallMode column of the RemoveFile table.
Declaration Syntax
C# Visual Basic Visual C++ F#
[FlagsAttribute]
public enum RemoveFileModes
<FlagsAttribute>
Public Enumeration RemoveFileModes
[FlagsAttribute]
public enum class RemoveFileModes
[<FlagsAttribute>]
type RemoveFileModes
Members
Member Description
None Never remove.
OnInstall Remove when the associated component is being installed (install state = local or source).
OnRemove Remove when the associated component is being removed (install state = absent).

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)