CIP_STATUS 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.
Contains the various application installation or file download problem statuses.
public enum class CIP_STATUS
public enum class CIP_STATUS
enum CIP_STATUS
public enum CIP_STATUS
type CIP_STATUS =
Public Enum CIP_STATUS
- Inheritance
-
CIP_STATUS
Fields
Name | Value | Description |
---|---|---|
CIP_DISK_FULL | 0 | Indicates that the destination can accept no more data. |
CIP_ACCESS_DENIED | 1 | Indicates a permissions problem. |
CIP_NEWER_VERSION_EXISTS | 2 | Indicates that the destination contains a newer version than the source. |
CIP_OLDER_VERSION_EXISTS | 3 | Indicates that the destination contains an older version than the source. |
CIP_NAME_CONFLICT | 4 | Indicates that the destination does not allow the naming convention used by the source. |
CIP_TRUST_VERIFICATION_COMPONENT_MISSING | 5 | Indicates that the destination cannot verify the source. |
CIP_EXE_SELF_REGISTERATION_TIMEOUT | 6 | |
CIP_UNSAFE_TO_ABORT | 7 | Indicates that the installation or download should not be aborted. |
CIP_NEED_REBOOT | 8 | Indicates that the destination machine requires rebooting. |