Fixed the strings that mention the server version

This commit is contained in:
JanKeller1 2016-08-09 12:06:24 -07:00
parent 507ee8a987
commit 2fee048d55
25 changed files with 65 additions and 66 deletions

View File

@ -173,7 +173,7 @@ Complete the following steps to upgrade each component of the App-V infrastructu
</tbody>
</table>
<li><p>If you are upgrading to App-V for Windows server from App-V 5.0 SP1 Hotfix Package 3 or later, complete the steps in section [Check registry keys after installing the App-V 5.0 SP3 server](https://technet.microsoft.com/en-us/itpro/mdop/appv-v5/check-reg-key-svr).</p></li>
<li><p>Follow the steps in [How to Deploy the App-V server components](appv-deploy-the-appv-server.md)</p></li>
<li><p>Follow the steps in [How to Deploy the App-V 5.1 Server](appv-deploy-the-appv-server.md)</p></li>
<p> </p></li>
</ol></td>
</tr>

View File

@ -67,7 +67,7 @@ You can also manage your App-V environment using an Electronic Software Distribu
- When network bandwidth limitations inhibit electronic software distribution.
- **Full Infrastructure Model** - The full infrastructure model provides for software distribution, management, and reporting capabilities; it also includes the streaming of applications across the network. The App-V Full Infrastructure Model consists of one or more App-V management servers. The Management Server can be used to publish applications to all clients. The publishing process places the virtual application icons and shortcuts on the target computer. It can also stream applications to local users. For more information about installing the management server see, [Planning for the App-V Server Deployment](appv-planning-for-appv-server-deployment.md). The full infrastructure model is recommended for the following scenarios:
- **Full Infrastructure Model** - The full infrastructure model provides for software distribution, management, and reporting capabilities; it also includes the streaming of applications across the network. The App-V Full Infrastructure Model consists of one or more App-V management servers. The Management Server can be used to publish applications to all clients. The publishing process places the virtual application icons and shortcuts on the target computer. It can also stream applications to local users. For more information about installing the management server see, [Planning for the App-V 5.1 Server Deployment](appv-planning-for-appv-server-deployment.md). The full infrastructure model is recommended for the following scenarios:
**Important**  
The App-V full infrastructure model requires Microsoft SQL Server to store configuration data. For more information see [App-V Supported Configurations](appv-supported-configurations.md).

View File

@ -179,5 +179,5 @@ Add or vote on suggestions [here](http://appv.uservoice.com/forums/280448-micros
## Related topics
- [Deploying the App-V Server](appv-deploying-the-appv-server.md)
- [How to Deploy the App-V Server](appv-deploy-the-appv-server.md)
- [Deploying the App-V 5.1 Server](appv-deploying-the-appv-server.md)
- [How to Deploy the App-V 5.1 Server](appv-deploy-the-appv-server.md)

View File

@ -1,6 +1,6 @@
---
title: How to Deploy the App-V 5.1 Server Using a Script
description: How to Deploy the App-V Server Using a Script
description: How to Deploy the App-V 5.1 Server Using a Script
author: MaggiePucciEvans
ms.pagetype: mdop, appcompat, virtualization
ms.mktglfcycl: deploy
@ -14,9 +14,9 @@ ms.prod: w10
In order to complete the **appv\_server\_setup.exe** Server setup successfully using the command line, you must specify and combine multiple parameters.
**To Install the App-V server using a script**
**To Install the App-V 5.1 server using a script**
- Use the following tables for more information about installing the App-V server using the command line.
- Use the following tables for more information about installing the App-V 5.1 server using the command line.
**Note**  
The information in the following tables can also be accessed using the command line by typing the following command: **appv\_server\_setup.exe /?**.
@ -777,7 +777,7 @@ In order to complete the **appv\_server\_setup.exe** Server setup successfully u
## Related topics
[Deploying the App-V Server](appv-deploying-the-appv-server.md)
[Deploying the App-V 5.1 Server](appv-deploying-the-appv-server.md)
 

View File

@ -1,6 +1,6 @@
---
title: How to Deploy the App-V Server (Windows 10)
description: How to Deploy the App-V Server
title: How to Deploy the App-V 5.1 Server
description: How to Deploy the App-V 5.1 Server
author: MaggiePucciEvans
ms.pagetype: mdop, appcompat, virtualization
ms.mktglfcycl: deploy
@ -8,9 +8,9 @@ ms.sitesec: library
ms.prod: w10
---
# How to Deploy the App-V server
# How to Deploy the App-V 5.1 Server
Use the following procedure to install the App-V server..
Use the following procedure to install the App-V 5.1 server.
**Before you start:**
@ -24,11 +24,11 @@ Use the following procedure to install the App-V server..
- If you use SQL scripts, instead of the Windows Installer, to set up the Management database or Reporting database, you must run the SQL scripts before installing the Management Server or Reporting Server. See [How to Deploy the App-V Databases by Using SQL Scripts](appv-deploy-appv-databases-with-sql-scripts.md).
**To install the App-V server**
**To install the App-V 5.1 server**
1. Copy the App-V server installation files to the computer on which you want to install it.
1. Copy the App-V 5.1 server installation files to the computer on which you want to install it.
2. Start the App-V server installation by right-clicking and running **appv\_server\_setup.exe** as an administrator, and then click **Install**.
2. Start the App-V 5.1 server installation by right-clicking and running **appv\_server\_setup.exe** as an administrator, and then click **Install**.
3. Review and accept the license terms, and choose whether to enable Microsoft updates.
@ -74,7 +74,7 @@ Use the following procedure to install the App-V server..
| Item to configure | Description and examples |
| - | - |
Type the AD group with sufficient permissions to manage the App-V environment. | Example: MyDomain\MyUser<br/>After installation, you can add additional users or groups by using the Management console. However, global security groups and Active Directory Domain Services (AD DS) distribution groups are not supported. You must use <strong>Domain local</strong> or <strong>Universal</strong> groups are required to perform this action.|
| Type the AD group with sufficient permissions to manage the App-V environment. | Example: MyDomain\MyUser<br/>After installation, you can add additional users or groups by using the Management console. However, global security groups and Active Directory Domain Services (AD DS) distribution groups are not supported. You must use <strong>Domain local</strong> or <strong>Universal</strong> groups are required to perform this action.|
| **Website name**: Specify the custom name that will be used to run the publishing service.<br/>If you do not have a custom name, do not make any changes.|
|**Port binding**: Specify a unique port number that will be used by App-V. | Example: **12345**<br/>Ensure that the port specified is not being used by another website. |
@ -113,4 +113,4 @@ Add or vote on suggestions [here](http://appv.uservoice.com/forums/280448-micros
- [How to Install the Publishing Server on a Remote Computer](appv-install-the-publishing-server-on-a-remote-computer.md)
- [How to Deploy the App-V Server Using a Script](appv-deploy-the-appv-server-with-a-script.md)
- [How to Deploy the App-V 5.1 Server Using a Script](appv-deploy-the-appv-server-with-a-script.md)

View File

@ -19,7 +19,7 @@ App-V supports a number of different deployment options. This section of the App
This section describes how to install the App-V sequencer which is used to virtualize applications, and the App-V client which runs on target computers to facilitate virtualized packages.
- [Deploying the App-V Server](appv-deploying-the-appv-server.md)
- [Deploying the App-V 5.1 Server](appv-deploying-the-appv-server.md)
This section provides information about installing the App-V management, publishing, database and reporting severs.

View File

@ -1,6 +1,6 @@
---
title: Deploying the App-V Server (Windows 10)
description: Deploying the App-V Server
title: Deploying the App-V 5.1 Server
description: Deploying the App-V 5.1 Server
author: MaggiePucciEvans
ms.pagetype: mdop, appcompat, virtualization
ms.mktglfcycl: deploy
@ -8,15 +8,15 @@ ms.sitesec: library
ms.prod: w10
---
# Deploying the App-V Server
# Deploying the App-V 5.1 Server
You can install the App-V server features by using different deployment configurations, which are described in this topic. Before you install the server features, review the server section of [App-V Security Considerations](appv-security-considerations.md).
You can install the Application Virtualization (App-V) 5.1 server features by using different deployment configurations, which are described in this topic. Before you install the server features, review the server section of [App-V Security Considerations](appv-security-considerations.md).
For information about deploying the App-V Server, see [About App-V](appv-about-appv.md).
>**Important**<br>Before you install and configure the App-V servers, you must specify a port where each component will be hosted. You must also add the associated firewall rules to allow incoming requests to access the specified ports. The installer does not modify firewall settings.
>**Important**<br>Before you install and configure the App-V 5.1 servers, you must specify a port where each component will be hosted. You must also add the associated firewall rules to allow incoming requests to access the specified ports. The installer does not modify firewall settings.
## Download and install App-V server components
## Download and install App-V 5.1 server components
App-V offers the following five server components, each of which serves a specific purpose in an App-V environment.
@ -24,15 +24,15 @@ App-V offers the following five server components, each of which serves a specif
>**Note**<br>If you are using App-V with your electronic software distribution solution, you dont need to use the management server and console. However, you can still take advantage of the reporting and streaming capabilities in App-V.
- **Management database.** Use the App-V management database to facilitate database pre-deployments for App-V management. See [How to deploy the App-V server components](appv-deploy-the-appv-server.md) for more information about the management database.
- **Management database.** Use the App-V management database to facilitate database pre-deployments for App-V management. See [How to Deploy the App-V 5.1 Server](appv-deploy-the-appv-server.md) for more information about the management database.
- **Publishing server.** Use the App-V publishing server to host and stream virtual applications. The publishing server supports the HTTP and HTTPS protocols and does not require a database connection. See [How to install the App-V publishing server](appv-install-the-publishing-server-on-a-remote-computer.md) for more information about configuring the publishing server.
- **Reporting server.** Use the App-V reporting server to generate reports that help you manage your App-V infrastructure. The reporting server requires a connection to the reporting database. See [About App-V reporting](appv-reporting.md) for more information about the reporting capabilities in App-V.
- **Reporting database.** Use the App-V reporting database to facilitate database pre-deployments for App-V reporting. See [How to deploy the App-V server](appv-deploy-the-appv-server.md) for more information about the reporting database.
- **Reporting database.** Use the App-V reporting database to facilitate database pre-deployments for App-V reporting. See [How to Deploy the App-V 5.1 Server](appv-deploy-the-appv-server.md) for more information about the reporting database.
All five App-V server components are included in the Microsoft Desktop Optimization Pack (MDOP) 2015 ISO package, which can be downloaded from:
All five App-V 5.1 server components are included in the Microsoft Desktop Optimization Pack (MDOP) 2015 ISO package, which can be downloaded from:
- The [MSDN (Microsoft Developer Network) subscriptions site](https://msdn.microsoft.com/en-us/subscriptions/downloads/default.aspx#FileId=65215) You must have a MSDN subscription to download the MDOP ISO package from the MSDN subscriptions site.
@ -51,18 +51,18 @@ In large organizations, you might want to install more than one instance of the
## App-V standalone deployment
The App-V standalone deployment provides a good topology for a small deployment or a test environment. When you use this type of implementation, all server components are deployed to a single computer. The services and associated databases will compete for the resources on the computer that runs the App-V components. Therefore, you should not use this topology for larger deployments.
- [How to Deploy the App-V Server](appv-deploy-the-appv-server.md)
- [How to Deploy the App-V 5.1 Server](appv-deploy-the-appv-server.md)
- [How to Deploy the App-V Server Using a Script](appv-deploy-the-appv-server-with-a-script.md)
- [How to Deploy the App-V 5.1 Server Using a Script](appv-deploy-the-appv-server-with-a-script.md)
## App-V Server distributed deployment
The distributed deployment topology can support a large App-V client base and it allows you to more easily manage and scale your environment. When you use this type of deployment, the App-V Server components are deployed across multiple computers, based on the structure and requirements of the organization.
## App-V 5.1 Server distributed deployment
The distributed deployment topology can support a large App-V client base and it allows you to more easily manage and scale your environment. When you use this type of deployment, the App-V 5.1 Server components are deployed across multiple computers, based on the structure and requirements of the organization.
- [How to Install the Management and Reporting Databases on Separate Computers from the Management and Reporting Services](appv-install-the-management-and-reporting-databases-on-separate-computers.md)
- [How to install the Management Server on a Standalone Computer and Connect it to the Database](appv-install-the-management-server-on-a-standalone-computer.md)
- [How to Deploy the App-V Server Using a Script](appv-deploy-the-appv-server-with-a-script.md)
- [How to Deploy the App-V 5.1 Server Using a Script](appv-deploy-the-appv-server-with-a-script.md)
- [How to Install the Publishing Server on a Remote Computer](appv-install-the-publishing-server-on-a-remote-computer.md)
@ -75,8 +75,8 @@ You can also deploy the App-V clients and packages by using an ESD without havin
[Deploying App-V Packages by Using Electronic Software Distribution (ESD)](appv-deploying-packages-with-electronic-software-distribution-solutions.md)
## App-V Server logs
You can use App-V server log information to help troubleshoot the server installation and operational events while using App-V. The server-related log information can be reviewed with the **Event Viewer**. The following line displays the specific path for Server-related events:
## App-V 5.1 Server logs
You can use App-V 5.1 server log information to help troubleshoot the server installation and operational events while using App-V. The server-related log information can be reviewed with the **Event Viewer**. The following line displays the specific path for Server-related events:
**Event Viewer \\ Applications and Services Logs \\ Microsoft \\ App V**

View File

@ -59,7 +59,7 @@ This checklist can be used to help you during an App-V deployment.
<ul>
<li><p>[How to Install the Sequencer](appv-install-the-sequencer.md)</p></li>
<li><p>[Enable the App-V desktop client](appv-enable-the-app-v-desktop-client.md)</p></li>
<li><p>[How to Deploy the App-V Server](appv-deploy-the-appv-server.md)</p></li>
<li><p>[How to Deploy the App-V 5.1 Server](appv-deploy-the-appv-server.md)</p></li>
</ul></td>
<td align="left"><p></p></td>
</tr>

View File

@ -30,7 +30,7 @@ Use the following links for information about setting up the App-V sequencer and
Use the following links for information about setting up the App-V server in your lab environment.
- [How to Deploy the App-V Server](appv-deploy-the-appv-server.md)
- [How to Deploy the App-V 5.1 Server](appv-deploy-the-appv-server.md)
- [Administering App-V Virtual Applications by Using the Management Console](appv-administering-virtual-applications-with-the-management-console.md)

View File

@ -32,7 +32,7 @@ The topics in this section provides information and step-by-step procedures to h
[Deploying App-V](appv-deploying-appv.md)
- [Deploying the App-V Sequencer and Client](appv-deploying-the-appv-sequencer-and-client.md)
- [Deploying the App-V Server](appv-deploying-the-appv-server.md)
- [Deploying the App-V 5.1 Server](appv-deploying-the-appv-server.md)
- [App-V Deployment Checklist](appv-deployment-checklist.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)

View File

@ -21,7 +21,7 @@ After you complete the deployment, the **Microsoft SQL Server name**, **instance
**To install the management database and the management server on separate computers**
1. Copy the App-V server installation files to the computer on which you want to install it on. To start the App-V server installation right-click and run **appv\_server\_setup.exe** as an administrator. Click **Install**.
1. Copy the App-V 5.1 server installation files to the computer on which you want to install it on. To start the App-V 5.1 server installation right-click and run **appv\_server\_setup.exe** as an administrator. Click **Install**.
2. On the **Getting Started** page, review and accept the license terms, and click **Next**.
@ -50,7 +50,7 @@ After you complete the deployment, the **Microsoft SQL Server name**, **instance
**To install the reporting database and the reporting server on separate computers**
1. Copy the App-V server installation files to the computer on which you want to install it on. To start the App-V server installation right-click and run **appv\_server\_setup.exe** as an administrator. Click **Install**.
1. Copy the App-V 5.1 server installation files to the computer on which you want to install it on. To start the App-V 5.1 server installation right-click and run **appv\_server\_setup.exe** as an administrator. Click **Install**.
2. On the **Getting Started** page, review and accept the license terms, and click **Next**.
@ -79,7 +79,7 @@ After you complete the deployment, the **Microsoft SQL Server name**, **instance
**To install the management and reporting databases using App-V database scripts**
1. Copy the App-V server installation files to the computer on which you want to install it on.
1. Copy the App-V 5.1 server installation files to the computer on which you want to install it on.
2. To extract the App-V database scripts, open a command prompt and specify the location where the installation files are saved and run the following command:

View File

@ -16,7 +16,7 @@ Use the following procedure to install the management server on a standalone com
**To install the management server on a standalone computer and connect it to the database**
1. Copy the App-V server installation files to the computer on which you want to install it on. To start the App-V server installation right-click and run **appv\_server\_setup.exe** as an administrator. Click **Install**.
1. Copy the App-V 5.1 server installation files to the computer on which you want to install it on. To start the App-V 5.1 server installation right-click and run **appv\_server\_setup.exe** as an administrator. Click **Install**.
2. On the **Getting Started** page, review and accept the license terms, and click **Next**.

View File

@ -16,7 +16,7 @@ Use the following procedure to install the publishing server on a separate compu
**To install the publishing server on a separate computer**
1. Copy the App-V server installation files to the computer on which you want to install it on. To start the App-V server installation right-click and run **appv\_server\_setup.exe** as an administrator. Click **Install**.
1. Copy the App-V 5.1 server installation files to the computer on which you want to install it on. To start the App-V 5.1 server installation right-click and run **appv\_server\_setup.exe** as an administrator. Click **Install**.
2. On the **Getting Started** page, review and accept the license terms, and click **Next**.

View File

@ -21,7 +21,7 @@ Before performing the following procedure you should read and understand [About
**To install the reporting server on a standalone computer and connect it to the database**
1. Copy the App-V server installation files to the computer on which you want to install it on. To start the App-V server installation right-click and run **appv\_server\_setup.exe** as an administrator. Click **Install**.
1. Copy the App-V 5.1 server installation files to the computer on which you want to install it on. To start the App-V 5.1 server installation right-click and run **appv\_server\_setup.exe** as an administrator. Click **Install**.
2. On the **Getting Started** page, review and accept the license terms, and click **Next**.

View File

@ -43,7 +43,7 @@ Review the following requirements for using the App-V PowerShell cmdlets:
<td align="left"><p>Users can run App-V Server cmdlets only if you grant them access by using one of the following methods:</p></td>
<td align="left"><ul>
<li><p><strong>When you are deploying and configuring the App-V Server</strong>:</p>
<p>Specify an Active Directory group or individual user that has permissions to manage the App-V environment. See [How to Deploy the App-V Server](appv-deploy-the-appv-server.md).</p></li>
<p>Specify an Active Directory group or individual user that has permissions to manage the App-V environment. See [How to Deploy the App-V 5.1 Server](appv-deploy-the-appv-server.md).</p></li>
<li><p><strong>After youve deployed the App-V Server</strong>:</p>
<p>Use the App-V Management console to add an additional Active Directory group or user. See [How to Add or Remove an Administrator by Using the Management Console](appv-add-or-remove-an-administrator-with-the-management-console.md).</p></li>
</ul></td>

View File

@ -14,17 +14,17 @@ ms.prod: w10
After you have completed all the necessary planning, and then deployment of App-V, you can use the following information to maintain the App-V infrastructure.
## <a href="" id="move-the-app-v-5-1-server-"></a>Move the App-V Server
## <a href="" id="move-the-app-v-5-1-server-"></a>Move the App-V 5.1 Server
The App-V server connects to the App-V database. Therefore you can install the management component to any computer on the network and then connect it to the App-V database.
The App-V 5.1 server connects to the App-V database. Therefore you can install the management component to any computer on the network and then connect it to the App-V database.
[How to Move the App-V Server to Another Computer](appv-move-the-appv-server-to-another-computer.md)
## <a href="" id="determine-if-an-app-v-5-1-application-is-running-virtualized-"></a>Determine if an App-V Application is Running Virtualized
Independent software vendors (ISV) who want to determine if an application is running virtualized with App-V or above, should open a named object called **AppVVirtual-&lt;PID&gt;** in the default namespace. For example, Windows API **GetCurrentProcessId()** can be used to obtain the current process's ID, for example 4052, and then if a named Event object called **AppVVirtual-4052** can be successfully opened using **OpenEvent()** in the default namespace for read access, then the application is virtual. If the **OpenEvent()** call fails, the application is not virtual.
Independent software vendors (ISV) who want to determine if an application is running virtualized with App-V should open a named object called **AppVVirtual-&lt;PID&gt;** in the default namespace. For example, Windows API **GetCurrentProcessId()** can be used to obtain the current process's ID, for example 4052, and then if a named Event object called **AppVVirtual-4052** can be successfully opened using **OpenEvent()** in the default namespace for read access, then the application is virtual. If the **OpenEvent()** call fails, the application is not virtual.
Additionally, ISVs who want to explicitly virtualize or not virtualize calls on specific APIs with App-V and above, can use the **VirtualizeCurrentThread()** and **CurrentThreadIsVirtualized()** functions implemented in the AppEntSubsystems32.dll module. These provide a way of hinting at a downstream component that the call should or should not be virtualized.

View File

@ -13,14 +13,13 @@ ms.prod: w10
With Microsoft Application Virtualization (App-V), you can migrate your existing App-V 4.6 or App-V 5.0 infrastructure to the more flexible, integrated, and easier to manage App-V infrastructure.
However, you cannot migrate directly from App-V 4.x to App-V, you must migrate to App-V 5.0 first. For more information on migrating from App-V 4.x to App-V 5.0, see [Migrating from a Previous Version](appv-migrating-to-appv-from-a-previous-version.md)
However, you cannot migrate directly from App-V 4.x to App-V for Windows 10—you must migrate to App-V 5.0 first. For more information on migrating from App-V 4.x to App-V 5.0, see [Migrating to App-V 5.1 from a Previous Version](https://technet.microsoft.com/en-us/itpro/mdop/appv-v5/migrating-to-app-v-51-from-a-previous-version)
**Note**  
App-V packages are exactly the same as App-V 5.0 packages. There has been no change in the package format between the versions and therefore, there is no need to convert App-V 5.0 packages to App-V packages.
Packages for App-V for Windows 10 are exactly the same as packages for App-V 5.0. There has been no change in the package format between the versions and therefore, there is no need to convert App-V 5.0 packages to App-V for Window 10 packages.
For more information about the differences between App-V 4.6 and App-V, see the **Differences between App-4.6 and App-V 5.0 section** of [About App-V 5.0](https://technet.microsoft.com/en-us/itpro/mdop/appv-v5/about-app-v-50).
For information about the differences between earlier versions of App-V, see the **Differences between App-4.6 and App-V 5.0 section** of [About App-V 5.0](https://technet.microsoft.com/en-us/itpro/mdop/appv-v5/about-app-v-50).
 
## <a href="" id="bkmk-pkgconvimprove"></a>Improvements to the App-V Package Converter
@ -252,7 +251,7 @@ You must be running the latest version of App-V 4.6 to use coexistence mode. Ad
 
## Migrating the App-V Server Full Infrastructure
## Migrating the App-V 5.1 Server Full Infrastructure
There is no direct method to upgrade to a full App-V infrastructure. Use the information in the following section for information about upgrading the App-V server.
@ -278,8 +277,8 @@ There is no direct method to upgrade to a full App-V infrastructure. Use the inf
<td align="left"><p>[Enable the App-V desktop client](appv-enable-the-app-v-desktop-client.md).</p></td>
</tr>
<tr class="odd">
<td align="left"><p>Install App-V server.</p></td>
<td align="left"><p>[How to Deploy the App-V Server](appv-deploy-the-appv-server.md).</p></td>
<td align="left"><p>Install App-V 5.1 server.</p></td>
<td align="left"><p>[How to Deploy the App-V 5.1 Server](appv-deploy-the-appv-server.md).</p></td>
</tr>
<tr class="even">
<td align="left"><p>Migrate existing packages.</p></td>

View File

@ -19,7 +19,7 @@ Use the following information to create a new management server console in your
The following list displays the steps necessary to create a new management server console:
1. Install the management server on a computer in your environment. For more information about installing the management server see [Deploying the App-V Server](appv-deploying-the-appv-server.md).
1. Install the management server on a computer in your environment. For more information about installing the management server see [Deploying the App-V 5.1 Server](appv-deploying-the-appv-server.md).
2. After you have completed the installation, use the following link to connect it to the App-V database - [How to install the Management Server on a Standalone Computer and Connect it to the Database](appv-install-the-management-server-on-a-standalone-computer.md).

View File

@ -48,7 +48,7 @@ This checklist can be used to help you plan for preparing your organization for
<tr class="odd">
<td align="left"><img src="images/checklistbox.gif" alt="Checklist box" /></td>
<td align="left"><p>If you plan to use the App-V management server, plan for the required roles.</p></td>
<td align="left"><p>[Planning for the App-V Server Deployment](appv-planning-for-appv-server-deployment.md)</p></td>
<td align="left"><p>[Planning for the App-V 5.1 Server Deployment](appv-planning-for-appv-server-deployment.md)</p></td>
<td align="left"><p></p></td>
</tr>
<tr class="even">

View File

@ -31,7 +31,7 @@ The App-V server consists of the following features:
The following list displays the recommended methods for installing the App-V server infrastructure:
- Install the App-V server. For more information, see [How to Deploy the App-V Server](appv-deploy-the-appv-server.md).
- Install the App-V server. For more information, see [How to Deploy the App-V 5.1 Server](appv-deploy-the-appv-server.md).
- Install the database, reporting, and management features on separate computers. For more information, see [How to Install the Management and Reporting Databases on Separate Computers from the Management and Reporting Services](appv-install-the-management-and-reporting-databases-on-separate-computers.md).
@ -104,7 +104,7 @@ Add or vote on suggestions [here](http://appv.uservoice.com/forums/280448-micros
[Planning to Deploy App-V](appv-planning-to-deploy-appv.md)
[Deploying the App-V Server](appv-deploying-the-appv-server.md)
[Deploying the App-V 5.1 Server](appv-deploying-the-appv-server.md)
 

View File

@ -1,5 +1,5 @@
---
title: Planning for High Availability with App-V Server (Windows 10)
title: Planning for High Availability with App-V Server
description: Planning for High Availability with App-V Server
author: MaggiePucciEvans
ms.pagetype: mdop, appcompat, virtualization

View File

@ -37,11 +37,11 @@ Describes the options and requirements for deploying App-V with an electronic so
[Planning to Deploy App-V with an Electronic Software Distribution System](appv-planning-to-deploy-appv-with-electronic-software-distribution-solutions.md)
## Planning for the App-V Server deployment
## Planning for the App-V 5.1 Server deployment
Describes the planning considerations for the App-V Server components and their functions.
[Planning for the App-V Server Deployment](appv-planning-for-appv-server-deployment.md)
[Planning for the App-V 5.1 Server Deployment](appv-planning-for-appv-server-deployment.md)
## Planning for the App-V Sequencer and Client deployment

View File

@ -75,7 +75,7 @@ The following table indicates the software that is already installed for differe
## App-V Server prerequisite software
Install the required prerequisite software for the App-V Server components.
Install the required prerequisite software for the App-V 5.1 Server components.
### What to know before you start

View File

@ -308,7 +308,7 @@ Add or vote on suggestions [here](http://appv.uservoice.com/forums/280448-micros
## Related topics
[Deploying the App-V Server](appv-deploying-the-appv-server.md)
[Deploying the App-V 5.1 Server](appv-deploying-the-appv-server.md)
[How to install the Reporting Server on a Standalone Computer and Connect it to the Database](appv-install-the-reporting-server-on-a-standalone-computer.md)

View File

@ -18,13 +18,13 @@ This topic specifies the requirements to install and run App-V in your environme
This section lists the operating system and hardware requirements for all of the App-V Server components.
### Unsupported App-V Server scenarios
### Unsupported App-V 5.1 Server scenarios
The App-V Server does not support the following scenarios:
The App-V 5.1 Server does not support the following scenarios:
- Deployment to a computer that runs the Server Core installation option.
- Deployment to a computer that runs a previous version of App-V Server components. You can install App-V side by side with the App-V 4.5 Lightweight Streaming Server (LWS) server only. Deployment of App-V side by side with the App-V 4.5 Application Virtualization Management Service (HWS) server is not supported.
- Deployment to a computer that runs a previous version of App-V 5.1 Server components. You can install App-V side by side with the App-V 4.5 Lightweight Streaming Server (LWS) server only. Deployment of App-V side by side with the App-V 4.5 Application Virtualization Management Service (HWS) server is not supported.
- Deployment to a computer that runs Microsoft SQL Server Express edition.