mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 05:17:22 +00:00
Updating applies to
This commit is contained in:
parent
b8ffce19f7
commit
47467de7ff
@ -16,9 +16,10 @@ ms.topic: article
|
||||
|
||||
# Add or hide features on the Windows client OS
|
||||
|
||||
> Applies to:
|
||||
>
|
||||
> - Windows 10
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
The Windows client operating systems include more features that you and your users can install. These features are called [Features on Demand](/windows-hardware/manufacture/desktop/features-on-demand-v2--capabilities) (opens another Microsoft web site), and can be installed at any time. On your organization-owned devices, you may want to control access to these other features.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Automatically sequence multiple apps at the same time using Microsoft Application Virtualization Sequencer (App-V Sequencer) (Windows 10)
|
||||
title: Automatically sequence multiple apps at the same time using Microsoft Application Virtualization Sequencer (App-V Sequencer) (Windows 10/11)
|
||||
description: How to automatically sequence multiple apps at the same time using Microsoft Application Virtualization Sequencer (App-V Sequencer).
|
||||
author: greg-lindsay
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
@ -14,11 +14,14 @@ ms.topic: article
|
||||
---
|
||||
# Automatically sequence multiple apps at the same time using Microsoft Application Virtualization Sequencer (App-V Sequencer)
|
||||
|
||||
>Applies to: Windows 10, version 1703
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
Sequencing multiple apps at the same time requires you to install and start Microsoft Application Virtualization Sequencer (App-V Sequencer), and to install the necessary apps to collect any changes made to the operating system during the installation and building of the App-V package.
|
||||
|
||||
In Windows 10, version 1703, running the App-V Sequencer automatically captures and stores your customizations as an App-V project template (.appvt) file. If you want to make changes to this package later, your customizations will be automatically loaded from this template file. This is applicable to all of the sequencing scenarios:
|
||||
Starting with Windows 10 version 1703, running the App-V Sequencer automatically captures and stores your customizations as an App-V project template (.appvt) file. If you want to make changes to this package later, your customizations will be automatically loaded from this template file. This is applicable to all of the sequencing scenarios:
|
||||
|
||||
- Using the **New-BatchAppVSequencerPackages** cmdlet
|
||||
- Using the App-V Sequencer interface
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Automatically update multiple apps at the same time using Microsoft Application Virtualization Sequencer (App-V Sequencer) (Windows 10)
|
||||
title: Automatically update multiple apps at the same time using Microsoft Application Virtualization Sequencer (App-V Sequencer) (Windows 10/11)
|
||||
description: How to automatically update multiple apps at the same time using Microsoft Application Virtualization Sequencer (App-V Sequencer).
|
||||
author: greg-lindsay
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
@ -14,11 +14,14 @@ ms.topic: article
|
||||
---
|
||||
# Automatically update multiple apps at the same time using Microsoft Application Virtualization Sequencer (App-V Sequencer)
|
||||
|
||||
>Applies to: Windows 10, version 1703
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
Updating multiple apps at the same time follows a similar process to the one used for [automatically sequencing multiple apps at the same time](appv-auto-batch-sequencing.md). However, when updating, you'll also have to pass your previously created app package files to the App-V Sequencer cmdlet.
|
||||
|
||||
Starting with Windows 10, version 1703, running the New-BatchAppVSequencerPackages cmdlet or the App-V Sequencer interface captures and stores all of your customizations as an App-V project template. If you want to make changes to this package later, your customizations are automatically loaded from this template file.
|
||||
Starting with Windows 10 version 1703, running the New-BatchAppVSequencerPackages cmdlet or the App-V Sequencer interface captures and stores all of your customizations as an App-V project template. If you want to make changes to this package later, your customizations are automatically loaded from this template file.
|
||||
|
||||
>[!NOTE]
|
||||
>If you're trying to sequence multiple apps at the same time, see [Automatically sequence multiple apps at the same time using Microsoft Application Virtualization Sequencer (App-V Sequencer)](appv-auto-batch-sequencing.md).
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Automatically provision your sequencing environment using Microsoft Application Virtualization Sequencer (App-V Sequencer) (Windows 10)
|
||||
title: Automatically provision your sequencing environment using Microsoft Application Virtualization Sequencer (App-V Sequencer) (Windows 10/11)
|
||||
description: How to automatically provision your sequencing environment using Microsoft Application Virtualization Sequencer (App-V Sequencer) PowerShell cmdlet or the user interface.
|
||||
author: greg-lindsay
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
@ -14,9 +14,12 @@ ms.topic: article
|
||||
---
|
||||
# Automatically provision your sequencing environment using Microsoft Application Virtualization Sequencer (App-V Sequencer)
|
||||
|
||||
>Applies to: Windows 10, version 1703
|
||||
**Applies to**:
|
||||
|
||||
Previous versions of the App-V Sequencer have required you to manually create your sequencing environment. Windows 10, version 1703 introduces two new PowerShell cmdlets, New-AppVSequencerVM and Connect-AppvSequencerVM, which automatically create your sequencing environment for you, including provisioning your virtual machine.
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
Previous versions of the App-V Sequencer have required you to manually create your sequencing environment. Starting with Windows 10 version 1703, the `New-AppVSequencerVM` and `Connect-AppvSequencerVM` Windows PowerShell cmdlets are available, which automatically create your sequencing environment for you, including provisioning your virtual machine.
|
||||
|
||||
## Automatic VM provisioning of the sequencing environment
|
||||
|
||||
@ -54,7 +57,7 @@ For this process to work, you must have a base operating system available as a V
|
||||
|
||||
After you have a VHD file, you must provision your VM for auto-sequencing.
|
||||
|
||||
1. On the Host device, install Windows 10, version 1703 and the **Microsoft Application Virtualization (App-V) Auto Sequencer** component from the matching version of the Windows Assessment and Deployment Kit (ADK). For more info on how to install the App-V Sequencer, see [Install the App-V Sequencer](appv-install-the-sequencer.md).
|
||||
1. On the Host device, install the Windows client and the **Microsoft Application Virtualization (App-V) Auto Sequencer** component from the matching version of the Windows Assessment and Deployment Kit (ADK). For more info on how to install the App-V Sequencer, see [Install the App-V Sequencer](appv-install-the-sequencer.md).
|
||||
2. Make sure that Hyper-V is turned on. For more info about turning on and using Hyper-V, see [Hyper-V on Windows Server 2016](/windows-server/virtualization/hyper-v/Hyper-V-on-Windows-Server).
|
||||
3. Open PowerShell as an admin and run the **New-AppVSequencerVM** cmdlet, using the following parameters:
|
||||
|
||||
@ -93,7 +96,7 @@ If your apps require custom prerequisites, such as Microsoft SQL Server, we reco
|
||||
|
||||
#### Provision an existing VM
|
||||
|
||||
1. On the Host device, install Windows 10, version 1703 and the **Microsoft Application Virtualization (App-V) Auto Sequencer** component from the matching version of the Windows Assessment and Deployment Kit (ADK). For more info on how to install the App-V Sequencer, see [Install the App-V Sequencer](appv-install-the-sequencer.md).
|
||||
1. On the Host device, install the Windows client and the **Microsoft Application Virtualization (App-V) Auto Sequencer** component from the matching version of the Windows Assessment and Deployment Kit (ADK). For more info on how to install the App-V Sequencer, see [Install the App-V Sequencer](appv-install-the-sequencer.md).
|
||||
|
||||
2. Open PowerShell as an admin and run the **Connect-AppvSequencerVM** cmdlet, using the following parameters:
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: About Client Configuration Settings (Windows 10)
|
||||
title: About Client Configuration Settings (Windows 10/11)
|
||||
description: Learn about the App-V client configuration settings and how to use Windows PowerShell to modify the client configuration settings.
|
||||
author: greg-lindsay
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
@ -14,7 +14,10 @@ ms.topic: article
|
||||
---
|
||||
# About Client Configuration Settings
|
||||
|
||||
>Applies to: Windows 10, version 1607
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
The Microsoft Application Virtualization (App-V) client stores its configuration in the registry. Understanding how the register's format for data works can help you better understand the client, as you can configure many client actions by changing registry entries. This topic lists the App-V client configuration settings and explains their uses. You can use Windows PowerShell to modify the client configuration settings. For more information about using Windows PowerShell and App-V see [Administering App-V by using Windows PowerShell](appv-administering-appv-with-powershell.md).
|
||||
|
||||
@ -29,7 +32,7 @@ The following table provides information about App-V client configuration settin
|
||||
|------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------|
|
||||
| Set-AppvClientConfiguration,<br>Set-AppvPublishingServer<br><br>**-PackageInstallationRoot**<br>String | Specifies directory where all new applications and updates will be installed. | Policy value not written (same as Not Configured) |
|
||||
| Set-AppvClientConfiguration,<br>Set-AppvPublishingServer<br><br>**-PackageSourceRoot**<br>String | Overrides source location for downloading package content. | Policy value not written (same as Not Configured) |
|
||||
| Set-AppvClientConfiguration,<br>Set-AppvPublishingServer<br><br>**-AllowHighCostLaunch**<br>True (enabled); False (Disabled state) | This setting controls whether virtualized applications are launched on Windows 10 machines connected by a metered network connection (for example, 4G). | 0 |
|
||||
| Set-AppvClientConfiguration,<br>Set-AppvPublishingServer<br><br>**-AllowHighCostLaunch**<br>True (enabled); False (Disabled state) | This setting controls whether virtualized applications are launched on Windows client machines connected by a metered network connection (for example, 4G). | 0 |
|
||||
| Set-AppvClientConfiguration,<br>Set-AppvPublishingServer<br><br>**-ReestablishmentRetries**<br>Integer (0–99) | Specifies the number of times to retry a dropped session. | Policy value not written (same as Not Configured) |
|
||||
| Set-AppvClientConfiguration,<br>Set-AppvPublishingServer<br><br>**-ReestablishmentInterval**<br>Integer (0–3600) | Specifies the number of seconds between attempts to reestablish a dropped session. | Policy value not written (same as Not Configured) |
|
||||
| Set-AppvClientConfiguration,<br>Set-AppvPublishingServer<br><br>**-LocationProvider**<br>String | Specifies the CLSID for a compatible implementation of the IAppvPackageLocationProvider interface. | Policy value not written (same as Not Configured) |
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: How to create a package accelerator (Windows 10)
|
||||
title: How to create a package accelerator (Windows 10/11)
|
||||
description: Learn how to create App-V Package Accelerators to automatically generate new virtual application packages.
|
||||
author: greg-lindsay
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
@ -14,7 +14,10 @@ ms.topic: article
|
||||
---
|
||||
# How to create a package accelerator
|
||||
|
||||
>Applies to: Windows 10, version 1607
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
App-V Package Accelerators automatically generate new virtual application packages.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: How to create a virtual application package using an App-V Package Accelerator (Windows 10)
|
||||
title: How to create a virtual application package using an App-V Package Accelerator (Windows 10/11)
|
||||
description: How to create a virtual application package using an App-V Package Accelerator.
|
||||
author: greg-lindsay
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
@ -14,7 +14,10 @@ ms.topic: article
|
||||
---
|
||||
# How to create a virtual application package using an App-V Package Accelerator
|
||||
|
||||
>Applies to: Windows 10, version 1607
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
Use the following procedure to create a virtual application package with the App-V Package Accelerator.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Create and apply an App-V project template to a sequenced App-V package (Windows 10)
|
||||
title: Create and apply an App-V project template to a sequenced App-V package (Windows 10/11)
|
||||
description: Steps for how to create and apply an App-V project template (.appvt) to a sequenced App-V package.
|
||||
author: greg-lindsay
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
@ -14,12 +14,15 @@ ms.topic: article
|
||||
---
|
||||
# Create and apply an App-V project template to a sequenced App-V package
|
||||
|
||||
>Applies to: Windows 10, version 1607
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
You can use an App-V Project Template (.appvt) file to save commonly applied settings associated with an existing virtual application package. You can then apply these settings whenever you create new virtual application packages in your environment, streamlining the package creation process. App-V Project Templates differ from App-V Package Accelerators because App-V Package Accelerators are application-specific, while App-V Project Templates can be applied to multiple applications. To learn more about package accelerators, see [How to create a package accelerator](appv-create-a-package-accelerator.md).
|
||||
|
||||
>[!IMPORTANT]
|
||||
>In Windows 10, version 1703, running the **New-AppvSequencerPackage** or the **Update-AppvSequencerPackage** cmdlets will automatically capture and store your customizations as an App-V Project Template. If you want to make changes to this package later, you can automatically load your customizations from this template file. If you have an auto-saved template and you attempt to load another template through the *TemplateFilePath* parameter, the customization value from the parameter will override the auto-saved template.
|
||||
>Starting with Windows 10 version 1703, running the **New-AppvSequencerPackage** or the **Update-AppvSequencerPackage** cmdlets will automatically capture and store your customizations as an App-V Project Template. If you want to make changes to this package later, you can automatically load your customizations from this template file. If you have an auto-saved template and you attempt to load another template through the *TemplateFilePath* parameter, the customization value from the parameter will override the auto-saved template.
|
||||
|
||||
## Create a project template
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Creating and managing App-V virtualized applications (Windows 10)
|
||||
title: Creating and managing App-V virtualized applications (Windows 10/11)
|
||||
description: Create and manage App-V virtualized applications to monitor and record the installation process for an application to be run as a virtualized application.
|
||||
author: greg-lindsay
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
@ -14,7 +14,10 @@ ms.topic: article
|
||||
---
|
||||
# Creating and managing App-V virtualized applications
|
||||
|
||||
>Applies to: Windows 10, version 1607
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
After you have properly deployed the Microsoft Application Virtualization (App-V) sequencer, you can use it to monitor and record the installation and setup process for an application to be run as a virtualized application.
|
||||
|
||||
@ -119,7 +122,7 @@ A template can specify and store multiple settings as follows:
|
||||
- **General Options**. Enables the use of **Windows Installer**, **Append Package Version to Filename**.
|
||||
- **Exclusion Items.** Contains the Exclusion pattern list.
|
||||
|
||||
In Windows 10, version 1703, running the **new-appvsequencerpackage** or **update-appvsequencepackage** cmdlets automatically captures and stores all of your customizations as an App-V project template. If you want to make changes to this package later, your customizations are automatically loaded from this template file.
|
||||
Starting with Windows 10 version 1703, running the **new-appvsequencerpackage** or **update-appvsequencepackage** cmdlets automatically captures and stores all of your customizations as an App-V project template. If you want to make changes to this package later, your customizations are automatically loaded from this template file.
|
||||
|
||||
>[!IMPORTANT]
|
||||
>If you attempt to load another template through the *_TemplateFilePath_* parameter while already having an auto-saved template, the customization value from the parameter will override the auto-saved template.
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: How to Deploy the App-V Server (Windows 10)
|
||||
description: Use these instructions to deploy the Application Virtualization (App-V) Server in App-V for Windows 10.
|
||||
title: How to Deploy the App-V Server (Windows 10/11)
|
||||
description: Use these instructions to deploy the Application Virtualization (App-V) Server in App-V for Windows 10/11.
|
||||
author: greg-lindsay
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
ms.mktglfcycl: deploy
|
||||
@ -32,7 +32,7 @@ ms.topic: article
|
||||
1. Download the App-V server components. All five App-V server components are included in the Microsoft Desktop Optimization Pack (MDOP) 2015 ISO package, which can be downloaded from either of the following locations:
|
||||
|
||||
* The [MSDN (Microsoft Developer Network) subscriptions site](https://msdn.microsoft.com/subscriptions/downloads/default.aspx#FileId=65215). You must have a MSDN subscription to download the MDOP ISO package from this site.
|
||||
* The [Volume Licensing Service Center](https://www.microsoft.com/licensing/default.aspx) if you're using [Windows 10 for Enterprise or Education](https://www.microsoft.com/WindowsForBusiness/windows-product-home).
|
||||
* The [Volume Licensing Service Center](https://www.microsoft.com/licensing/default.aspx) if you're using [Windows client for Enterprise or Education](https://www.microsoft.com/WindowsForBusiness/windows-product-home).
|
||||
|
||||
2. Copy the App-V server installation files to the computer on which you want to install it.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Deploying App-V (Windows 10)
|
||||
title: Deploying App-V (Windows 10/11)
|
||||
description: App-V supports several different deployment options. Learn how to complete App-V deployment at different stages in your App-V deployment.
|
||||
author: greg-lindsay
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
@ -12,9 +12,12 @@ manager: dansimp
|
||||
ms.author: greglin
|
||||
ms.topic: article
|
||||
---
|
||||
# Deploying App-V for Windows 10
|
||||
# Deploying App-V for Windows client
|
||||
|
||||
>Applies to: Windows 10, version 1607
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
App-V supports several different deployment options. Review this topic for information about the tasks that you must complete at different stages in your deployment.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Deploying Microsoft Office 2010 by Using App-V (Windows 10)
|
||||
title: Deploying Microsoft Office 2010 by Using App-V (Windows 10/11)
|
||||
description: Create Office 2010 packages for Microsoft Application Virtualization (App-V) using the App-V Sequencer or the App-V Package Accelerator.
|
||||
author: greg-lindsay
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
@ -14,7 +14,10 @@ ms.topic: article
|
||||
---
|
||||
# Deploying Microsoft Office 2010 by Using App-V
|
||||
|
||||
>Applies to: Windows 10, version 1607
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
You can create Office 2010 packages for Microsoft Application Virtualization (App-V) using one of the following methods:
|
||||
|
||||
@ -37,7 +40,7 @@ Sequencing Office 2010 is one of the main methods for creating an Office 2010 pa
|
||||
|
||||
## Creating Office 2010 App-V packages using package accelerators
|
||||
|
||||
Office 2010 App-V packages can be created through package accelerators. Microsoft has provided package accelerators for creating Office 2010 on Windows 10, Windows 8, and Windows 7. The following pages will show you which package accelerator is best for creating Office 2010 App-V packages on your version of Windows:
|
||||
Office 2010 App-V packages can be created through package accelerators. Microsoft has provided package accelerators for creating Office 2010 on Windows 10/11, Windows 8, and Windows 7. The following pages will show you which package accelerator is best for creating Office 2010 App-V packages on your version of Windows:
|
||||
|
||||
* [App-V 5.0 Package Accelerator for Office Professional Plus 2010 – Windows 8](https://gallery.technet.microsoft.com/App-V-50-Package-a29410db)
|
||||
* [App-V 5.0 Package Accelerator for Office Professional Plus 2010 – Windows 7](https://gallery.technet.microsoft.com/App-V-50-Package-e7ef536b)
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Deploying Microsoft Office 2013 by Using App-V (Windows 10)
|
||||
title: Deploying Microsoft Office 2013 by Using App-V (Windows 10/11)
|
||||
description: Use Application Virtualization (App-V) to deliver Microsoft Office 2013 as a virtualized application to computers in your organization.
|
||||
author: greg-lindsay
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
@ -14,7 +14,10 @@ ms.topic: article
|
||||
---
|
||||
# Deploying Microsoft Office 2013 by Using App-V
|
||||
|
||||
>Applies to: Windows 10, version 1607
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
Use the information in this article to use Application Virtualization (App-V) to deliver Microsoft Office 2013 as a virtualized application to computers in your organization. For information about using App-V to deliver Office 2010, see [Deploying Microsoft Office 2010 by Using App-V](appv-deploying-microsoft-office-2010-wth-appv.md). To successfully deploy Office 2013 with App-V, you need to be familiar with Office 2013 and App-V.
|
||||
|
||||
@ -73,7 +76,7 @@ Before you start, make sure that the computer on which you are installing the Of
|
||||
|
||||
You create Office 2013 App-V packages with the Office Deployment Tool. The following instructions explain how to create an Office 2013 App-V package with Volume Licensing or Subscription Licensing.
|
||||
|
||||
Create Office 2013 App-V packages on 64-bit Windows computers. Once created, the Office 2013 App-V package will run on 32-bit and 64-bit Windows 7, Windows 8.1, and Windows 10 computers.
|
||||
Create Office 2013 App-V packages on 64-bit Windows computers. Once created, the Office 2013 App-V package will run on 32-bit and 64-bit Windows 7, Windows 8.1, and Windows 10/11 computers.
|
||||
|
||||
### Download the Office Deployment Tool
|
||||
|
||||
@ -148,7 +151,7 @@ After you download the Office 2013 applications through the Office Deployment To
|
||||
|
||||
#### What you'll need to do
|
||||
|
||||
* Create the Office 2013 App-V packages on 64-bit Windows computers. However, the package will run on 32-bit and 64-bit Windows 7, Windows 8, and Windows 10 computers.
|
||||
* Create the Office 2013 App-V packages on 64-bit Windows computers. However, the package will run on 32-bit and 64-bit Windows 7, Windows 8, and Windows 10/11 computers.
|
||||
* Create an Office App-V package for either the Subscription Licensing package or Volume Licensing by using the Office Deployment Tool, then modify the **Customconfig.xml** configuration file.
|
||||
|
||||
The following table summarizes the values you need to enter in the **Customconfig.xml** file for the licensing model you’re using. The steps in the sections that follow the table will specify the exact entries you need to make.
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Deploying Microsoft Office 2016 by using App-V (Windows 10)
|
||||
title: Deploying Microsoft Office 2016 by using App-V (Windows 10/11)
|
||||
description: Use Application Virtualization (App-V) to deliver Microsoft Office 2016 as a virtualized application to computers in your organization.
|
||||
author: greg-lindsay
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
@ -14,7 +14,10 @@ ms.topic: article
|
||||
---
|
||||
# Deploying Microsoft Office 2016 by using App-V
|
||||
|
||||
>Applies to: Windows 10, version 1607
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
Use the information in this article to use Application Virtualization (App-V) to deliver Microsoft Office 2016 as a virtualized application to computers in your organization. For information about using App-V to deliver Office 2013, see [Deploying Microsoft Office 2013 by using App-V](appv-deploying-microsoft-office-2013-with-appv.md). For information about using App-V to deliver Office 2010, see [Deploying Microsoft Office 2010 by using App-V](appv-deploying-microsoft-office-2010-wth-appv.md).
|
||||
|
||||
@ -64,7 +67,7 @@ The computer on which you are installing the Office Deployment Tool must have th
|
||||
| Prerequisite | Description |
|
||||
|----------------------|--------------------|
|
||||
| Prerequisite software | .Net Framework 4 |
|
||||
| Supported operating systems | 64-bit version of Windows 10<br>64-bit version of Windows 8 or 8.1<br>64-bit version of Windows 7 |
|
||||
| Supported operating systems | 64-bit version of Windows 10/11<br>64-bit version of Windows 8 or 8.1<br>64-bit version of Windows 7 |
|
||||
|
||||
>[!NOTE]
|
||||
>In this topic, the term “Office 2016 App-V package” refers to subscription licensing.
|
||||
@ -73,7 +76,7 @@ The computer on which you are installing the Office Deployment Tool must have th
|
||||
|
||||
You create Office 2016 App-V packages by using the Office Deployment Tool. The following instructions explain how to create an Office 2016 App-V package with subscription licensing.
|
||||
|
||||
Create Office 2016 App-V packages on 64-bit Windows computers. Once created, the Office 2016 App-V package will run on 32-bit and 64-bit Windows 7, Windows 8.1, and Windows 10 computers.
|
||||
Create Office 2016 App-V packages on 64-bit Windows computers. Once created, the Office 2016 App-V package will run on 32-bit and 64-bit Windows 7, Windows 8.1, and Windows 10/11 computers.
|
||||
|
||||
### Download the Office Deployment Tool
|
||||
|
||||
@ -146,7 +149,7 @@ After you download the Office 2016 applications through the Office Deployment To
|
||||
|
||||
#### What you’ll need to do
|
||||
|
||||
* Create the Office 2016 App-V packages on 64-bit Windows computers. However, the package will run on 32-bit and 64-bit Windows 7, Windows 8 or 8.1, and Windows 10 computers.
|
||||
* Create the Office 2016 App-V packages on 64-bit Windows computers. However, the package will run on 32-bit and 64-bit Windows 7, Windows 8 or 8.1, and Windows 10/11 computers.
|
||||
* Create an Office App-V package for either Subscription Licensing package by using the Office Deployment Tool, and then modify the **Customconfig.xml** configuration file.
|
||||
|
||||
The following table summarizes the values you need to enter in the **Customconfig.xml** file. The steps in the sections that follow the table will specify the exact entries you need to make.
|
||||
@ -377,7 +380,7 @@ The following table describes the requirements and options for deploying Visio 2
|
||||
|
||||
## Related topics
|
||||
|
||||
* [Deploying App-V for Windows 10](appv-deploying-appv.md)
|
||||
* [Deploying App-V for Windows client](appv-deploying-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)
|
||||
* [Office 2016 Deployment Tool for Click-to-Run](https://www.microsoft.com/download/details.aspx?id=49117)
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Deploying the App-V Sequencer and configuring the client (Windows 10)
|
||||
title: Deploying the App-V Sequencer and configuring the client (Windows 10/11)
|
||||
description: Learn how to deploy the App-V Sequencer and configure the client by using the ADMX template and Group Policy.
|
||||
author: greg-lindsay
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
@ -14,7 +14,10 @@ ms.topic: article
|
||||
---
|
||||
# Deploying the App-V Sequencer and configuring the client
|
||||
|
||||
>Applies to: Windows 10, version 1607
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
The App-V Sequencer and client let administrators to virtualize and run virtual applications.
|
||||
|
||||
@ -23,7 +26,7 @@ The App-V Sequencer and client let administrators to virtualize and run virtual
|
||||
The App-V client is the component that runs a virtualized application on a target computer. The client lets users interact with icons and file types, starting virtualized applications. The client can also get the virtual application content from the management server.
|
||||
|
||||
>[!NOTE]
|
||||
>In Windows 10, version 1607, App-V is included with the operating system. You only need to enable it.
|
||||
>Starting with Windows 10 version 1607, App-V is included with the operating system. You only need to enable it.
|
||||
|
||||
[Enable the App-V desktop client](appv-enable-the-app-v-desktop-client.md)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Deploying the App-V Server (Windows 10)
|
||||
description: Learn how to deploy the Application Virtualization (App-V) Server in App-V for Windows 10 by using different deployment configurations described in this article.
|
||||
title: Deploying the App-V Server (Windows 10/11)
|
||||
description: Learn how to deploy the Application Virtualization (App-V) Server in App-V for Windows 10/11 by using different deployment configurations described in this article.
|
||||
author: greg-lindsay
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
ms.mktglfcycl: deploy
|
||||
@ -19,9 +19,9 @@ ms.topic: article
|
||||
You can install the Application Virtualization (App-V) server components 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).
|
||||
|
||||
>[!NOTE]
|
||||
>If you plan to use the App-V server components in your deployment, note that the version number is still listed as App-V 5.x, as the App-V server components have not changed in App-V for Windows 10.
|
||||
>If you plan to use the App-V server components in your deployment, note that the version number is still listed as App-V 5.x, as the App-V server components have not changed in App-V for Windows client.
|
||||
|
||||
To learn more about deploying App-V for Windows 10, read [What's new in App-V](appv-about-appv.md).
|
||||
To learn more about deploying App-V for Windows client, read [What's new in App-V](appv-about-appv.md).
|
||||
|
||||
>[!IMPORTANT]
|
||||
>Before installing and configuring the App-V servers, you must specify the port or ports where each component will be hosted. You must also add the associated firewall rules to allow incoming requests to access the specified ports, as the installer does not modify firewall settings.
|
||||
@ -49,7 +49,7 @@ App-V offers the following five server components, each of which serves a specif
|
||||
All five App-V server components are included in the Microsoft Desktop Optimization Pack (MDOP) 2015 ISO package, which can be downloaded from either of the following locations:
|
||||
|
||||
* The [MSDN (Microsoft Developer Network) subscriptions site](https://msdn.microsoft.com/subscriptions/downloads/default.aspx#FileId=65215). You must have a MSDN subscription to download the MDOP ISO package from this site.
|
||||
* The [Volume Licensing Service Center](https://www.microsoft.com/licensing/default.aspx) if you're using [Windows 10 for Enterprise or Education](https://www.microsoft.com/WindowsForBusiness/windows-product-home).
|
||||
* The [Volume Licensing Service Center](https://www.microsoft.com/licensing/default.aspx) if you're using [Windows client for Enterprise or Education](https://www.microsoft.com/WindowsForBusiness/windows-product-home).
|
||||
|
||||
In large organizations, you might want to install more than one instance of the server components to get the following benefits.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: App-V Deployment Checklist (Windows 10)
|
||||
title: App-V Deployment Checklist (Windows 10/11)
|
||||
description: Use the App-V deployment checklist to understand the recommended steps and items to consider when deploying App-V features.
|
||||
author: greg-lindsay
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
@ -14,7 +14,10 @@ ms.topic: article
|
||||
---
|
||||
# App-V Deployment Checklist
|
||||
|
||||
>Applies to: Windows 10, version 1607
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
This checklist outlines the recommended steps and items to consider when deploying App-V features. Use it to organize your priorities while you deploy App-V. You can copy this checklist into a spreadsheet program and customize it for your use.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Enable the App-V in-box client (Windows 10)
|
||||
description: Learn how to enable the Microsoft Application Virtualization (App-V) in-box client installed with Windows 10.
|
||||
title: Enable the App-V in-box client (Windows 10/11)
|
||||
description: Learn how to enable the Microsoft Application Virtualization (App-V) in-box client installed with Windows 10/11.
|
||||
author: greg-lindsay
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
ms.mktglfcycl: deploy
|
||||
@ -14,11 +14,14 @@ ms.topic: article
|
||||
---
|
||||
# Enable the App-V in-box client
|
||||
|
||||
>Applies to: Windows 10, version 1607
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
The App-V client is the component that runs virtualized applications on user devices. Once you enable the client, users can interact with icons and file names to start virtualized applications. The client can also get virtual application content from the management server.
|
||||
|
||||
With Windows 10, version 1607, the App-V client is installed automatically. However, you'll still need to enable the client yourself to allow user devices to access and run virtual applications. You can set up the client with the Group Policy editor or with Windows PowerShell.
|
||||
Starting with Windows 10 version 1607, the App-V client is installed automatically. However, you'll still need to enable the client yourself to allow user devices to access and run virtual applications. You can set up the client with the Group Policy editor or with Windows PowerShell.
|
||||
|
||||
Here's how to enable the App-V client with Group Policy:
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Evaluating App-V (Windows 10)
|
||||
description: Learn how to evaluate App-V for Windows 10 in a lab environment before deploying into a production environment.
|
||||
title: Evaluating App-V (Windows 10/11)
|
||||
description: Learn how to evaluate App-V for Windows 10/11 in a lab environment before deploying into a production environment.
|
||||
author: greg-lindsay
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
ms.mktglfcycl: deploy
|
||||
@ -15,8 +15,10 @@ ms.author: greglin
|
||||
|
||||
# Evaluating App-V
|
||||
|
||||
**Applies to**
|
||||
- Windows 10, version 1607
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
> [!NOTE]
|
||||
> [!INCLUDE [Application Virtualization will be end of life in April 2026](../includes/app-v-end-life-statement.md)]
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Application Virtualization (App-V) (Windows 10)
|
||||
title: Application Virtualization (App-V) (Windows 10/11)
|
||||
description: See various topics that can help you administer Application Virtualization (App-V) and its components.
|
||||
author: greg-lindsay
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
@ -12,9 +12,12 @@ manager: dansimp
|
||||
ms.author: greglin
|
||||
ms.topic: article
|
||||
---
|
||||
# Application Virtualization (App-V) for Windows 10 overview
|
||||
# Application Virtualization (App-V) for Windows client overview
|
||||
|
||||
>Applies to: Windows 10, version 1607
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
> [!NOTE]
|
||||
> [!INCLUDE [Application Virtualization will be end of life in April 2026](../includes/app-v-end-life-statement.md)]
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Getting Started with App-V (Windows 10)
|
||||
description: Get started with Microsoft Application Virtualization (App-V) for Windows 10. App-V for Windows 10 delivers Win32 applications to users as virtual applications.
|
||||
title: Getting Started with App-V (Windows 10/11)
|
||||
description: Get started with Microsoft Application Virtualization (App-V) for Windows 10/11. App-V for Windows client devices delivers Win32 applications to users as virtual applications.
|
||||
author: greg-lindsay
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
ms.mktglfcycl: deploy
|
||||
@ -12,35 +12,38 @@ manager: dansimp
|
||||
ms.author: greglin
|
||||
ms.topic: article
|
||||
---
|
||||
# Getting started with App-V for Windows 10
|
||||
# Getting started with App-V for Windows client
|
||||
|
||||
>Applies to: Windows 10, version 1607
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
> [!NOTE]
|
||||
> [!INCLUDE [Application Virtualization will be end of life in April 2026](../includes/app-v-end-life-statement.md)]
|
||||
|
||||
Microsoft Application Virtualization (App-V) for Windows 10 delivers Win32 applications to users as virtual applications. Virtual applications are installed on centrally managed servers and delivered to users as a service in real time and on an as-needed basis. Users launch virtual applications from familiar access points and interact with them as if they were installed locally.
|
||||
Microsoft Application Virtualization (App-V) for Windows delivers Win32 applications to users as virtual applications. Virtual applications are installed on centrally managed servers and delivered to users as a service in real time and on an as-needed basis. Users launch virtual applications from familiar access points and interact with them as if they were installed locally.
|
||||
|
||||
With the release of Windows 10, version 1607, App-V is included with the [Windows 10 for Enterprise edition](https://www.microsoft.com/WindowsForBusiness/windows-for-enterprise). If you're new to Windows 10 and App-V, you’ll need to download, activate, and install server- and client-side components to start delivering virtual applications to users. To learn what you need to know before getting started with App-V, see the [Application Virtualization (App-V) overview](appv-for-windows.md).
|
||||
Starting with Windows 10 version 1607, App-V is included with the [Windows 10 for Enterprise edition](https://www.microsoft.com/WindowsForBusiness/windows-for-enterprise). If you're new to Windows client and App-V, you’ll need to download, activate, and install server- and client-side components to start delivering virtual applications to users. To learn what you need to know before getting started with App-V, see the [Application Virtualization (App-V) overview](appv-for-windows.md).
|
||||
|
||||
If you’re already using App-V, performing an in-place upgrade to Windows 10 on user devices automatically installs the App-V client and migrates users’ App-V applications and settings. For more information about how to configure an existing App-V installation after upgrading user devices to Windows 10, see [Upgrading to App-V for Windows 10 from an existing installation](appv-upgrading-to-app-v-for-windows-10-from-an-existing-installation.md).
|
||||
If you’re already using App-V, performing an in-place upgrade to Windows 10/11 on user devices automatically installs the App-V client and migrates users’ App-V applications and settings. For more information about how to configure an existing App-V installation after upgrading user devices to Windows 10/11, see [Upgrading to App-V for Windows from an existing installation](appv-upgrading-to-app-v-for-windows-10-from-an-existing-installation.md).
|
||||
|
||||
>[!IMPORTANT]
|
||||
>You can upgrade your existing App-V installation to App-V for Windows from App-V versions 5.0 SP2 and higher only. If you are using an earlier version of App-V, you’ll need to upgrade your existing App-V installation to App-V 5.0 SP2 before upgrading to App-V for Windows.
|
||||
|
||||
To learn more about previous versions of App-V, see [MDOP information experience](/microsoft-desktop-optimization-pack/index).
|
||||
|
||||
## Getting started with App-V for Windows 10 (new installations)
|
||||
## Getting started with App-V for Windows (new installations)
|
||||
|
||||
To start using App-V to deliver virtual applications to users, you’ll need to download, enable, and install server- and client-side components. The following table describes the App-V for Windows 10 components, what they do, and where to find them.
|
||||
To start using App-V to deliver virtual applications to users, you’ll need to download, enable, and install server- and client-side components. The following table describes the App-V for Windows client components, what they do, and where to find them.
|
||||
|
||||
<!--App-V Remote Desktop Services (RDS) client once had its own row in the table below, and could have its own row again. As of 7/29/2016, it's in the same row as App-V client -->
|
||||
|
||||
| Component | What it does | Where to find it |
|
||||
|------------|--|------|
|
||||
| App-V server components | App-V offers five server components that work together to allow you to host and publish virtual applications, generate usage reports, and manage your App-V environment. For more details, see [Deploying the App-V Server](appv-deploying-the-appv-server.md).<br><br>If you're already using App-V 5.x, you don't need to redeploy the App-V server components, as they haven't changed since App-V 5.0's release. | The App-V server components are included in the Microsoft Desktop Optimization Pack (MDOP) 2015 ISO package that can be downloaded from the following locations:<br><br> If you have a Microsoft Developer Network (MSDN) subscription, use the [MSDN (Microsoft Developer Network) subscriptions site](https://msdn.microsoft.com/subscriptions/downloads/default.aspx#FileId=65215) to download the MDOP ISO package.<br><br> If you're using [Windows 10 for Enterprise or Education](https://www.microsoft.com/WindowsForBusiness/windows-product-home), download it from the [Volume Licensing Service Center](https://www.microsoft.com/licensing/default.aspx).<br><br>See [Deploying the App-V Server](appv-deploying-the-appv-server.md) for more information about installing and using the server components.|
|
||||
| App-V client and App-V Remote Desktop Services (RDS) client | The App-V client is the component that runs virtualized applications on user devices, allowing users to interact with icons and file names to start virtualized applications. | The App-V client is automatically installed with Windows 10, version 1607. <br><br>To learn how to enable the client, see [Enable the App-V desktop client](appv-enable-the-app-v-desktop-client.md). |
|
||||
| App-V sequencer | Use the App-V sequencer to convert Win32 applications into virtual packages for deployment to user devices. Devices must run the App-V client to allow users to interact with virtual applications. | Installed with the [Windows Assessment and Deployment kit (ADK) for Windows 10, version 1607](https://developer.microsoft.com/windows/hardware/windows-assessment-deployment-kit). |
|
||||
| App-V server components | App-V offers five server components that work together to allow you to host and publish virtual applications, generate usage reports, and manage your App-V environment. For more details, see [Deploying the App-V Server](appv-deploying-the-appv-server.md).<br><br>If you're already using App-V 5.x, you don't need to redeploy the App-V server components, as they haven't changed since App-V 5.0's release. | The App-V server components are included in the Microsoft Desktop Optimization Pack (MDOP) 2015 ISO package that can be downloaded from the following locations:<br><br> If you have a Microsoft Developer Network (MSDN) subscription, use the [MSDN (Microsoft Developer Network) subscriptions site](https://msdn.microsoft.com/subscriptions/downloads/default.aspx#FileId=65215) to download the MDOP ISO package.<br><br> If you're using [Windows client for Enterprise or Education](https://www.microsoft.com/WindowsForBusiness/windows-product-home), download it from the [Volume Licensing Service Center](https://www.microsoft.com/licensing/default.aspx).<br><br>See [Deploying the App-V Server](appv-deploying-the-appv-server.md) for more information about installing and using the server components.|
|
||||
| App-V client and App-V Remote Desktop Services (RDS) client | The App-V client is the component that runs virtualized applications on user devices, allowing users to interact with icons and file names to start virtualized applications. | Starting with Windows 10 version 1607, the App-V client is automatically installed. <br><br>To learn how to enable the client, see [Enable the App-V desktop client](appv-enable-the-app-v-desktop-client.md). |
|
||||
| App-V sequencer | Use the App-V sequencer to convert Win32 applications into virtual packages for deployment to user devices. Devices must run the App-V client to allow users to interact with virtual applications. | Installed with the [Windows Assessment and Deployment kit (ADK) for Windows client](https://developer.microsoft.com/windows/hardware/windows-assessment-deployment-kit). |
|
||||
|
||||
For more information about these components, see [High Level Architecture for App-V](appv-high-level-architecture.md).
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: High-level architecture for App-V (Windows 10)
|
||||
title: High-level architecture for App-V (Windows 10/11)
|
||||
description: Use the information in this article to simplify your Microsoft Application Virtualization (App-V) deployment.
|
||||
author: greg-lindsay
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
@ -14,7 +14,10 @@ ms.topic: article
|
||||
---
|
||||
# High-level architecture for App-V
|
||||
|
||||
>Applies to: Windows 10, version 1607
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
Use the following information to simplify your Microsoft Application Virtualization (App-V) deployment.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Install the App-V Sequencer (Windows 10)
|
||||
title: Install the App-V Sequencer (Windows 10/11)
|
||||
description: Learn how to install the App-V Sequencer to convert Win32 applications into virtual packages for deployment to user devices.
|
||||
author: greg-lindsay
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
@ -14,11 +14,14 @@ ms.topic: article
|
||||
---
|
||||
# Install the App-V Sequencer
|
||||
|
||||
>Applies to: Windows 10, version 1607
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
Use the App-V Sequencer to convert Win32 applications into virtual packages for deployment to user devices. Those devices must be running the App-V client to allow users to interact with virtual applications.
|
||||
|
||||
The App-V Sequencer is included in the Windows 10 Assessment and Deployment Kit (Windows ADK).
|
||||
The App-V Sequencer is included in the Windows client Assessment and Deployment Kit (Windows ADK).
|
||||
|
||||
>[!NOTE]
|
||||
>The computer that will run the sequencer must not have the App-V client enabled. As a best practice, choose a computer with the same hardware and software configurations as the computers that will run the virtual applications. The sequencing process is resource-intensive, so make sure the computer that will run the Sequencer has plenty of memory, a fast processor, and a fast hard drive.
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: How to Modify an Existing Virtual Application Package (Windows 10)
|
||||
title: How to Modify an Existing Virtual Application Package (Windows 10/11)
|
||||
description: Learn how to modify an existing virtual application package and add a new application to an existing virtual application package.
|
||||
author: greg-lindsay
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
@ -15,8 +15,10 @@ ms.author: greglin
|
||||
|
||||
# How to Modify an Existing Virtual Application Package
|
||||
|
||||
**Applies to**
|
||||
- Windows 10, version 1607
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
This topic explains how to:
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Operations for App-V (Windows 10)
|
||||
title: Operations for App-V (Windows 10/11)
|
||||
description: Learn about the various types of App-V administration and operating tasks that are typically performed by an administrator.
|
||||
author: greg-lindsay
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
@ -14,7 +14,10 @@ ms.topic: article
|
||||
---
|
||||
# Operations for App-V
|
||||
|
||||
>Applies to: Windows 10, version 1607
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
This section of the Microsoft Application Virtualization (App-V) Administrator’s Guide includes information about the various types of App-V administration and operating tasks that are typically performed by an administrator. This section also includes step-by-step procedures to help you successfully perform those tasks.
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
---
|
||||
title: App-V Planning Checklist (Windows 10)
|
||||
title: App-V Planning Checklist (Windows 10/11)
|
||||
description: Learn about the recommended steps and items to consider when planning an Application Virtualization (App-V) deployment.
|
||||
author: greg-lindsay
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.prod: w10
|
||||
ms.prod: w10/11
|
||||
ms.date: 04/18/2018
|
||||
ms.reviewer:
|
||||
manager: dansimp
|
||||
@ -14,7 +14,10 @@ ms.topic: article
|
||||
---
|
||||
# App-V Planning Checklist
|
||||
|
||||
>Applies to: Windows 10, version 1607
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10/11
|
||||
- Windows 11
|
||||
|
||||
This checklist can be used to help you plan for preparing your organization for an App-V deployment.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Planning to Use Folder Redirection with App-V (Windows 10)
|
||||
title: Planning to Use Folder Redirection with App-V (Windows 10/11)
|
||||
description: Learn about folder redirection with App-V. Folder redirection enables users and administrators to redirect the path of a folder to a new location.
|
||||
author: greg-lindsay
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
@ -14,7 +14,10 @@ ms.topic: article
|
||||
---
|
||||
# Planning to Use Folder Redirection with App-V
|
||||
|
||||
>Applies to: Windows 10, version 1607
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
Microsoft Application Virtualization (App-V) supports the use of folder redirection, a feature that enables users and administrators to redirect the path of a folder to a new location.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Planning for App-V (Windows 10)
|
||||
title: Planning for App-V (Windows 10/11)
|
||||
description: Use the information in this article to plan to deploy App-V without disrupting your existing network or user experience.
|
||||
author: greg-lindsay
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
@ -14,7 +14,10 @@ ms.topic: article
|
||||
---
|
||||
# Planning for App-V
|
||||
|
||||
>Applies to: Windows 10, version 1607
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
> [!NOTE]
|
||||
> [!INCLUDE [Application Virtualization will be end of life in April 2026](../includes/app-v-end-life-statement.md)]
|
||||
|
@ -14,7 +14,10 @@ ms.topic: article
|
||||
---
|
||||
# Planning for high availability with App-V Server
|
||||
|
||||
>Applies to: Windows 10, version 1607
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
Microsoft Application Virtualization (App-V) system configurations can take advantage of options that maintain a high available service level.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Planning for the App-V Sequencer and Client Deployment (Windows 10)
|
||||
title: Planning for the App-V Sequencer and Client Deployment (Windows 10/11)
|
||||
description: Learn what you need to do to plan for the App-V Sequencer and Client deployment, and where to find additional information about the deployment process.
|
||||
author: greg-lindsay
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
@ -14,7 +14,10 @@ ms.topic: article
|
||||
---
|
||||
# Planning for the App-V Sequencer and Client Deployment
|
||||
|
||||
>Applies to: Windows 10, version 1607
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
Before you can use App-V, you must install the App-V Sequencer and enable the App-V client. You can also the App-V shared content store, although it isn't required. The following sections will tell you how to set these up.
|
||||
|
||||
@ -38,7 +41,7 @@ Ideally, you should install the sequencer on a computer running as a virtual mac
|
||||
|
||||
## Planning for App-V client deployment
|
||||
|
||||
In Windows 10, version 1607, the App-V client is included with the operating system. For more information, see [Enable the App-V desktop client](appv-enable-the-app-v-desktop-client.md).
|
||||
Starting with Windows 10 version 1607, the App-V client is included with the operating system. For more information, see [Enable the App-V desktop client](appv-enable-the-app-v-desktop-client.md).
|
||||
|
||||
## Planning for the App-V Shared Content Store (SCS)
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Planning for Deploying App-V with Office (Windows 10)
|
||||
title: Planning for Deploying App-V with Office (Windows 10/11)
|
||||
description: Use the information in this article to plan how to deploy Office within Microsoft Application Virtualization (App-V).
|
||||
author: greg-lindsay
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
@ -14,7 +14,10 @@ ms.topic: article
|
||||
---
|
||||
# Planning for deploying App-V with Office
|
||||
|
||||
>Applies to: Windows 10, version 1607
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
Use the following information to plan how to deploy Office within Microsoft Application Virtualization (App-V).
|
||||
|
||||
@ -92,7 +95,7 @@ To bypass the auto-registration operation for native Word 2010, follow these ste
|
||||
|
||||
* In Windows 7k, select **Start**, type **regedit** in the Start Search box, then select the Enter key.
|
||||
|
||||
* In Windows 8.1 or Windows 10, enter **regedit**, select **Enter** on the Start page, then select the Enter key.
|
||||
* In Windows client, enter **regedit**, select **Enter** on the Start page, then select the Enter key.
|
||||
|
||||
If you're prompted for an administrator password, enter the password. If you're prompted for a confirmation, select **Continue**.
|
||||
3. Locate and then select the following registry subkey:
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Planning to Deploy App-V with an Electronic Software Distribution System (Windows 10)
|
||||
title: Planning to Deploy App-V with an Electronic Software Distribution System (Windows 10/11)
|
||||
description: Planning to Deploy App-V with an Electronic Software Distribution System
|
||||
author: greg-lindsay
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
@ -14,7 +14,10 @@ ms.topic: article
|
||||
---
|
||||
# Planning to Deploy App-V with an electronic software distribution system
|
||||
|
||||
>Applies to: Windows 10, version 1607
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
If you are using an electronic software distribution (ESD) system to deploy App-V packages, review the following planning considerations. For information about deploying App-V with Microsoft Endpoint Configuration Manager, see [Introduction to application management in Configuration Manager](/previous-versions/system-center/system-center-2012-R2/gg682125(v=technet.10)#BKMK_Appv).
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Planning to Deploy App-V (Windows 10)
|
||||
title: Planning to Deploy App-V (Windows 10/11)
|
||||
description: Learn about the different deployment configurations and requirements to consider before you deploy App-V for Windows 10.
|
||||
author: greg-lindsay
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
@ -12,11 +12,14 @@ manager: dansimp
|
||||
ms.author: greglin
|
||||
ms.topic: article
|
||||
---
|
||||
# Planning to Deploy App-V for Windows 10
|
||||
# Planning to Deploy App-V for Windows client
|
||||
|
||||
>Applies to: Windows 10, version 1607
|
||||
**Applies to**:
|
||||
|
||||
There are several different deployment configurations and requirements to consider before you deploy App-V for Windows 10. Review this topic for information about what you'll need to make a deployment plan that best meets your needs.
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
There are several different deployment configurations and requirements to consider before you deploy App-V for Windows client. Review this topic for information about what you'll need to make a deployment plan that best meets your needs.
|
||||
|
||||
## App-V supported configurations
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Preparing Your Environment for App-V (Windows 10)
|
||||
title: Preparing Your Environment for App-V (Windows 10/11)
|
||||
description: Use this info to prepare for deployment configurations and prerequisites for Microsoft Application Virtualization (App-V).
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
ms.mktglfcycl: deploy
|
||||
@ -14,7 +14,10 @@ ms.topic: article
|
||||
---
|
||||
# Preparing your environment for App-V
|
||||
|
||||
>Applies to: Windows 10, version 1607
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
There are several different deployment configurations and prerequisites that you must consider before creating your deployment plan for Microsoft App-V. The following articles will help you gather the information you need to set up a deployment plan that best suits your business’ needs.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: App-V Prerequisites (Windows 10)
|
||||
title: App-V Prerequisites (Windows 10/11)
|
||||
description: Learn about the prerequisites you need before you begin installing Application Virtualization (App-V).
|
||||
author: greg-lindsay
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
@ -12,11 +12,15 @@ manager: dansimp
|
||||
ms.author: greglin
|
||||
ms.topic: article
|
||||
---
|
||||
# App-V for Windows 10 prerequisites
|
||||
|
||||
>Applies to: Windows 10, version 1607
|
||||
# App-V for Windows client prerequisites
|
||||
|
||||
Before installing App-V for Windows 10, ensure that you have installed all of the following required prerequisite software.
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
Before installing App-V for Windows client, ensure that you have installed all of the following required prerequisite software.
|
||||
|
||||
For a list of supported operating systems and hardware requirements for the App-V server, sequencer, and client, see [App-V Supported Configurations](appv-supported-configurations.md).
|
||||
|
||||
@ -26,7 +30,7 @@ The following table indicates the software that is already installed for differe
|
||||
|
||||
|Operating system|Prerequisite description|
|
||||
|---|---|
|
||||
|Windows 10|All prerequisite software is already installed.|
|
||||
|Windows 10/11|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.|
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: App-V Security Considerations (Windows 10)
|
||||
title: App-V Security Considerations (Windows 10/11)
|
||||
description: Learn about accounts and groups, log files, and other security-related considerations for Microsoft Application Virtualization (App-V).
|
||||
author: greg-lindsay
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
@ -14,7 +14,10 @@ ms.topic: article
|
||||
---
|
||||
# App-V security considerations
|
||||
|
||||
>Applies to: Windows 10, version 1607
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
This topic contains a brief overview of the accounts and groups, log files, and other security-related considerations for Microsoft Application Virtualization (App-V).
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Manually sequence a new app using the Microsoft Application Virtualization Sequencer (App-V Sequencer) (Windows 10)
|
||||
title: Manually sequence a new app using the Microsoft Application Virtualization Sequencer (App-V Sequencer) (Windows 10/11)
|
||||
description: Learn how to manually sequence a new app by using the App-V Sequencer that's included with the Windows ADK.
|
||||
author: greg-lindsay
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
@ -14,9 +14,12 @@ ms.topic: article
|
||||
---
|
||||
# Manually sequence a new app using the Microsoft Application Virtualization Sequencer (App-V Sequencer)
|
||||
|
||||
>Applies to: Windows 10, version 1607 and later
|
||||
**Applies to**:
|
||||
|
||||
In Windows 10, version 1607, the App-V Sequencer is included with the Windows ADK. For more info on how to install the App-V Sequencer, see [Install the App-V Sequencer](appv-install-the-sequencer.md).
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
Starting with Windows 10 version 1607, the App-V Sequencer is included with the Windows ADK. For more info on how to install the App-V Sequencer, see [Install the App-V Sequencer](appv-install-the-sequencer.md).
|
||||
|
||||
## Before you start sequencing
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: App-V Supported Configurations (Windows 10)
|
||||
description: Learn the requirements to install and run App-V supported configurations in your Windows 10 environment.
|
||||
title: App-V Supported Configurations (Windows 10/11)
|
||||
description: Learn the requirements to install and run App-V supported configurations in your Windows 10/11 environment.
|
||||
author: greg-lindsay
|
||||
ms.pagetype: mdop, appcompat, virtualization
|
||||
ms.mktglfcycl: deploy
|
||||
@ -14,9 +14,17 @@ ms.topic: article
|
||||
---
|
||||
# App-V Supported Configurations
|
||||
|
||||
>Applies to: Windows 10, version 1607; Window Server 2019; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 (Extended Security Update)
|
||||
**Applies to**:
|
||||
|
||||
This topic specifies the requirements to install and run App-V in your Windows 10 environment. For information about prerequisite software such as the .NET Framework, see [App-V prerequisites](appv-prerequisites.md).
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
- Window Server 2019
|
||||
- Windows Server 2016
|
||||
- Windows Server 2012 R2
|
||||
- Windows Server 2012
|
||||
- Windows Server 2008 R2 (Extended Security Update)
|
||||
|
||||
This topic specifies the requirements to install and run App-V in your Windows client environment. For information about prerequisite software such as the .NET Framework, see [App-V prerequisites](appv-prerequisites.md).
|
||||
|
||||
## App-V Server system requirements
|
||||
|
||||
@ -98,7 +106,7 @@ The following table lists the SQL Server versions that are supported for the App
|
||||
|
||||
## App-V client and Remote Desktop Services client requirements
|
||||
|
||||
With Windows 10, version 1607 and later releases, the App-V client is included with Windows 10 Enterprise and Windows 10 Education. The App-V client is no longer part of the Microsoft Desktop Optimization Pack. Before you can use the App-V client, it must be enabled, as described in [Enable the App-V desktop client](appv-enable-the-app-v-desktop-client.md).
|
||||
Starting with Windows 10 version 1607, the App-V client is included with Windows Enterprise and Windows Education. The App-V client is no longer part of the Microsoft Desktop Optimization Pack. Before you can use the App-V client, it must be enabled, as described in [Enable the App-V desktop client](appv-enable-the-app-v-desktop-client.md).
|
||||
|
||||
Similarly, the App-V Remote Desktop Services (RDS) client is included with Windows Server 2016 Standard and Windows Server 2016 Datacenter.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Learn about the different app types in Windows 10 | Microsoft Docs
|
||||
title: Learn about the different app types in Windows 10/11 | Microsoft Docs
|
||||
ms.reviewer:
|
||||
manager: dougeby
|
||||
description: Learn more and understand the different types of apps that run on Windows 10 and Windows 11. For example, learn more about UWP, WPF, Win32, and Windows Forms apps, including the best way to install these apps.
|
||||
@ -15,9 +15,10 @@ ms.topic: article
|
||||
|
||||
# Overview of apps on Windows client devices
|
||||
|
||||
> Applies to:
|
||||
>
|
||||
> - Windows 10
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
## Before you begin
|
||||
|
||||
@ -76,7 +77,7 @@ When your apps are ready, you can add or deploy these apps to your Windows devic
|
||||
|
||||
- **Manually install**: On your devices, users can install apps from the Microsoft Store, from the internet, and from an organization shared drive. These apps, and more, are listed in **Settings** > **Apps** > **Apps and Features**.
|
||||
|
||||
If you want to prevent users from downloading apps on organization owned devices, use an MDM provider, like Microsoft Intune. For example, you can create a policy that allows or prevents users from sideloading apps, only allow the private store, and more. For more information on the features you can restrict, see [Windows 10 (and newer) device settings to allow or restrict features using Intune](/mem/intune/configuration/device-restrictions-windows-10).
|
||||
If you want to prevent users from downloading apps on organization owned devices, use an MDM provider, like Microsoft Intune. For example, you can create a policy that allows or prevents users from sideloading apps, only allow the private store, and more. For more information on the features you can restrict, see [Windows client device settings to allow or restrict features using Intune](/mem/intune/configuration/device-restrictions-windows-10).
|
||||
|
||||
For an overview of the different types of device policies you can create, see [Apply features and settings on your devices using device profiles in Microsoft Intune](/mem/intune/configuration/device-profiles).
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Get the provisioned apps on Windows client operating system | Microsoft Docs
|
||||
ms.reviewer:
|
||||
manager: dougeby
|
||||
description: Use the Windows PowerShell Get-AppxProvisionedPackage command to get a list off the provisioned apps installed in Windows OS. See a list of some common provisioned apps installed a Windows Enterprise client computer or device, including Windows 10.
|
||||
description: Use the Windows PowerShell Get-AppxProvisionedPackage command to get a list off the provisioned apps installed in Windows OS. See a list of some common provisioned apps installed a Windows Enterprise client computer or device, including Windows 10/11.
|
||||
ms.prod: w10
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
@ -15,9 +15,10 @@ ms.topic: article
|
||||
|
||||
# Provisioned apps installed with the Windows client OS
|
||||
|
||||
> Applies to:
|
||||
>
|
||||
> - Windows 10
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
Provisioned apps are included with the OS, and automatically installed when a user signs into a Windows device the first time. They are per-user apps, and typically installed in the `C:\Program Files\WindowsApps` folder. On your Windows devices, you can use Windows PowerShell to see the provisioned apps automatically installed.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Sideload LOB apps in Windows client OS | Microsoft Docs
|
||||
description: Learn how to sideload line-of-business (LOB) apps in Windows client operating systems, including Windows 10. When you sideload an app, you deploy a signed app package to a device.
|
||||
description: Learn how to sideload line-of-business (LOB) apps in Windows client operating systems, including Windows 10/11. When you sideload an app, you deploy a signed app package to a device.
|
||||
ms.assetid: C46B27D0-375B-4F7A-800E-21595CF1D53D
|
||||
ms.reviewer:
|
||||
manager: dougeby
|
||||
@ -10,15 +10,15 @@ ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: mobile
|
||||
author: greg-lindsay
|
||||
ms.date: 08/31/2021
|
||||
ms.localizationpriority: medium
|
||||
---
|
||||
|
||||
# Sideload line of business (LOB) apps in Windows client devices
|
||||
|
||||
> Applies to:
|
||||
>
|
||||
> - Windows 10
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
> [!NOTE]
|
||||
> Starting with Windows 10 2004, sideloading is enabled by default. You can deploy a signed package onto a device without a special configuration.
|
||||
@ -56,9 +56,9 @@ Managed devices are typically owned by your organization. They're managed by Gro
|
||||
Unmanaged devices are devices that are not managed by your organization. These devices are typically personal devices owned by users. Users can turn on sideloading using the Settings app.
|
||||
|
||||
> [!IMPORTANT]
|
||||
> To install an app on Windows 10 and later, you can:
|
||||
> To install an app on Windows client, you can:
|
||||
>
|
||||
> - [Install Windows 10 apps from a web page](/windows/msix/app-installer/installing-windows10-apps-web).
|
||||
> - [Install Windows apps from a web page](/windows/msix/app-installer/installing-windows10-apps-web).
|
||||
> - Users can double-click any `.msix` or `.appx` package.
|
||||
|
||||
### User interface
|
||||
@ -98,7 +98,7 @@ This step installs the app certificate to the local device. Installing the certi
|
||||
|
||||
-OR-
|
||||
|
||||
You can use a runtime provisioning package to import a security certificate. For information about applying a provisioning package to a Windows 10 device, see runtime instructions on [Create a provisioning package for Windows 10](/windows/configuration/provisioning-packages/provisioning-create-package).
|
||||
You can use a runtime provisioning package to import a security certificate. For information about applying a provisioning package, see runtime instructions on [Create a provisioning package](/windows/configuration/provisioning-packages/provisioning-create-package).
|
||||
|
||||
## Step 3: Install the app
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Get the system apps on Windows client operating system | Microsoft Docs
|
||||
ms.reviewer:
|
||||
manager: dougeby
|
||||
description: Use the Windows PowerShell Get-AppxPackage command to get a list off the system apps installed in Windows OS. See a list of some common system apps installed a Windows Enterprise client computer or device, including Windows 10.
|
||||
description: Use the Windows PowerShell Get-AppxPackage command to get a list off the system apps installed in Windows OS. See a list of some common system apps installed a Windows Enterprise client computer or device, including Windows 10/11.
|
||||
ms.prod: w10
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
@ -15,9 +15,10 @@ ms.topic: article
|
||||
|
||||
# System apps installed with the Windows client OS
|
||||
|
||||
> Applies to:
|
||||
>
|
||||
> - Windows 10
|
||||
**Applies to**:
|
||||
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
|
||||
On all Windows devices, the OS automatically installs some apps. These apps are called system apps, and are typically installed in the `C:\Windows\` folder. On your Windows devices, you can use Windows PowerShell to see the system apps automatically installed.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user