diff --git a/windows/manage/appv-deploying-microsoft-office-2013-with-appv.md b/windows/manage/appv-deploying-microsoft-office-2013-with-appv.md
index 9fb4652fa5..62d2a67615 100644
--- a/windows/manage/appv-deploying-microsoft-office-2013-with-appv.md
+++ b/windows/manage/appv-deploying-microsoft-office-2013-with-appv.md
@@ -239,68 +239,10 @@ The XML file that is included in the Office Deployment Tool specifies the produc
```
- **Note**
+ **Note**
The configuration XML is a sample XML file. The file includes lines that are commented out. You can “uncomment” these lines to customize additional settings with the file.
-
-
- The above XML configuration file specifies that Office 2013 ProPlus 32-bit edition, including Visio ProPlus, will be downloaded in English to the \\\\server\\Office 2013, which is the location where Office applications will be saved to. Note that the Product ID of the applications will not affect the final licensing of Office. Office 2013 App-V packages with various licensing can be created from the same applications through specifying licensing in a later stage. The table below summarizes the customizable attributes and elements of XML file:
-
-
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
\\\\server\Office2013
is the network share location that contains the Office Deployment Tool and the custom Configuration.xml file, Customconfig.xml.
Setup.exe
setup.exe
is the Office Deployment Tool.
/download
/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
\\\\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.
Input and description | +Example | +
---|---|
Add element: |
+N/A |
+
OfficeClientEdition (attribute of Add element): |
+
|
+
Product element: |
+
|
+
Language element: |
+
|
+
Version (attribute of Add element): |
+
|
+
SourcePath (attribute of Add element): |
+
|
+
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
\\\\server\Office2013
is the network share location that contains the Office Deployment Tool and the custom Configuration.xml file, Customconfig.xml.
Setup.exe
setup.exe
is the Office Deployment Tool.
/packager
/packager
creates the Office 2013 App-V package with Volume Licensing as specified in the customConfig.xml file.
\\server\Office2013\Customconfig.xml
\\\\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
\\\\server\share\Office2013AppV
specifies the location of the newly created Office App-V package.
Enable PowerShell scripting on the App-V clients
Enable Windows 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:
+Package scripts are disabled by default on App-V clients. To enable scripting, run the following Windows PowerShell command:
Set-AppvClientConfiguration –EnablePackageScripts 1
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. |
-||||
How can I deploy Visio 2013 and Project 2013 to specific users? |
-Use one of the following methods: -
|
-
Method | -More resources | -
---|---|
Run the Set-AppvClientConfiguration cmdlet with the -RequirePublishAsAdmin parameter. |
-
|
-
Enable the “Require publish as administrator” Group Policy setting for App-V Clients. |
-[How to Publish a Package by Using the Management Console](appv-publish-a-packages-with-the-management-console.md#bkmk-admin-pub-pkg-only-posh) |
-
+
Run the Set-AppvClientConfiguration cmdlet with the -RequirePublishAsAdmin parameter.
+For more information, see:
[How to Manage Connection Groups on a Stand-alone Computer by Using Windows PowerShell](appv-manage-connection-groups-on-a-stand-alone-computer-with-powershell.md#bkmk-admin-only-posh-topic-cg)
[How to Manage App-V Packages Running on a Stand-Alone Computer by Using Windows PowerShell](appv-manage-appv-packages-running-on-a-stand-alone-computer-with-powershell.md#bkmk-admins-pub-pkgs).
Enable the “Require publish as administrator” Group Policy setting for App-V Clients.
+For more information, see [How to Publish a Package by Using the Management Console](appv-publish-a-packages-with-the-management-console.md#bkmk-admin-pub-pkg-only-posh)
Format | -Description | -
---|---|
As a downloadable module |
-To download the latest help after downloading the cmdlet module: -
|
-
On TechNet as web pages |
-See the App-V node under [Microsoft Desktop Optimization Pack Automation with Windows PowerShell](http://technet.microsoft.com/library/dn520245.aspx). |
-