Gets a value that indicates whether the application right-click menu includes an install option.
Public ReadOnly Property ShowInstallMenuItem As Boolean
public bool ShowInstallMenuItem { get; }
<OutOfBrowserSettings ShowInstallMenuItem="bool" />
By default, an application configured for out-of-browser support will display an install option on the right-click menu that appears when users right-click the application. You can use this property to hide the install menu option if you want to provide your own installation user interface.
This property is read-only at run time, but you can set it in the out-of-browser configuration. For more information, see How to: Configure an Application for Out-of-Browser Support.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.