summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/createshortcutoperation/data/xmloperationrepository/Updates.xml
blob: a7d287d4d5b547397ecc42865798d8543d4d4b13 (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>A</Name>
  <DisplayName>A</DisplayName>
  <Description>Example component A</Description>
  <Version>1.0.2-1</Version>
  <ReleaseDate>2015-01-01</ReleaseDate>
  <Default>true</Default>
  <UpdateFile CompressedSize="225" UncompressedSize="75" OS="Any"/>
  <DownloadableArchives>content.7z</DownloadableArchives>
  <SHA1>6d7a3e15d11a4d94b81452fc2aa18e705a01c922</SHA1>
  <Operations>
    <Operation name="CreateShortcut">
     <Argument>@TargetDir@/A.txt</Argument>
     <Argument>@StartMenuDir@/A.lnk</Argument>
     <Argument>workingDirectory=@TargetDir@</Argument>
     <Argument>iconPath=%SystemRoot%/system32/SHELL32.dl</Argument>
     <Argument>iconId=2</Argument>
     <Argument>description=Open A file</Argument>
    </Operation>
  </Operations>
 </PackageUpdate>
</Updates>