home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Find and Run Robot / FindAndRunRobotSetup.exe / Plugins / ProcessKill / ProcessKilllPlugin.dcupdate < prev   
Encoding:
Extensible Markup Language  |  2007-07-31  |  991 b   |  24 lines

  1. <?xml version="1.0" ?>
  2.  
  3. <Local>
  4.  
  5.   <!-- basic info to display in updater-->
  6.   <Label>ProcessKill Plugin</Label>
  7.   <IconFile>process.ico</IconFile>
  8.  
  9.  
  10.   <!-- version info of locally installed current version, and simple remote version file -->
  11.   <Version>not installed</Version>
  12.   <VersionFileRemote>http://taichi.dcmembers.com/Plugins/ProcessKill/versioninfo.xml</VersionFileRemote>
  13.  
  14.  
  15.   <!-- where to get more info about the app remotely, only queried once an update is discovered -->
  16.   <InfoFileRemote></InfoFileRemote>
  17.   <WebPage>http://taichi.dcmembers.com/Plugins/</WebPage>
  18.   
  19.   <!-- ok how to conduct updates; could be: "Run" (download and run program), or "Visit" (visit website), or "Unzip" (download zip and unpack over files) -->
  20.   <UpdateMethod>unzip</UpdateMethod>
  21.   <SignalForUpdate>FindAndRunRobot.exe</SignalForUpdate>
  22.   <CloseForUpdate></CloseForUpdate>
  23.   <UpdateFile>http://taichi.dcmembers.com/Plugins/ProcessKill/ProcessKill.zip</UpdateFile>
  24. </Local>