mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-17 11:23:45 +00:00
Fixing XML
This commit is contained in:
@ -35,7 +35,7 @@ Sequencing multiple apps at the same time requires that you create a **ConfigFil
|
|||||||
|
|
||||||
2. Add the following required XML info for each app:
|
2. Add the following required XML info for each app:
|
||||||
|
|
||||||
- **<Name>.** The name of the app you're adding to the package.
|
- **<AppName>.** The name of the app you're adding to the package.
|
||||||
|
|
||||||
- **<InstallerFolder>.** The file path to the folder with the app installer.
|
- **<InstallerFolder>.** The file path to the folder with the app installer.
|
||||||
|
|
||||||
@ -55,7 +55,7 @@ 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 for Windows</Name>
|
<AppName>Skype for Windows</AppName>
|
||||||
<InstallerFolder>D:\Install\New\SkypeforWindows</InstallerFolder>
|
<InstallerFolder>D:\Install\New\SkypeforWindows</InstallerFolder>
|
||||||
<Installer>SkypeSetup.exe</Installer>
|
<Installer>SkypeSetup.exe</Installer>
|
||||||
<InstallerOptions>/S</InstallerOptions>
|
<InstallerOptions>/S</InstallerOptions>
|
||||||
@ -64,7 +64,7 @@ Sequencing multiple apps at the same time requires that you create a **ConfigFil
|
|||||||
<Enabled>True</Enabled>
|
<Enabled>True</Enabled>
|
||||||
</Application>
|
</Application>
|
||||||
<Application>
|
<Application>
|
||||||
<Name>Power BI</Name>
|
<AppName>Power BI</AppName>
|
||||||
<InstallerFolder>D:\Install\New\MicrosoftPowerBI</InstallerFolder>
|
<InstallerFolder>D:\Install\New\MicrosoftPowerBI</InstallerFolder>
|
||||||
<Installer>PBIDesktop.msi</Installer>
|
<Installer>PBIDesktop.msi</Installer>
|
||||||
<InstallerOptions>/S</InstallerOptions>
|
<InstallerOptions>/S</InstallerOptions>
|
||||||
@ -97,7 +97,7 @@ Sequencing multipe apps at the same time requires that you create a **ConfigFIle
|
|||||||
|
|
||||||
2. Add the following required XML info for each app:
|
2. Add the following required XML info for each app:
|
||||||
|
|
||||||
- **<Name>.** The name of the app you're adding to the package.
|
- **<AppName>.** The name of the app you're adding to the package.
|
||||||
|
|
||||||
- **<InstallerFolder>.** The file path to the folder with the app installer.
|
- **<InstallerFolder>.** The file path to the folder with the app installer.
|
||||||
|
|
||||||
@ -115,7 +115,7 @@ 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 for Windows</Name>
|
<AppName>Skype for Windows</AppName>
|
||||||
<InstallerFolder>D:\Install\New\SkypeforWindows</InstallerFolder>
|
<InstallerFolder>D:\Install\New\SkypeforWindows</InstallerFolder>
|
||||||
<Installer>SkypeSetup.exe</Installer>
|
<Installer>SkypeSetup.exe</Installer>
|
||||||
<TimeoutInMinutes>20</TimeoutInMinutes>
|
<TimeoutInMinutes>20</TimeoutInMinutes>
|
||||||
@ -123,7 +123,7 @@ Sequencing multipe 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>
|
<AppName>Power BI</AppName>
|
||||||
<InstallerFolder>D:\Install\New\MicrosoftPowerBI</InstallerFolder>
|
<InstallerFolder>D:\Install\New\MicrosoftPowerBI</InstallerFolder>
|
||||||
<Installer>PBIDesktop.msi</Installer>
|
<Installer>PBIDesktop.msi</Installer>
|
||||||
<TimeoutInMinutes>20</TimeoutInMinutes>
|
<TimeoutInMinutes>20</TimeoutInMinutes>
|
||||||
|
@ -29,7 +29,7 @@ Updating multiple apps at the same time requires that you create a **ConfigFile*
|
|||||||
|
|
||||||
2. Add the following XML info for each app:
|
2. Add the following XML info for each app:
|
||||||
|
|
||||||
- **<Name>.** The name of the app you're adding to the package.
|
- **<AppName>.** The name of the app you're adding to the package.
|
||||||
|
|
||||||
- **<InstallerFolder>.** The file path to the folder with the app installer.
|
- **<InstallerFolder>.** The file path to the folder with the app installer.
|
||||||
|
|
||||||
@ -50,7 +50,7 @@ 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 for Windows Update</Name>
|
<AppName>Skype for Windows Update</AppName>
|
||||||
<InstallerFolder>D:\Install\Update\SkypeforWindows</InstallerFolder>
|
<InstallerFolder>D:\Install\Update\SkypeforWindows</InstallerFolder>
|
||||||
<Installer>SkypeSetup.exe</Installer>
|
<Installer>SkypeSetup.exe</Installer>
|
||||||
<InstallerOptions>/S</InstallerOptions>
|
<InstallerOptions>/S</InstallerOptions>
|
||||||
@ -60,7 +60,7 @@ Updating multiple apps at the same time requires that you create a **ConfigFile*
|
|||||||
<Enabled>True</Enabled>
|
<Enabled>True</Enabled>
|
||||||
</Application>
|
</Application>
|
||||||
<Application>
|
<Application>
|
||||||
<Name>Microsoft Power BI Update</Name>
|
<AppName>Microsoft Power BI Update</AppName>
|
||||||
<InstallerFolder>D:\Install\Update\PowerBI</InstallerFolder>
|
<InstallerFolder>D:\Install\Update\PowerBI</InstallerFolder>
|
||||||
<Installer>PBIDesktop.msi</Installer>
|
<Installer>PBIDesktop.msi</Installer>
|
||||||
<InstallerOptions>/S</InstallerOptions>
|
<InstallerOptions>/S</InstallerOptions>
|
||||||
@ -95,7 +95,7 @@ Updating multipe apps at the same time requires that you create a **ConfigFile**
|
|||||||
|
|
||||||
2. Add the following XML info for each app:
|
2. Add the following XML info for each app:
|
||||||
|
|
||||||
- **<Name>.** The name of the app you're adding to the package.
|
- **<AppName>.** The name of the app you're adding to the package.
|
||||||
|
|
||||||
- **<InstallerFolder>.** The file path to the folder with the app installer.
|
- **<InstallerFolder>.** The file path to the folder with the app installer.
|
||||||
|
|
||||||
@ -115,7 +115,7 @@ 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 for Windows Update</Name>
|
<AppName>Skype for Windows Update</AppName>
|
||||||
<InstallerFolder>D:\Install\Update\SkypeforWindows</InstallerFolder>
|
<InstallerFolder>D:\Install\Update\SkypeforWindows</InstallerFolder>
|
||||||
<Installer>SkypeSetup.exe</Installer>
|
<Installer>SkypeSetup.exe</Installer>
|
||||||
<InstallerOptions>/S</InstallerOptions>
|
<InstallerOptions>/S</InstallerOptions>
|
||||||
@ -125,7 +125,7 @@ Updating multipe apps at the same time requires that you create a **ConfigFile**
|
|||||||
<Enabled>True</Enabled>
|
<Enabled>True</Enabled>
|
||||||
</Application>
|
</Application>
|
||||||
<Application>
|
<Application>
|
||||||
<Name>Microsoft Power BI Update</Name>
|
<AppName>Microsoft Power BI Update</AppName>
|
||||||
<InstallerFolder>D:\Install\Update\PowerBI</InstallerFolder>
|
<InstallerFolder>D:\Install\Update\PowerBI</InstallerFolder>
|
||||||
<Installer>PBIDesktop.msi</Installer>
|
<Installer>PBIDesktop.msi</Installer>
|
||||||
<InstallerOptions>/S</InstallerOptions>
|
<InstallerOptions>/S</InstallerOptions>
|
||||||
|
Reference in New Issue
Block a user