Share via


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

Name Value Description
None 0

The instance state has not been determined.

Local 1

The instance installation path exists.

Registered 2

A product is registered to the instance.

NoRebootRequired 4

No reboot is required for the instance.

NoErrors 8

No errors were reported for the instance.

Complete 4294967295

The instance represents a complete install.

Applies to