From 347d8ff22b133114d9ff6da272eef6e3b7bb940e Mon Sep 17 00:00:00 2001 From: LizRoss Date: Tue, 25 Apr 2017 10:20:02 -0700 Subject: [PATCH] Fixing XML --- .../app-v/appv-auto-batch-sequencing.md | 12 ++++++------ .../app-v/appv-auto-batch-updating.md | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/windows/application-management/app-v/appv-auto-batch-sequencing.md b/windows/application-management/app-v/appv-auto-batch-sequencing.md index 2722febd18..a90e25e2eb 100644 --- a/windows/application-management/app-v/appv-auto-batch-sequencing.md +++ b/windows/application-management/app-v/appv-auto-batch-sequencing.md @@ -35,7 +35,7 @@ Sequencing multiple apps at the same time requires that you create a **ConfigFil 2. Add the following required XML info for each app: - - **<Name>.** The name of the app you're adding to the package. + - **<AppName>.** The name of the app you're adding to the package. - **<InstallerFolder>.** The file path to the folder with the app installer. @@ -55,7 +55,7 @@ Sequencing multiple apps at the same time requires that you create a **ConfigFil - Skype for Windows + Skype for Windows D:\Install\New\SkypeforWindows SkypeSetup.exe /S @@ -64,7 +64,7 @@ Sequencing multiple apps at the same time requires that you create a **ConfigFil True - Power BI + Power BI D:\Install\New\MicrosoftPowerBI PBIDesktop.msi /S @@ -97,7 +97,7 @@ Sequencing multipe apps at the same time requires that you create a **ConfigFIle 2. Add the following required XML info for each app: - - **<Name>.** The name of the app you're adding to the package. + - **<AppName>.** The name of the app you're adding to the package. - **<InstallerFolder>.** The file path to the folder with the app installer. @@ -115,7 +115,7 @@ Sequencing multipe apps at the same time requires that you create a **ConfigFIle - Skype for Windows + Skype for Windows D:\Install\New\SkypeforWindows SkypeSetup.exe 20 @@ -123,7 +123,7 @@ Sequencing multipe apps at the same time requires that you create a **ConfigFIle True - Power BI + Power BI D:\Install\New\MicrosoftPowerBI PBIDesktop.msi 20 diff --git a/windows/application-management/app-v/appv-auto-batch-updating.md b/windows/application-management/app-v/appv-auto-batch-updating.md index 3c9a7531bc..0430b81a0b 100644 --- a/windows/application-management/app-v/appv-auto-batch-updating.md +++ b/windows/application-management/app-v/appv-auto-batch-updating.md @@ -29,7 +29,7 @@ Updating multiple apps at the same time requires that you create a **ConfigFile* 2. Add the following XML info for each app: - - **<Name>.** The name of the app you're adding to the package. + - **<AppName>.** The name of the app you're adding to the package. - **<InstallerFolder>.** The file path to the folder with the app installer. @@ -50,7 +50,7 @@ Updating multiple apps at the same time requires that you create a **ConfigFile* - Skype for Windows Update + Skype for Windows Update D:\Install\Update\SkypeforWindows SkypeSetup.exe /S @@ -60,7 +60,7 @@ Updating multiple apps at the same time requires that you create a **ConfigFile* True - Microsoft Power BI Update + Microsoft Power BI Update D:\Install\Update\PowerBI PBIDesktop.msi /S @@ -95,7 +95,7 @@ Updating multipe apps at the same time requires that you create a **ConfigFile** 2. Add the following XML info for each app: - - **<Name>.** The name of the app you're adding to the package. + - **<AppName>.** The name of the app you're adding to the package. - **<InstallerFolder>.** The file path to the folder with the app installer. @@ -115,7 +115,7 @@ Updating multipe apps at the same time requires that you create a **ConfigFile** - Skype for Windows Update + Skype for Windows Update D:\Install\Update\SkypeforWindows SkypeSetup.exe /S @@ -125,7 +125,7 @@ Updating multipe apps at the same time requires that you create a **ConfigFile** True - Microsoft Power BI Update + Microsoft Power BI Update D:\Install\Update\PowerBI PBIDesktop.msi /S