RemoveFileModes Enumeration

Microsoft Deployment Tools

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++
[FlagsAttribute]
public enum RemoveFileModes
<FlagsAttribute> _
Public Enumeration RemoveFileModes
[FlagsAttribute]
public enum class 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) Version: 3.0.0.0 (3.5.1623.0)