--- title: Deploying Microsoft Office 2013 by Using App-V description: Deploying Microsoft Office 2013 by Using App-V author: jamiejdt ms.assetid: 02df5dc8-79e2-4c5c-8398-dbfb23344ab3 ms.pagetype: mdop, appcompat, virtualization ms.mktglfcycl: deploy ms.sitesec: library ms.prod: w10 --- # Deploying Microsoft Office 2013 by Using App-V Use the information in this article to use Microsoft Application Virtualization 5.0, or later versions, 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](deploying-microsoft-office-2010-by-using-app-v.md). To successfully deploy Office 2013 with App-V, you need to be familiar with Office 2013 and pp-V. This topic contains the following sections: - [What to know before you start](#bkmk-before-you-start) - [Creating an Office 2013 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 2013 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 |
---|---|
[Planning for Using App-V with Office](planning-for-using-app-v-with-office.md#bkmk-office-vers-supp-appv) |
|
[Planning for Using App-V with 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](http://technet.microsoft.com/library/dn782860.aspx). You don’t use shared computer activation if you’re deploying a volume licensed product, such as:
|
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 2013 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 2013 and Visio 2013 must be specified here as an added product to be included in the applications. |
|
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. |
|
\\server\Office2013 |
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 2013 applications that you specify in the customConfig.xml file. These bits can be later converted in an Office 2013 App-V package with Volume Licensing. |
\\server\Office2013\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\Office2013. |
Product ID | Volume Licensing | Subscription Licensing |
---|---|---|
Office 2013 |
ProPlusVolume |
O365ProPlusRetail |
Office 2013 with Visio 2013 |
ProPlusVolume VisioProVolume |
O365ProPlusRetail VisioProRetail |
Office 2013 with Visio 2013 and Project 2013 |
ProPlusVolume VisioProVolume ProjectProVolume |
O365ProPlusRetail VisioProRetail ProjectProRetail |
Parameter | What to change the value to | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
SourcePath |
Point to the Office applications downloaded earlier. |
||||||||||||
ProductID |
Specify the type of licensing, as shown in the following examples:
|
||||||||||||
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 2013 for some users, and create another package with Office 2013 and Visio 2013 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\Office2013 |
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 2013 App-V package with Volume Licensing as specified in the customConfig.xml file. |
\\server\Office2013\Customconfig.xml |
passes the configuration XML file (in this case customConfig) that has been prepared for the packaging stage. |
\\server\share\Office 2013AppV |
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 2013 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 2013 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 2013 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 2013 and Project 2013 with Office? |
You must include Visio 2013 and Project 2013 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 [Deploying Microsoft Office 2010 by Using App-V](../appv-v5/deploying-microsoft-office-2010-by-using-app-v.md). |
||||||
How can I deploy Visio 2013 and Project 2013 to specific users? |
Use one of the following methods:
|