Adding configfile examples

This commit is contained in:
LizRoss 2017-02-07 10:32:04 -08:00
parent 550879c344
commit b03750b232
2 changed files with 29 additions and 27 deletions

View File

@ -51,9 +51,9 @@ Sequencing multiple apps at the same time requires that you create a **ConfigFil
<?xml version="1.0"?> <?xml version="1.0"?>
<Applications> <Applications>
<Application> <Application>
<Name>Skype</Name> <Name>Skype for Windows</Name>
<InstallerFolder>Need to get</InstallerFolder> <InstallerFolder>D:\Installers\New\Skype for Windows</InstallerFolder>
<Installer>Need to get</Installer> <Installer>SkypeSetup.exe</Installer>
<InstallerOptions>/S</InstallerOptions> <InstallerOptions>/S</InstallerOptions>
<TimeoutInMinutes>20</TimeoutInMinutes> <TimeoutInMinutes>20</TimeoutInMinutes>
<Cmdlet>True</Cmdlet> <Cmdlet>True</Cmdlet>
@ -61,8 +61,8 @@ Sequencing multiple apps at the same time requires that you create a **ConfigFil
</Application> </Application>
<Application> <Application>
<Name>Power BI</Name> <Name>Power BI</Name>
<InstallerFolder>Need to get</InstallerFolder> <InstallerFolder>D:\Installers\New\Microsoft Power BI</InstallerFolder>
<Installer>Need to get</Installer> <Installer>PBIDesktop.msi</Installer>
<InstallerOptions>/S</InstallerOptions> <InstallerOptions>/S</InstallerOptions>
<TimeoutInMinutes>20</TimeoutInMinutes> <TimeoutInMinutes>20</TimeoutInMinutes>
<Cmdlet>True</Cmdlet> <Cmdlet>True</Cmdlet>
@ -110,17 +110,17 @@ Sequencing multipe apps at the same time requires that you create a **ConfigFIle
<?xml version="1.0"?> <?xml version="1.0"?>
<Applications> <Applications>
<Application> <Application>
<Name>Skype</Name> <Name>Skype for Windows</Name>
<InstallerFolder>Need to get</InstallerFolder> <InstallerFolder>D:\Installers\New\Skype for Windows</InstallerFolder>
<Installer>Need to get</Installer> <Installer>SkypeSetup.exe</Installer>
<TimeoutInMinutes>20</TimeoutInMinutes> <TimeoutInMinutes>20</TimeoutInMinutes>
<Cmdlet>False</Cmdlet> <Cmdlet>False</Cmdlet>
<Enabled>True</Enabled> <Enabled>True</Enabled>
</Application> </Application>
<Application> <Application>
<Name>Power BI</Name> <Name>Power BI</Name>
<InstallerFolder>Need to get</InstallerFolder> <InstallerFolder>D:\Installers\New\Microsoft Power BI</InstallerFolder>
<Installer>Need to get</Installer> <Installer>PBIDesktop.msi</Installer>
<TimeoutInMinutes>20</TimeoutInMinutes> <TimeoutInMinutes>20</TimeoutInMinutes>
<Cmdlet>False</Cmdlet> <Cmdlet>False</Cmdlet>
<Enabled>True</Enabled> <Enabled>True</Enabled>

View File

@ -52,9 +52,9 @@ Updating multiple apps at the same time requires that you create a **ConfigFile*
<?xml version="1.0"?> <?xml version="1.0"?>
<Applications> <Applications>
<Application> <Application>
<Name>Skype_Update</Name> <Name>Skype for Windows Update</Name>
<InstallerFolder>Need to get</InstallerFolder> <InstallerFolder>D:\Installers\Update\Skype for Windows</InstallerFolder>
<Installer>Need to get</Installer> <Installer>SkypeSetup.exe</Installer>
<InstallerOptions>/S</InstallerOptions> <InstallerOptions>/S</InstallerOptions>
<Package>C:\App-V_Packages\Microsoft_Apps\skype_update.appv</Package> <Package>C:\App-V_Packages\Microsoft_Apps\skype_update.appv</Package>
<TimeoutInMinutes>20</TimeoutInMinutes> <TimeoutInMinutes>20</TimeoutInMinutes>
@ -62,9 +62,9 @@ Updating multiple apps at the same time requires that you create a **ConfigFile*
<Enabled>True</Enabled> <Enabled>True</Enabled>
</Application> </Application>
<Application> <Application>
<Name>Power BI</Name> <Name>Power BI Update</Name>
<InstallerFolder>Need to get</InstallerFolder> <InstallerFolder>D:\Installers\Update\Microsoft Power BI</InstallerFolder>
<Installer>Need to get</Installer> <Installer>PBIDesktop.msi</Installer>
<InstallerOptions>/S</InstallerOptions> <InstallerOptions>/S</InstallerOptions>
<Package>C:\App-V_Packages\Microsoft_Apps\power_bi_update.appv</Package> <Package>C:\App-V_Packages\Microsoft_Apps\power_bi_update.appv</Package>
<TimeoutInMinutes>20</TimeoutInMinutes> <TimeoutInMinutes>20</TimeoutInMinutes>
@ -116,18 +116,20 @@ Updating multipe apps at the same time requires that you create a **ConfigFile**
<?xml version="1.0"?> <?xml version="1.0"?>
<Applications> <Applications>
<Application> <Application>
<Name>Skype_Update</Name> <Name>Skype for Windows Update</Name>
<InstallerFolder>Need to get</InstallerFolder> <InstallerFolder>D:\Installers\Update\Skype for Windows</InstallerFolder>
<Installer>Need to get</Installer> <Installer>SkypeSetup.exe</Installer>
<InstallerOptions>/S</InstallerOptions>
<Package>C:\App-V_Packages\Microsoft_Apps\skype_update.appv</Package> <Package>C:\App-V_Packages\Microsoft_Apps\skype_update.appv</Package>
<TimeoutInMinutes>20</TimeoutInMinutes> <TimeoutInMinutes>20</TimeoutInMinutes>
<Cmdlet>False</Cmdlet> <Cmdlet>False</Cmdlet>
<Enabled>True</Enabled> <Enabled>True</Enabled>
</Application> </Application>
<Application> <Application>
<Name>Power BI</Name> <Name>Power BI Update</Name>
<InstallerFolder>Need to get</InstallerFolder> <InstallerFolder>D:\Installers\Update\Microsoft Power BI</InstallerFolder>
<Installer>Need to get</Installer> <Installer>PBIDesktop.msi</Installer>
<InstallerOptions>/S</InstallerOptions>
<Package>C:\App-V_Packages\Microsoft_Apps\power_bi_update.appv</Package> <Package>C:\App-V_Packages\Microsoft_Apps\power_bi_update.appv</Package>
<TimeoutInMinutes>20</TimeoutInMinutes> <TimeoutInMinutes>20</TimeoutInMinutes>
<Cmdlet>False</Cmdlet> <Cmdlet>False</Cmdlet>