<?xml version="1.0" encoding="UTF-8"?>
<!-- $Revision: 30699 $ -->
<!-- $Date: 2012-04-02 16:19:07 -0700 (Mon, 02 Apr 2012) $$ -->
<!--
params (between %'s):

  ClientVersion: current client version.
  TuneUpInstHash: hash of the installer exe file.

*** the following still need to be manually updated before uploading
*** to the update server:

  features: list of features
-->
<updateinfo>

  <constants>
    <constant name="%server_tuneupmedia%"
              value="http://updater.mediatuneup.com" />
  </constants>

  <general>
    <version>2.4.4.3</version>
    <closeapplication>Restart</closeapplication>
    <showerrors>true</showerrors>
    <resumedownloads>true</resumedownloads>
    <enablerollback>true</enablerollback>
    <selfupdate>false</selfupdate>
    <forceupdate>false</forceupdate>
  </general>

  <files>
    <file name="TuneUpInst-2.4.4.3.exe">
      <action type="download">
        <location>%server_tuneupmedia%/update_2.4.4.3/TuneUpInst-2.4.4.3.exe</location>
        <destination>%updatertemp%\</destination>
        <hash>d92f211024e2d8c5e684c5ef4dbdf15e</hash>
      </action>
    </file>
  </files>

  <features>
    <!-- not sure how we can automate this. may have to be manually
         edited before releasing... -->
    <feature>
      <text>Minor updates to the user interface</text>
    </feature>
    <feature>
      <text>Miscellaneous bug fixes throughout</text>
    </feature>
    <feature>
      <text>Stability and performance enhancements</text>
    </feature>
  </features>

  <events>
    <OnNewVersion>
      <!-- this is a full update, so run in full mode to show the download
           progress since it can take a while... -->
      <action type="setmode">
        <mode>full</mode>
      </action>
    </OnNewVersion>

    <afterdownload>
      <action type="run">
        <location>%updatertemp%\TuneUpInst-2.4.4.3.exe</location>
        <parameters>/upgrade /auto</parameters>
        <runasadminorelevated>true</runasadminorelevated>
      </action>
      <action type="close" />  <!-- The installer .exe is responsible for state. Don't let the updater set it independently. -->
    </afterdownload>
  </events>
</updateinfo>

