__VsSetupPackageState Enum

Definition

C++/CX
public enum class __VsSetupPackageState
Inheritance
__VsSetupPackageState

Fields

Name Value Description
INSTALL_PACKAGE_UNKNOWN 0

The package has no install state.

INSTALL_PACKAGE_NOT_INSTALLED 1

The package is or should be absent (not installed).

INSTALL_PACKAGE_SUPERSEDED 2

The package is present but a newer package is available.

INSTALL_PACKAGE_PRESENT 3

The package is or should be present (installed).

Applies to

Product Versions
Visual Studio SDK 2017, 2019, 2022