mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 02:13:43 +00:00
Continued fixing tables.
This commit is contained in:
@ -175,34 +175,15 @@ The Office 2013 or Office 2016 App-V package supports the following integration
|
||||
|Firewall exception for Skype for Business (formerly Lync) and Outlook|Firewall exception for Skype for Business (formerly Lync) and Outlook|
|
||||
|MAPI client|Native apps and add-ins can interact with virtual Outlook through MAPI|
|
||||
|SharePoint Plug-in for Firefox|User can use SharePoint features in Firefox|
|
||||
|||
|
||||
|||
|
||||
|||
|
||||
|||
|
||||
|||
|
||||
|||
|
||||
|||
|
||||
|||
|
||||
|||
|
||||
|||
|
||||
|||
|
||||
|||
|
||||
|||
|
||||
|||
|
||||
|||
|
||||
|||
|
||||
|||
|
||||
|||
|
||||
|||
|
||||
|||
|
||||
|||
|
||||
|||
|
||||
|||
|
||||
|||
|
||||
|||
|
||||
|||
|
||||
|||
|
||||
|||
|
||||
|Mail Control Panel Applet|User gets the mail control panel applet in Outlook|
|
||||
|Primary Interop Assemblies|Support managed add-ins|
|
||||
|Office Document Cache Handler|Allows Document Cache for Office applications|
|
||||
|Outlook Protocol Search Handler|User can search in Outlook|
|
||||
|Active X Controls|For more information on ActiveX controls, refer to [ActiveX Control API Reference](https://msdn.microsoft.com/library/vs/alm/ms440037(v=office.14).aspx).|
|
||||
|OneDrive Pro Icon Overlays|Windows Explorer shell icon overlays when users look at folders OneDrive Pro folders|
|
||||
|Shell extensions||
|
||||
|Shortcuts||
|
||||
|Windows Search||
|
||||
|
||||
<table>
|
||||
<colgroup>
|
||||
@ -285,12 +266,10 @@ The Office 2013 or Office 2016 App-V package supports the following integration
|
||||
|
||||
## Have a suggestion for App-V?
|
||||
|
||||
Add or vote on suggestions on the [Application Virtualization feedback site](http://appv.uservoice.com/forums/280448-microsoft-application-virtualization).
|
||||
|
||||
For App-V issues, use the [App-V TechNet Forum](https://social.technet.microsoft.com/Forums/en-US/home?forum=mdopappv).
|
||||
Add or vote on suggestions on the [Application Virtualization feedback site](https://appv.uservoice.com/forums/280448-microsoft-application-virtualization).
|
||||
|
||||
## Related topics
|
||||
|
||||
* [Deploying Microsoft Office 2016 by Using App-V](appv-deploying-microsoft-office-2016-with-appv.md)
|
||||
* [Deploying Microsoft Office 2013 by Using App-V](appv-deploying-microsoft-office-2013-with-appv.md)
|
||||
* [Deploying Microsoft Office 2010 by Using App-V](appv-deploying-microsoft-office-2010-wth-appv.md)
|
||||
* [Deploying Microsoft Office 2010 by Using App-V](appv-deploying-microsoft-office-2010-wth-appv.md)
|
@ -20,6 +20,13 @@ For a list of supported operating systems and hardware requirements for the App-
|
||||
|
||||
The following table indicates the software that is already installed for different operating systems.
|
||||
|
||||
|Operating system|Prerequisite description|
|
||||
|---|---|
|
||||
|Windows 10|All prerequisite software is already installed.|
|
||||
|Windows 8.1|All prerequisite software is already installed.<br>If you're running Windows 8, upgrade to Windows 8.1 before using App-V.|
|
||||
|Windows Server 2016|The following prerequisite software is already installed:<br>Microsoft .NET Framework 4.5<br>Windows PowerShell 3.0<br><br>Installing Windows PowerShell requires a restart.|
|
||||
|Windows 7|No prerequisite software is installed. You must install the software before you can install App-V.|
|
||||
|
||||
<table>
|
||||
<colgroup>
|
||||
<col width="50%" />
|
||||
@ -75,6 +82,25 @@ Install the required prerequisite software for the App-V server components.
|
||||
|
||||
### What to know before you start
|
||||
|
||||
The account you use to install the App-V Server components must have:
|
||||
|
||||
* Administrative rights on the computer on which you are installing the components.
|
||||
* The ability to query Active Directory Domain Services.
|
||||
|
||||
You must specify a port where each component will be hosted, and add the associated firewall rules to allow incoming requests to the specified ports.
|
||||
|
||||
Web Distributed Authoring and Versioning (WebDAV) is automatically disabled for the Management Service.
|
||||
|
||||
The following are supported deployment scenarios for App-V:
|
||||
|
||||
* A stand-alone deployment where all components are deployed on the same server.
|
||||
* A distributed deployment.
|
||||
|
||||
The following deployment scenarios are not supported:
|
||||
|
||||
* Installing side-by-side instances of multiple App-V Server versions on the same server.
|
||||
* Installing the App-V server components on a computer that runs server core or domain controller.
|
||||
|
||||
<table>
|
||||
<colgroup>
|
||||
<col width="50%" />
|
||||
@ -120,6 +146,23 @@ Install the required prerequisite software for the App-V server components.
|
||||
|
||||
### Management server prerequisite software
|
||||
|
||||
|Prerequisites and required settings|Details|
|
||||
|---|---|
|
||||
|Supported version of SQL Server|For supported versions, see [App-V supported configurations](appv-supported-configurations.md).|
|
||||
|[Microsoft .NET Framework 4.5.1 (Web Installer)](https://www.microsoft.com//download/details.aspx?id=40773)||
|
||||
|[Windows PowerShell 3.0](https://www.microsoft.com/download/details.aspx?id=34595)|Installing Windows PowerShell 3.0 requires a restart.|
|
||||
|Download and install [KB2533623](https://support.microsoft.com/kb/2533623)|Applies to Windows 7 only.|
|
||||
|[Visual C++ Redistributable Packages for Visual Studio 2013](https://www.microsoft.com/download/details.aspx?id=40784)||
|
||||
|64-bit ASP.NET registration||
|
||||
|Windows Server Web Server Role|This role must be added to a server operating system that is supported for the Management server.|
|
||||
|Web Server (IIS) Management Tools|Select **IIS Management Scripts and Tools**.|
|
||||
|Web Server Role Services|Common HTTP features:<br>Static content<br>Default document<br><br>Application development:<br>ASP.NET<br>.NET Extensibility<br>ISAPI Extensions<br>ISAPI Filters<br><br>Security:<br>Windows Authentication<br>Request Filtering<br><br>Management Tools:<br>IIS Management Console|
|
||||
|Default installation location|%PROGRAMFILES%\Microsoft Application Virtualization Server|
|
||||
|Location of the Management database|SQL Server database name, SQL Server database instance name, and database name.|
|
||||
|Management console and Management database permissions|A user or group that can access the Management console and database after the deployment is complete. Only these users or groups will have access to the Management console and database unless additional administrators are added by using the Management console.|
|
||||
|Management service website name|Name for the Management console website.|
|
||||
|Management service port binding|Unique port number for the Management service. This port cannot be used by another process on the computer.|
|
||||
|
||||
<table>
|
||||
<colgroup>
|
||||
<col width="50%" />
|
||||
@ -218,6 +261,18 @@ Install the required prerequisite software for the App-V server components.
|
||||
|
||||
The Management database is only required if you use the App-V Management server.
|
||||
|
||||
|Prerequisites and required settings|Details|
|
||||
|---|---|
|
||||
|[Microsoft .NET Framework 4.5.1 (Web Installer)](https://www.microsoft.com//download/details.aspx?id=40773)||
|
||||
|[Visual C++ Redistributable Packages for Visual Studio 2013](https://www.microsoft.com/download/details.aspx?id=40784)||
|
||||
|Default installation location|%PROGRAMFILES%\Microsoft Application Virtualization Server|
|
||||
|Custom SQL Server instance name (if applicable)|Format to use: **INSTANCENAME**<br>This format assumes that the installation is on the local computer.<br>If you specify the name with the format **SVR\INSTANCE**, the installation will fail.|
|
||||
|Custom database name (if applicable)|Unique database name.<br>Default: AppVManagement|
|
||||
|Management server location|Machine account on which the Management server is deployed.<br>Format to use: Domain\MachineAccount|
|
||||
|Management server installation administrator|Account used to install the Management server.<br>Format to use: Domain\AdministratorLoginName|
|
||||
|Microsoft SQL Server Service Agent|Configure the Management database computer so that the Microsoft SQL Server Agent service is restarted automatically. For instructions, see [Configure SQL Server Agent to restart services automatically](http://technet.microsoft.com/magazine/gg313742.aspx).|
|
||||
|
||||
|
||||
<table>
|
||||
<colgroup>
|
||||
<col width="50%" />
|
||||
@ -272,6 +327,19 @@ The Management database is only required if you use the App-V Management server.
|
||||
|
||||
### Publishing server prerequisite software
|
||||
|
||||
|Prerequisites and required settings|Details|
|
||||
|---|---|
|
||||
|[Microsoft .NET Framework 4.5.1 (Web Installer)](https://www.microsoft.com//download/details.aspx?id=40773)||
|
||||
|[Visual C++ Redistributable Packages for Visual Studio 2013](https://www.microsoft.com/download/details.aspx?id=40784)||
|
||||
|64-bit ASP.NET registration||
|
||||
|Web Server role|This role must be added to a server operating system that is supported for the Management server.|
|
||||
|Web Server (IIS) Management Tools|Select **IIS Management Scripts and Tools**.|
|
||||
|Web Server Role Services|Common HTTP features:<br>Static content<br>Default document<br><br>Application development:<br>ASP.NET<br>.NET Extensibility<br>ISAPI Extensions<br>ISAPI Filters<br><br>Security:<br>Windows Authentication<br>Request Filtering<br><br>Management Tools:<br>IIS Management Console|
|
||||
|Default installation location|%PROGRAMFILES%\Microsoft Application Virtualization Server|
|
||||
|Management service URL|URL of the App-V Management service. This is the port with which the Publishing server communicates.<br>Management server and Publishing server are installed on the same server, use the format http://localhost:12345.<br>If the Management server and Publishing server are installed on different servers, use the format http://MyAppvServer.MyDomain.com.|
|
||||
|Publishing service website name|Name for the Publishing website.|
|
||||
|Publishing service port binding|Unique port number for the Publishing service. This port cannot be used by another process on the computer.|
|
||||
|
||||
<table>
|
||||
<colgroup>
|
||||
<col width="50%" />
|
||||
|
Reference in New Issue
Block a user