InstallationState Enum

Definition

Represents the various states of an installer.

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

Fields

Canceled 7

Indicates that the current installation has been cancelled.

DependencyFailed 4

Indicates that a dependency of the current installation has failed.

Downloaded 2

Indicates that the current installation has completed downloading required files.

DownloadFailed 3

Indicates that the installation was unable to download files needed.

Downloading 1

Indicates that the current installation is downloading files needed.

InstallCompleted 6

Indicates that the current installation has completed.

Installing 5

Indicates that the installer is currently still installing.

Waiting 0

Indicates that the installer is currently waiting on user input before continuing.

Applies to