InstanceState Enum

Definition

The state of an ISetupInstance2.

This enumeration supports a bitwise combination of its member values.

public enum class InstanceState
public enum class InstanceState
enum InstanceState
[System.Flags]
public enum InstanceState
[<System.Flags>]
type InstanceState = 
Public Enum InstanceState
Inheritance
InstanceState
Attributes

Fields

Complete 4294967295

The instance represents a complete install.

Local 1

The instance installation path exists.

NoErrors 8

No errors were reported for the instance.

None 0

The instance state has not been determined.

NoRebootRequired 4

No reboot is required for the instance.

Registered 2

A product is registered to the instance.

Applies to