Fixing formatting

This commit is contained in:
LizRoss
2017-02-07 11:05:19 -08:00
parent 930f92dfcf
commit 68231082ca
2 changed files with 9 additions and 9 deletions

View File

@ -52,7 +52,7 @@ Sequencing multiple apps at the same time requires that you create a **ConfigFil
<Applications>
<Application>
<Name>Skype for Windows</Name>
<InstallerFolder>D:\Installers\New\SkypeforWindows</InstallerFolder>
<InstallerFolder>D:\Install\New\SkypeforWindows</InstallerFolder>
<Installer>SkypeSetup.exe</Installer>
<InstallerOptions>/S</InstallerOptions>
<TimeoutInMinutes>20</TimeoutInMinutes>
@ -61,7 +61,7 @@ Sequencing multiple apps at the same time requires that you create a **ConfigFil
</Application>
<Application>
<Name>Power BI</Name>
<InstallerFolder>D:\Installers\New\MicrosoftPowerBI</InstallerFolder>
<InstallerFolder>D:\Install\New\MicrosoftPowerBI</InstallerFolder>
<Installer>PBIDesktop.msi</Installer>
<InstallerOptions>/S</InstallerOptions>
<TimeoutInMinutes>20</TimeoutInMinutes>
@ -111,7 +111,7 @@ Sequencing multipe apps at the same time requires that you create a **ConfigFIle
<Applications>
<Application>
<Name>Skype for Windows</Name>
<InstallerFolder>D:\Installers\New\SkypeforWindows</InstallerFolder>
<InstallerFolder>D:\Install\New\SkypeforWindows</InstallerFolder>
<Installer>SkypeSetup.exe</Installer>
<TimeoutInMinutes>20</TimeoutInMinutes>
<Cmdlet>False</Cmdlet>
@ -119,7 +119,7 @@ Sequencing multipe apps at the same time requires that you create a **ConfigFIle
</Application>
<Application>
<Name>Power BI</Name>
<InstallerFolder>D:\Installers\New\MicrosoftPowerBI</InstallerFolder>
<InstallerFolder>D:\Install\New\MicrosoftPowerBI</InstallerFolder>
<Installer>PBIDesktop.msi</Installer>
<TimeoutInMinutes>20</TimeoutInMinutes>
<Cmdlet>False</Cmdlet>

View File

@ -53,17 +53,17 @@ Updating multiple apps at the same time requires that you create a **ConfigFile*
<Applications>
<Application>
<Name>Skype for Windows Update</Name>
<InstallerFolder>D:\Installers\Update\SkypeforWindows</InstallerFolder>
<InstallerFolder>D:\Install\Update\SkypeforWindows</InstallerFolder>
<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>
<Cmdlet>True</Cmdlet>
<Enabled>True</Enabled>
</Application>
<Application>
<Name>Power BI Update</Name>
<InstallerFolder>D:\Installers\Update\MicrosoftPowerBI</InstallerFolder>
<InstallerFolder>D:\Install\Update\MicrosoftPowerBI</InstallerFolder>
<Installer>PBIDesktop.msi</Installer>
<InstallerOptions>/S</InstallerOptions>
<Package>C:\App-V_Packages\Microsoft_Apps\power_bi_update.appv</Package>
@ -117,7 +117,7 @@ Updating multipe apps at the same time requires that you create a **ConfigFile**
<Applications>
<Application>
<Name>Skype for Windows Update</Name>
<InstallerFolder>D:\Installers\Update\SkypeforWindows</InstallerFolder>
<InstallerFolder>D:\Install\Update\SkypeforWindows</InstallerFolder>
<Installer>SkypeSetup.exe</Installer>
<InstallerOptions>/S</InstallerOptions>
<Package>C:\App-V_Packages\Microsoft_Apps\skype_update.appv</Package>
@ -127,7 +127,7 @@ Updating multipe apps at the same time requires that you create a **ConfigFile**
</Application>
<Application>
<Name>Power BI Update</Name>
<InstallerFolder>D:\Installers\Update\MicrosoftPowerBI</InstallerFolder>
<InstallerFolder>D:\Install\Update\MicrosoftPowerBI</InstallerFolder>
<Installer>PBIDesktop.msi</Installer>
<InstallerOptions>/S</InstallerOptions>
<Package>C:\App-V_Packages\Microsoft_Apps\power_bi_update.appv</Package>