InstallState Enumeration

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Defines constants that indicate the installation state of an application that is configured to run outside the browser.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)

Syntax

'Declaration
Public Enumeration InstallState
public enum InstallState

Members

Member name Description
NotInstalled The application has not been installed to run outside the browser.
Installing The application is in the process of being installed to run outside the browser.
Installed The application has been installed to run outside the browser.
InstallFailed The application could not be installed to run outside the browser.

Remarks

This enumeration is used by the Application.InstallState property.

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.