Intersoft ClientUI Documentation
AutoInstallOnDownload Property



Specifies whether the UXShell should automatically install the downloaded applications locally.
Syntax
Public Property AutoInstallOnDownload As Boolean
Dim instance As UXShell
Dim value As Boolean
 
instance.AutoInstallOnDownload = value
 
value = instance.AutoInstallOnDownload
public bool AutoInstallOnDownload {get; set;}
public:
property bool AutoInstallOnDownload {
   bool get();
   void set (    bool value);
}
Remarks
When set to true, the downloaded applications will be stored to isolated storage. This allows the applications to run locally in the next launch resulting in faster startup and better user experiences.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXShell Class
UXShell Members

Send Feedback