Changes

Jump to: navigation, search

Software Update:updates.xml Format

No change in size, 00:11, 25 May 2007
URL attribute must be uppercase.
<update type="minor" version="1.0.4" extensionVersion="1.0"
detailsURL="http://www.foo.com/1.0.4/whatsnew.html">
<patch type="partial" urlURL="http://www.foo.com/1.0.4-partial.mar"
hashFunction="" hashValue="" size=""/>
<patch type="complete" urlURL="http://www.foo.com/1.0.4-complete.mar"
hashFunction="" hashValue="" size=""/>
</update>
<update type="major" version="1.1.2" extensionVersion="1.1"
detailsURL="http://www.foo.com/1.1.2/whatsnew.html">
<patch type="complete" urlURL="http://www.foo.com/1.1.2-complete.mar"
hashFunction="" hashValue="" size=""/>
</update>
<table>
<tr><td valign="top">'''type'''</td><td><code>partial</code> or <code>complete</code>, depending on the patch. </td></tr>
<tr><td valign="top">'''urlURL'''</td><td>A URL to the remote patch file.</td></tr>
<tr><td valign="top">'''hashFunction'''</td><td>The name of the hash function to execute to verify the integrity of the patch.</td></tr>
<tr><td valign="top">'''hashValue'''</td><td>The server-generated hash generated for the file. If the client generated value does not match this, the integrity check fails after download.</td></tr>
1
edit

Navigation menu