Deployment Tools Foundation
RemoveFileModes Enumeration
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► RemoveFileModes
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.dll) Version: 3.0.0.0 (3.9.1006.0)