From 85e76d24154d33b9b21881f6c47c9b2e4f827e91 Mon Sep 17 00:00:00 2001 From: JanKeller1 Date: Wed, 17 Aug 2016 16:06:51 -0700 Subject: [PATCH 1/2] Fixed \\\\ where it should have been \ --- .../appv-deploying-microsoft-office-2013-with-appv.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 62d2a67615..35e12e7804 100644 --- a/windows/manage/appv-deploying-microsoft-office-2013-with-appv.md +++ b/windows/manage/appv-deploying-microsoft-office-2013-with-appv.md @@ -261,7 +261,7 @@ The XML file that is included in the Office Deployment Tool specifies the produc -

\\\\server\Office2013

+

\\server\Office2013

is the network share location that contains the Office Deployment Tool and the custom Configuration.xml file, Customconfig.xml.

@@ -273,7 +273,7 @@ The XML file that is included in the Office Deployment Tool specifies the produc

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.

@@ -448,7 +448,7 @@ After you download the Office 2013 applications through the Office Deployment To -

\\\\server\Office2013

+

\\server\Office2013

is the network share location that contains the Office Deployment Tool and the custom Configuration.xml file, Customconfig.xml.

@@ -460,11 +460,11 @@ After you download the Office 2013 applications through the Office Deployment To

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\Office2013AppV

+

\\server\share\Office2013AppV

specifies the location of the newly created Office App-V package.

From 97f9ce097812b52d6f8c740deff69b266917cf28 Mon Sep 17 00:00:00 2001 From: JanKeller1 Date: Wed, 17 Aug 2016 16:10:35 -0700 Subject: [PATCH 2/2] Minor fmt chg --- .../appv-load-the-powershell-cmdlets-and-get-cmdlet-help.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/manage/appv-load-the-powershell-cmdlets-and-get-cmdlet-help.md b/windows/manage/appv-load-the-powershell-cmdlets-and-get-cmdlet-help.md index 166f2987a4..a41d14fefe 100644 --- a/windows/manage/appv-load-the-powershell-cmdlets-and-get-cmdlet-help.md +++ b/windows/manage/appv-load-the-powershell-cmdlets-and-get-cmdlet-help.md @@ -156,7 +156,7 @@ Starting in App-V 5.0 SP3, cmdlet help is available in two formats: - +
- **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).