mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-30 14:17:22 +00:00
Merge pull request #1076 from EagleIJoe/patch-1
Corrected examples XML syntax
This commit is contained in:
commit
380f02ba88
@ -49,8 +49,8 @@ Updating multiple apps at the same time requires that you create a **ConfigFile*
|
|||||||
<InstallerOptions>/S</InstallerOptions>
|
<InstallerOptions>/S</InstallerOptions>
|
||||||
<Package>C:\App-V_Package\Microsoft_Apps\skypeupdate.appv</Package>
|
<Package>C:\App-V_Package\Microsoft_Apps\skypeupdate.appv</Package>
|
||||||
<TimeoutInMinutes>20</TimeoutInMinutes>
|
<TimeoutInMinutes>20</TimeoutInMinutes>
|
||||||
<Cmdlet>True</Cmdlet>
|
<Cmdlet>true</Cmdlet>
|
||||||
<Enabled>True</Enabled>
|
<Enabled>true</Enabled>
|
||||||
</Application>
|
</Application>
|
||||||
<Application>
|
<Application>
|
||||||
<AppName>Microsoft Power BI Update</AppName>
|
<AppName>Microsoft Power BI Update</AppName>
|
||||||
@ -59,11 +59,10 @@ Updating multiple apps at the same time requires that you create a **ConfigFile*
|
|||||||
<InstallerOptions>/S</InstallerOptions>
|
<InstallerOptions>/S</InstallerOptions>
|
||||||
<Package>C:\App-V_Package\MS_Apps\powerbiupdate.appv</Package>
|
<Package>C:\App-V_Package\MS_Apps\powerbiupdate.appv</Package>
|
||||||
<TimeoutInMinutes>20</TimeoutInMinutes>
|
<TimeoutInMinutes>20</TimeoutInMinutes>
|
||||||
<Cmdlet>True</Cmdlet>
|
<Cmdlet>true</Cmdlet>
|
||||||
<Enabled>True</Enabled>
|
<Enabled>true</Enabled>
|
||||||
</Application>
|
</Application>
|
||||||
</Applications>
|
</Applications>
|
||||||
</xml>
|
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Save your completed file under the name **ConfigFile**.
|
3. Save your completed file under the name **ConfigFile**.
|
||||||
@ -109,8 +108,8 @@ Updating multipe apps at the same time requires that you create a **ConfigFile**
|
|||||||
<InstallerOptions>/S</InstallerOptions>
|
<InstallerOptions>/S</InstallerOptions>
|
||||||
<Package>C:\App-V_Package\Microsoft_Apps\skypeupdate.appv</Package>
|
<Package>C:\App-V_Package\Microsoft_Apps\skypeupdate.appv</Package>
|
||||||
<TimeoutInMinutes>20</TimeoutInMinutes>
|
<TimeoutInMinutes>20</TimeoutInMinutes>
|
||||||
<Cmdlet>False</Cmdlet>
|
<Cmdlet>false</Cmdlet>
|
||||||
<Enabled>True</Enabled>
|
<Enabled>true</Enabled>
|
||||||
</Application>
|
</Application>
|
||||||
<Application>
|
<Application>
|
||||||
<AppName>Microsoft Power BI Update</AppName>
|
<AppName>Microsoft Power BI Update</AppName>
|
||||||
@ -119,11 +118,10 @@ Updating multipe apps at the same time requires that you create a **ConfigFile**
|
|||||||
<InstallerOptions>/S</InstallerOptions>
|
<InstallerOptions>/S</InstallerOptions>
|
||||||
<Package>C:\App-V_Package\MS_Apps\powerbiupdate.appv</Package>
|
<Package>C:\App-V_Package\MS_Apps\powerbiupdate.appv</Package>
|
||||||
<TimeoutInMinutes>20</TimeoutInMinutes>
|
<TimeoutInMinutes>20</TimeoutInMinutes>
|
||||||
<Cmdlet>False</Cmdlet>
|
<Cmdlet>false</Cmdlet>
|
||||||
<Enabled>True</Enabled>
|
<Enabled>true</Enabled>
|
||||||
</Application>
|
</Application>
|
||||||
</Applications>
|
</Applications>
|
||||||
</xml>
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Start the App-V Sequencer interface and app installation process
|
### Start the App-V Sequencer interface and app installation process
|
||||||
|
Loading…
x
Reference in New Issue
Block a user