Enum WindowsServerFeatureInstallState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the installation state of a component (server role or feature).
public enum WindowsServerFeatureInstallState
Fields
Available = 0
The component is not installed.
InstallPending = 3
The component has been installed but requires a reboot to complete.
Installed = 1
The component is installed.
NotInstalled = 0
The component is not installed.
NotPresent = 4
The component is not present.
Removed = 5
The component has been removed.
UninstallPending = 2
The component has been uninstalled but requires a reboot to complete.
Unknown = 6
The install state of the feature is unknown.