--- title: Deploying Microsoft Office 2016 by Using App-V description: Deploying Microsoft Office 2016 by Using App-V author: jamiejdt ms.assetid: cc675cde-cb8d-4b7c-a700-6104b78f1d89 ms.pagetype: mdop, appcompat, virtualization ms.mktglfcycl: deploy ms.sitesec: library ms.prod: w10 ms.date: 07/25/2017 --- # Deploying Microsoft Office 2016 by Using App-V Use the information in this article to use Microsoft Application Virtualization 5.0, or later versions, to deliver Microsoft Office 2016 as a virtualized application to computers in your organization. For information about using App-V to deliver Office 2010, see [Deploying Microsoft Office 2013 by Using App-V](deploying-microsoft-office-2013-by-using-app-v.md). For information about using App-V to deliver Office 2010, see [Deploying Microsoft Office 2010 by Using App-V](deploying-microsoft-office-2010-by-using-app-v.md). This topic contains the following sections: - [What to know before you start](#bkmk-before-you-start) - [Creating an Office 2016 package for App-V with the Office Deployment Tool](#bkmk-create-office-pkg) - [Publishing the Office package for App-V 5.0](#bkmk-pub-pkg-office) - [Customizing and managing Office App-V packages](#bkmk-custmz-manage-office-pkgs) ## What to know before you start Before you deploy Office 2016 by using App-V, review the following planning information. ### Supported Office versions and Office coexistence Use the following table to get information about supported versions of Office and about running coexisting versions of Office.
Information to review | Description |
---|---|
[Supported versions of Microsoft Office](planning-for-using-app-v-with-office.md#bkmk-office-vers-supp-appv) |
|
[Planning for Using App-V with coexisting versions of Office](planning-for-using-app-v-with-office.md#bkmk-plan-coexisting) |
Considerations for installing different versions of Office on the same computer |
Task | Requirement |
---|---|
Packaging |
|
Publishing |
|
Deploying any of the following products to a shared computer, for example, by using Remote Desktop Services:
|
You must enable [shared computer activation](https://technet.microsoft.com/library/dn782860.aspx). |
Task | Details |
---|---|
Use the ExcludeApp setting when you create the package by using the Office Deployment Tool. |
|
Modify the DeploymentConfig.xml file |
|
Prerequisite | Description |
---|---|
Prerequisite software |
.Net Framework 4 |
Supported operating systems |
|
Input | Description | Example |
---|---|---|
Add element |
Specifies the products and languages to include in the package. |
N/A |
OfficeClientEdition (attribute of Add element) |
Specifies the edition of Office 2016 product to use: 32-bit or 64-bit. The operation fails if OfficeClientEdition is not set to a valid value. |
OfficeClientEdition="32" OfficeClientEdition="64" |
Product element |
Specifies the application. Project 2016 and Visio 2016 must be specified here as an added product to be included in the applications. For more information about the product IDs, see [Product IDs that are supported by the Office Deployment Tool for Click-to-Run](https://support.microsoft.com/kb/2842297) |
|
Language element |
Specifies the language supported in the applications |
|
Version (attribute of Add element) |
Optional. Specifies a build to use for the package Defaults to latest advertised build (as defined in v32.CAB at the Office source). |
|
SourcePath (attribute of Add element) |
Specifies the location in which the applications will be saved to. |
|
Channel (attribute of Add element) |
Optional. Specifies the update channel for the product that you want to download or install. For more information about update channels, see Overview of update channels for Office 365 ProPlus. |
|
\\server\Office2016 |
is the network share location that contains the Office Deployment Tool and the custom Configuration.xml file, Customconfig.xml. |
Setup.exe |
is the Office Deployment Tool. |
/download |
downloads the Office 2016 applications that you specify in the customConfig.xml file. These bits can be later converted in an Office 2016 App-V package with Volume Licensing. |
\\server\Office2016\Customconfig.xml |
passes the XML configuration file required to complete the download process, in this example, customconfig.xml. After using the download command, Office applications should be found in the location specified in the configuration xml file, in this example \\Server\Office2016. |
Product ID | Subscription Licensing |
---|---|
Office 2016 |
O365ProPlusRetail |
Office 2016 with Visio 2016 |
O365ProPlusRetail VisioProRetail |
Office 2016 with Visio 2016 and Project 2016 |
O365ProPlusRetail VisioProRetail ProjectProRetail |
Parameter | What to change the value to | ||||||
---|---|---|---|---|---|---|---|
SourcePath |
Point to the Office applications downloaded earlier. |
||||||
ProductID |
Specify Subscription licensing, as shown in the following example:
In this example, the following changes were made to create a package with Subscription licensing:
| ||||||
ExcludeApp (optional) |
Lets you specify Office programs that you don’t want included in the App-V package that the Office Deployment Tool creates. For example, you can exclude Access and InfoPath. |
||||||
PACKAGEGUID (optional) |
By default, all App-V packages created by the Office Deployment Tool share the same App-V Package ID. You can use PACKAGEGUID to specify a different package ID for each package, which allows you to publish multiple App-V packages, created by the Office Deployment Tool, and manage them by using the App-V Server. An example of when to use this parameter is if you create different packages for different users. For example, you can create a package with just Office 2016 for some users, and create another package with Office 2016 and Visio 2016 for another set of users. >**Note** Even if you use unique package IDs, you can still deploy only one App-V package to a single device. |
\\server\Office2016 |
is the network share location that contains the Office Deployment Tool and the custom Configuration.xml file, Customconfig.xml. |
Setup.exe |
is the Office Deployment Tool. |
/packager |
creates the Office 2016 App-V package with the type of licensing specified in the customConfig.xml file. |
\\server\Office2016\Customconfig.xml |
passes the configuration XML file (in this case customConfig) that has been prepared for the packaging stage. |
\\server\share\Office 2016AppV |
specifies the location of the newly created Office App-V package. |
Prerequisite or requirement | Details |
---|---|
Enable PowerShell scripting on the App-V clients |
To publish Office 2016 packages, you must run a script. Package scripts are disabled by default on App-V clients. To enable scripting, run the following PowerShell command:
|
Publish the Office 2016 package globally |
Extension points in the Office App-V package require installation at the computer level. When you publish at the computer level, no prerequisite actions or redistributables are needed, and the Office 2016 package globally enables its applications to work like natively installed Office, eliminating the need for administrators to customize packages. |
Task | Details | ||||||
---|---|---|---|---|---|---|---|
How do I package and publish Visio 2016 and Project 2016 with Office? |
You must include Visio 2016 and Project 2016 in the same package with Office. If you aren’t deploying Office, you can create a package that contains Visio and/or Project, as long as you follow the packaging, publishing, and deployment requirements described in this topic. |
||||||
How can I deploy Visio 2016 and Project 2016 to specific users? |
Use one of the following methods:
|