The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
InstallState Enumeration
Silverlight
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)
| 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. |
This enumeration is used by the Application.InstallState property.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
Show: