The Application Virtualization Server infrastructure can include the following components: Application Virtualization Management Server(s) Application Virtualization Streaming Server(s) Application Virtualization Management Service Application Virtualization Management Console Application Virtualization Data Store hosted in a Microsoft SQL database Notice that there are other components that are part of the Application Virtualization solution that are not listed above, such as Application Virtualization Client and Application Virtualization Sequencer. Depending on the implementation, not all components listed above are required. For more information, please refer to the content on http://go.microsoft.com/fwlink/?LinkId=122063.
Notice that there are other components that are part of the Application Virtualization solution that are not listed above, such as Application Virtualization Client and Application Virtualization Sequencer. Depending on the implementation, not all components listed above are required. For more information, please refer to the content on http://go.microsoft.com/fwlink/?LinkId=122063 .
Base Class | Microsoft.Windows.LocalApplication |
Abstract | True |
Hosted | True |
Singleton | False |
Extension | False |
Accessibility | Internal |
ElementId | 66c52c94-252a-98c6-ec39-e389643e20fe |
Property Name | Type | Display Name (ENU) | Description (ENU) | Key | Max Length | Min Length | Case Sensitive |
---|---|---|---|---|---|---|---|
System.Entity: | |||||||
string | Display Name | Display name of monitoring object. | false | 256 | 0 | False | |
Microsoft.AppVirtualization.Server.45.SoftGridServerRole: | |||||||
string | RoleType | Type of Microsoft Application Virtualization Server | false | 256 | 0 | False | |
string | Log File | Location of the log file where error information for the Microsoft Application Virtualization Server is stored | false | 256 | 0 | False | |
string | Content Directory | Location of the content directory | false | 256 | 0 | False | |
string | Version | Version of Microsoft Application Virtualization Server | false | 256 | 0 | False |
<ClassType ID="Microsoft.AppVirtualization.Server.45.SoftGridServerRole" Accessibility="Internal" Abstract="true" Base="Windows!Microsoft.Windows.LocalApplication" Hosted="true" Singleton="false">
<Property ID="RoleType" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="LogFile" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ContentDirectory" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Version" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>