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 = 0The component is not installed.
InstallPending = 3The component has been installed but requires a reboot to complete.
Installed = 1The component is installed.
NotInstalled = 0The component is not installed.
NotPresent = 4The component is not present.
Removed = 5The component has been removed.
UninstallPending = 2The component has been uninstalled but requires a reboot to complete.
Unknown = 6The install state of the feature is unknown.