mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 05:47:23 +00:00
Adding configfile examples
This commit is contained in:
parent
550879c344
commit
b03750b232
@ -51,9 +51,9 @@ Sequencing multiple apps at the same time requires that you create a **ConfigFil
|
||||
<?xml version="1.0"?>
|
||||
<Applications>
|
||||
<Application>
|
||||
<Name>Skype</Name>
|
||||
<InstallerFolder>Need to get</InstallerFolder>
|
||||
<Installer>Need to get</Installer>
|
||||
<Name>Skype for Windows</Name>
|
||||
<InstallerFolder>D:\Installers\New\Skype for Windows</InstallerFolder>
|
||||
<Installer>SkypeSetup.exe</Installer>
|
||||
<InstallerOptions>/S</InstallerOptions>
|
||||
<TimeoutInMinutes>20</TimeoutInMinutes>
|
||||
<Cmdlet>True</Cmdlet>
|
||||
@ -61,8 +61,8 @@ Sequencing multiple apps at the same time requires that you create a **ConfigFil
|
||||
</Application>
|
||||
<Application>
|
||||
<Name>Power BI</Name>
|
||||
<InstallerFolder>Need to get</InstallerFolder>
|
||||
<Installer>Need to get</Installer>
|
||||
<InstallerFolder>D:\Installers\New\Microsoft Power BI</InstallerFolder>
|
||||
<Installer>PBIDesktop.msi</Installer>
|
||||
<InstallerOptions>/S</InstallerOptions>
|
||||
<TimeoutInMinutes>20</TimeoutInMinutes>
|
||||
<Cmdlet>True</Cmdlet>
|
||||
@ -110,17 +110,17 @@ Sequencing multipe apps at the same time requires that you create a **ConfigFIle
|
||||
<?xml version="1.0"?>
|
||||
<Applications>
|
||||
<Application>
|
||||
<Name>Skype</Name>
|
||||
<InstallerFolder>Need to get</InstallerFolder>
|
||||
<Installer>Need to get</Installer>
|
||||
<Name>Skype for Windows</Name>
|
||||
<InstallerFolder>D:\Installers\New\Skype for Windows</InstallerFolder>
|
||||
<Installer>SkypeSetup.exe</Installer>
|
||||
<TimeoutInMinutes>20</TimeoutInMinutes>
|
||||
<Cmdlet>False</Cmdlet>
|
||||
<Enabled>True</Enabled>
|
||||
</Application>
|
||||
<Application>
|
||||
<Name>Power BI</Name>
|
||||
<InstallerFolder>Need to get</InstallerFolder>
|
||||
<Installer>Need to get</Installer>
|
||||
<InstallerFolder>D:\Installers\New\Microsoft Power BI</InstallerFolder>
|
||||
<Installer>PBIDesktop.msi</Installer>
|
||||
<TimeoutInMinutes>20</TimeoutInMinutes>
|
||||
<Cmdlet>False</Cmdlet>
|
||||
<Enabled>True</Enabled>
|
||||
|
@ -52,21 +52,21 @@ Updating multiple apps at the same time requires that you create a **ConfigFile*
|
||||
<?xml version="1.0"?>
|
||||
<Applications>
|
||||
<Application>
|
||||
<Name>Skype_Update</Name>
|
||||
<InstallerFolder>Need to get</InstallerFolder>
|
||||
<Installer>Need to get</Installer>
|
||||
<InstallerOptions>/S</InstallerOptions>
|
||||
<Package>C:\App-V_Packages\Microsoft_Apps\skype_update.appv</Package>
|
||||
<Name>Skype for Windows Update</Name>
|
||||
<InstallerFolder>D:\Installers\Update\Skype for Windows</InstallerFolder>
|
||||
<Installer>SkypeSetup.exe</Installer>
|
||||
<InstallerOptions>/S</InstallerOptions>
|
||||
<Package>C:\App-V_Packages\Microsoft_Apps\skype_update.appv</Package>
|
||||
<TimeoutInMinutes>20</TimeoutInMinutes>
|
||||
<Cmdlet>True</Cmdlet>
|
||||
<Enabled>True</Enabled>
|
||||
</Application>
|
||||
<Application>
|
||||
<Name>Power BI</Name>
|
||||
<InstallerFolder>Need to get</InstallerFolder>
|
||||
<Installer>Need to get</Installer>
|
||||
<Name>Power BI Update</Name>
|
||||
<InstallerFolder>D:\Installers\Update\Microsoft Power BI</InstallerFolder>
|
||||
<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>
|
||||
<Cmdlet>True</Cmdlet>
|
||||
<Enabled>True</Enabled>
|
||||
@ -116,19 +116,21 @@ Updating multipe apps at the same time requires that you create a **ConfigFile**
|
||||
<?xml version="1.0"?>
|
||||
<Applications>
|
||||
<Application>
|
||||
<Name>Skype_Update</Name>
|
||||
<InstallerFolder>Need to get</InstallerFolder>
|
||||
<Installer>Need to get</Installer>
|
||||
<Package>C:\App-V_Packages\Microsoft_Apps\skype_update.appv</Package>
|
||||
<Name>Skype for Windows Update</Name>
|
||||
<InstallerFolder>D:\Installers\Update\Skype for Windows</InstallerFolder>
|
||||
<Installer>SkypeSetup.exe</Installer>
|
||||
<InstallerOptions>/S</InstallerOptions>
|
||||
<Package>C:\App-V_Packages\Microsoft_Apps\skype_update.appv</Package>
|
||||
<TimeoutInMinutes>20</TimeoutInMinutes>
|
||||
<Cmdlet>False</Cmdlet>
|
||||
<Enabled>True</Enabled>
|
||||
</Application>
|
||||
<Application>
|
||||
<Name>Power BI</Name>
|
||||
<InstallerFolder>Need to get</InstallerFolder>
|
||||
<Installer>Need to get</Installer>
|
||||
<Package>C:\App-V_Packages\Microsoft_Apps\power_bi_update.appv</Package>
|
||||
<Name>Power BI Update</Name>
|
||||
<InstallerFolder>D:\Installers\Update\Microsoft Power BI</InstallerFolder>
|
||||
<Installer>PBIDesktop.msi</Installer>
|
||||
<InstallerOptions>/S</InstallerOptions>
|
||||
<Package>C:\App-V_Packages\Microsoft_Apps\power_bi_update.appv</Package>
|
||||
<TimeoutInMinutes>20</TimeoutInMinutes>
|
||||
<Cmdlet>False</Cmdlet>
|
||||
<Enabled>True</Enabled>
|
||||
|
Loading…
x
Reference in New Issue
Block a user