InstallReturnCodeStatus Enum

Definition

Represents the valid return codes from an installation procedure.

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

Fields

Failure 2

Indicates that an installation has failed.

FailureRebootRequired 4

Indicates that an installation has failed to complete and a system restart is required.

None 0

The default value of a status before an installation status is set by the installer class.

Success 1

Indicates that an installation has succeeded.

SuccessRebootRequired 3

Indicates that an installation has succeeded and a system restart is required.

Applies to