mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
Merge pull request #3851 from MicrosoftDocs/martyav-corrected-XML-formatting-2-1
corrected formatting of XML example section
This commit is contained in:
commit
018c6bc831
@ -30,7 +30,20 @@ The connection group that is used is based on the order in which a package appea
|
|||||||
Consider the following example section:
|
Consider the following example section:
|
||||||
|
|
||||||
```XML
|
```XML
|
||||||
<appv:Packages><appv:PackagePackageId="A8731008-4523-4713-83A4-CD1363907160"VersionId="E889951B-7F30-418B-A69C-B37283BC0DB9"/><appv:PackagePackageId="1DC709C8-309F-4AB4-BD47-F75926D04276"VersionId="01F1943B-C778-40AD-BFAD-AC34A695DF3C"/><appv:PackagePackageId="04220DCA-EE77-42BE-A9F5-96FD8E8593F2"VersionId="E15EFFE9-043D-4C01-BC52-AD2BD1E8BAFA"/></appv:Packages>
|
<appv:Packages>
|
||||||
|
<appv:Package
|
||||||
|
PackageId="A8731008-4523-4713-83A4-CD1363907160"
|
||||||
|
VersionId="E889951B-7F30-418B-A69C-B37283BC0DB9"
|
||||||
|
/>
|
||||||
|
<appv:Package
|
||||||
|
PackageId="1DC709C8-309F-4AB4-BD47-F75926D04276"
|
||||||
|
VersionId="01F1943B-C778-40AD-BFAD-AC34A695DF3C"
|
||||||
|
/>
|
||||||
|
<appv:Package
|
||||||
|
PackageId="04220DCA-EE77-42BE-A9F5-96FD8E8593F2"
|
||||||
|
VersionId="E15EFFE9-043D-4C01-BC52-AD2BD1E8BAFA"
|
||||||
|
/>
|
||||||
|
</appv:Packages>
|
||||||
```
|
```
|
||||||
|
|
||||||
Assume that same DWORD value ABC (HKEY\_LOCAL\_MACHINE\\software\\contoso\\finapp\\region) is defined in the first and third package.
|
Assume that same DWORD value ABC (HKEY\_LOCAL\_MACHINE\\software\\contoso\\finapp\\region) is defined in the first and third package.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user