From b03750b232dfd4642ebb4108e638518bcd4841c6 Mon Sep 17 00:00:00 2001 From: LizRoss Date: Tue, 7 Feb 2017 10:32:04 -0800 Subject: [PATCH] Adding configfile examples --- windows/manage/appv-auto-batch-sequencing.md | 20 +++++------ windows/manage/appv-auto-batch-updating.md | 36 +++++++++++--------- 2 files changed, 29 insertions(+), 27 deletions(-) diff --git a/windows/manage/appv-auto-batch-sequencing.md b/windows/manage/appv-auto-batch-sequencing.md index 9210cdf5ec..9a47356893 100644 --- a/windows/manage/appv-auto-batch-sequencing.md +++ b/windows/manage/appv-auto-batch-sequencing.md @@ -51,9 +51,9 @@ Sequencing multiple apps at the same time requires that you create a **ConfigFil - Skype - Need to get - Need to get + Skype for Windows + D:\Installers\New\Skype for Windows + SkypeSetup.exe /S 20 True @@ -61,8 +61,8 @@ Sequencing multiple apps at the same time requires that you create a **ConfigFil Power BI - Need to get - Need to get + D:\Installers\New\Microsoft Power BI + PBIDesktop.msi /S 20 True @@ -110,17 +110,17 @@ Sequencing multipe apps at the same time requires that you create a **ConfigFIle - Skype - Need to get - Need to get + Skype for Windows + D:\Installers\New\Skype for Windows + SkypeSetup.exe 20 False True Power BI - Need to get - Need to get + D:\Installers\New\Microsoft Power BI + PBIDesktop.msi 20 False True diff --git a/windows/manage/appv-auto-batch-updating.md b/windows/manage/appv-auto-batch-updating.md index 82eb64a999..cd8c45c189 100644 --- a/windows/manage/appv-auto-batch-updating.md +++ b/windows/manage/appv-auto-batch-updating.md @@ -52,21 +52,21 @@ Updating multiple apps at the same time requires that you create a **ConfigFile* - Skype_Update - Need to get - Need to get - /S - C:\App-V_Packages\Microsoft_Apps\skype_update.appv + Skype for Windows Update + D:\Installers\Update\Skype for Windows + SkypeSetup.exe + /S + C:\App-V_Packages\Microsoft_Apps\skype_update.appv 20 True True - Power BI - Need to get - Need to get + Power BI Update + D:\Installers\Update\Microsoft Power BI + PBIDesktop.msi /S - C:\App-V_Packages\Microsoft_Apps\power_bi_update.appv + C:\App-V_Packages\Microsoft_Apps\power_bi_update.appv 20 True True @@ -116,19 +116,21 @@ Updating multipe apps at the same time requires that you create a **ConfigFile** - Skype_Update - Need to get - Need to get - C:\App-V_Packages\Microsoft_Apps\skype_update.appv + Skype for Windows Update + D:\Installers\Update\Skype for Windows + SkypeSetup.exe + /S + C:\App-V_Packages\Microsoft_Apps\skype_update.appv 20 False True - Power BI - Need to get - Need to get - C:\App-V_Packages\Microsoft_Apps\power_bi_update.appv + Power BI Update + D:\Installers\Update\Microsoft Power BI + PBIDesktop.msi + /S + C:\App-V_Packages\Microsoft_Apps\power_bi_update.appv 20 False True