forked from synhershko/NAppUpdate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSampleUpdateFeed.xml
More file actions
24 lines (24 loc) · 1.13 KB
/
Copy pathSampleUpdateFeed.xml
File metadata and controls
24 lines (24 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8" ?>
<Feed>
<Tasks>
<FileUpdateTask hotswap="false" updateTo="file:///c:/test/htmlayout.dll" localPath="htmlayout.dll">
<Description>Fixes several bugs with the display</Description>
<Conditions>
<FileVersionCondition what="below" version="3.3.2.10" />
<OSCondition type="and-not" bit="64" />
<FileSizeCondition type="and" what="above" size="1000" />
<FileDateCondition type="or" what="is" timestamp="20091010T000000" />
</Conditions>
</FileUpdateTask>
<FileUpdateTask updateTo="file:///c:/test/htmlayout.dll" localPath="htmlayout64.dll">
<Description>Fixes several bugs with the display (for 64 bit platforms)</Description>
<Conditions>
<FileVersionCondition what="below" version="3.3.2.10" />
<OSCondition type="and" bit="64" />
<FileSizeCondition type="and-not" what="below" size="1000" />
<FileExistsCondition type="or" />
</Conditions>
</FileUpdateTask>
<FileUpdateTask hotswap="true" localPath="logo.png" updateTo="http://www.google.com/intl/en_ALL/images/srpr/logo1w.png" />
</Tasks>
</Feed>