mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 13:57:22 +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"?>
|
<?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>
|
||||||
|
@ -52,21 +52,21 @@ 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>
|
||||||
<Cmdlet>True</Cmdlet>
|
<Cmdlet>True</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>
|
<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>True</Cmdlet>
|
<Cmdlet>True</Cmdlet>
|
||||||
<Enabled>True</Enabled>
|
<Enabled>True</Enabled>
|
||||||
@ -116,19 +116,21 @@ 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>
|
||||||
<Package>C:\App-V_Packages\Microsoft_Apps\skype_update.appv</Package>
|
<InstallerOptions>/S</InstallerOptions>
|
||||||
|
<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>
|
||||||
<Package>C:\App-V_Packages\Microsoft_Apps\power_bi_update.appv</Package>
|
<InstallerOptions>/S</InstallerOptions>
|
||||||
|
<Package>C:\App-V_Packages\Microsoft_Apps\power_bi_update.appv</Package>
|
||||||
<TimeoutInMinutes>20</TimeoutInMinutes>
|
<TimeoutInMinutes>20</TimeoutInMinutes>
|
||||||
<Cmdlet>False</Cmdlet>
|
<Cmdlet>False</Cmdlet>
|
||||||
<Enabled>True</Enabled>
|
<Enabled>True</Enabled>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user