Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Contains the various application installation or file download problem statuses.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Public Enumeration CIP_STATUS
public enum CIP_STATUS
public enum class CIP_STATUS
type CIP_STATUS
public enum CIP_STATUS
Members
| Member name | Description | |
|---|---|---|
| CIP_ACCESS_DENIED | Indicates a permissions problem. | |
| CIP_DISK_FULL | Indicates that the destination can accept no more data. | |
| CIP_EXE_SELF_REGISTERATION_TIMEOUT | ||
| CIP_NAME_CONFLICT | Indicates that the destination does not allow the naming convention used by the source. | |
| CIP_NEED_REBOOT | Indicates that the destination machine requires rebooting. | |
| CIP_NEWER_VERSION_EXISTS | Indicates that the destination contains a newer version than the source. | |
| CIP_OLDER_VERSION_EXISTS | Indicates that the destination contains an older version than the source. | |
| CIP_TRUST_VERIFICATION_COMPONENT_MISSING | Indicates that the destination cannot verify the source. | |
| CIP_UNSAFE_TO_ABORT | Indicates that the installation or download should not be aborted. |