InstallationStage Enumeration

The InstallOperationType enumeration indicates the stage of the current package installation.

When a package is installed, the installation process goes through several stages. First it is Queued, then the Metadata for the package is installed, then the launch chunk is installed then the main package is installed.

This enumeration allows you to track which part of the installation operation is currently in progress.

Syntax

public enum class InstallationStage  

Members

Member Value Description
Launch A launch chunk is being installed.
Metadata The package metadata is being installed.
None The installation has not started.
Package The main package is being installed.
Paused The installation is paused.
Queued The package has been queued for installation.
Update A package update installation is in progress.

Requirements

Namespace: Microsoft.Xbox.Tools.ConsoleExtensions

Metadata: microsoft.xbox.tools.consoleextensions.winmd

See also

Reference

PackageInstallProgress Structure

PackageInstallResult Class

Microsoft.Xbox.Tools.ConsoleExtensions Namespace