<?xml version="1.0" ?>

<Local>

	<!-- basic info to display in updater-->
	<Label>Deletist</Label>
	<IconFile>Deletist.exe</IconFile>


	<!-- version info of locally installed current version, and simple remote version file -->
	<Version>1.0.3.2</Version>
	<VersionFileRemote>http://skwire.dcmembers.com/apps/deletist/versioninfo.xml</VersionFileRemote>


	<!-- where to get more info about the app remotely, only queried once an update is discovered -->
	<InfoFileRemote></InfoFileRemote>
	<WebPage>http://skwire.dcmembers.com/wb/pages/software/deletist.php</WebPage>

	<!-- ok how to conduct updates; could be: "Run" (download and run program), or "Visit" (visit website), or "Unzip" (download zip and unpack over files) -->
	<UpdateMethod>unzip</UpdateMethod>
	<CloseForUpdate>Deletist.exe</CloseForUpdate>
	<UpdateFile>http://skwire.dcmembers.com/apps/deletist/Deletist.zip</UpdateFile>

</Local>