summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/commandlineupdate/data/repositoryWithDependencyToEssential/Updates.xml
blob: 1729f57327911205f94ba15489ea330d5b9f8dbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<Updates>
 <ApplicationName>{AnyApplication}</ApplicationName>
 <ApplicationVersion>1.0.0</ApplicationVersion>
 <Checksum>false</Checksum>
 <PackageUpdate>
  <Name>componentA</Name>
  <DisplayName>Component A</DisplayName>
  <Description>This component does not depend on any other component.</Description>
  <Version>3.0.0</Version>
  <ReleaseDate>2015-08-25</ReleaseDate>
  <SortingPriority>100</SortingPriority>
  <Essential>true</Essential>
  <UpdateFile UncompressedSize="99" OS="Any" CompressedSize="297"/>
  <DownloadableArchives>content.7z</DownloadableArchives>
 </PackageUpdate>
 <PackageUpdate>
  <Name>componentAutoDependOnA</Name>
  <DisplayName>Component, autodepends on A</DisplayName>
  <Description>Component, autodepends on A</Description>
  <Version>1.0</Version>
  <ReleaseDate>2018-03-14</ReleaseDate>
  <AutoDependOn>componentA</AutoDependOn>
  <UpdateFile UncompressedSize="99" OS="Any" CompressedSize="305"/>
  <DownloadableArchives>content.7z</DownloadableArchives>
 </PackageUpdate>
</Updates>