diff --git a/windows/application-management/app-v/revision-heidi/appv-deploying-microsoft-office-2016-with-appv.md b/windows/application-management/app-v/revision-heidi/appv-deploying-microsoft-office-2016-with-appv.md
index c4b4b3d915..82c95c5657 100644
--- a/windows/application-management/app-v/revision-heidi/appv-deploying-microsoft-office-2016-with-appv.md
+++ b/windows/application-management/app-v/revision-heidi/appv-deploying-microsoft-office-2016-with-appv.md
@@ -191,24 +191,23 @@ After you download the Office 2016 applications through the Office Deployment To
**Product ID** for Office was changed to `O365ProPlusRetail`.
**Product ID** for Visio was changed to `VisioProRetail`.
- - **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.
+ - **ExcludeApp** (optional): Lets you specify Office programs that you don’t want included in the App-V package created by the Office Deployment Tool. For example, you can exclude Access.
- - **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.
+ - **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 then manage your published packages with 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.
+2. Use the /packager command to convert the Office applications to an Office 2016 App-V package.
-2. Use the /packager command to convert the Office applications to an Office 2016 App-V package.
+ The following is an example packager command:
- For example:
-
- ``` syntax
+ ```syntax
\\server\Office2016\setup.exe /packager \\server\Office2016\Customconfig.xml \\server\share\Office2016AppV
```
- In the example:
+ The following table describes each element used in the example command:
|
- is the network share location that contains the Office Deployment Tool and the custom Configuration.xml file, Customconfig.xml. |
+ This is the network share location that contains the Office Deployment Tool and the custom Configuration.xml file, which in this example is Customconfig.xml. |
|
- is the Office Deployment Tool. |
+ This is the Office Deployment Tool. |
|
- creates the Office 2016 App-V package with the type of licensing specified in the customConfig.xml file. |
+ This command creates the Office 2016 App-V package with the license type specified in the Customconfig.xml file. |
|
- passes the configuration XML file (in this case customConfig) that has been prepared for the packaging stage. |
+ This passes the configuration XML file that has been prepared for the packaging stage. In this example, the file is Customconfig.xml. |
|
- specifies the location of the newly created Office App-V package. |
+ This specifies the location of the newly created Office App-V package. |