__VsSetupPackageState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class __VsSetupPackageState
public enum class __VsSetupPackageState
enum __VsSetupPackageState
public enum __VsSetupPackageState
type __VsSetupPackageState =
Public Enum __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). |