__VsSetupPackageState Enum

Definition

public enum class __VsSetupPackageState
public enum class __VsSetupPackageState
enum __VsSetupPackageState
public enum __VsSetupPackageState
type __VsSetupPackageState = 
Public Enum __VsSetupPackageState
Inheritance
__VsSetupPackageState

Fields

INSTALL_PACKAGE_NOT_INSTALLED 1

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

INSTALL_PACKAGE_PRESENT 3

The package is or should be present (installed).

INSTALL_PACKAGE_SUPERSEDED 2

The package is present but a newer package is available.

INSTALL_PACKAGE_UNKNOWN 0

The package has no install state.

Applies to