<?xml version="1.0" encoding="UTF-8"?>
<!-- $Revision: 30719 $ -->
<!-- $Date: 2012-04-03 14:07:23 -0700 (Tue, 03 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>3.0.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-3.0.4.3.exe">
      <action type="download">
        <location>%server_tuneupmedia%/win3/update_3.0.4.3/TuneUpInst-3.0.4.3.exe</location>
        <destination>%updatertemp%\</destination>
        <hash>76247093e5f75611cc388827ebf5c131</hash>
      </action>
    </file>
  </files>


  <features>
    <!-- not sure how we can automate this. may have to be manually
         edited before releasing... -->
    <feature>
      <text> Introducing Automagic - Fix your entire music library in a few clicks.</text>
    </feature>
    <feature>
      <text> New Results Tab - where the Automagic happens!</text>
    </feature>
    <feature>
      <text> New Dashboard brings real-time insight into your library in cool graphs.</text>
    </feature>
    <feature>
      <text> New History Tab adds real "Undo" to TuneUp, so let 'er rip!</text>
    </feature>
    <feature>
      <text> Learn more</text>
      <link>http://support.tuneupmedia.com/entries/25470106-What-s-Different-in-TuneUp-3-0-from-2-4-</link>
    </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-3.0.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>
