InstanceState Enum

Definition

The state of an ISetupInstance2.

This enumeration supports a bitwise combination of its member values.

C++/CX
public enum class 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

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022