<?xml version="1.0"?>

<TOC>

  <!-- 
      Multiple <UPDATE> elements can be stored in this file
      ICRTouch will parse each one in turn starting with the first one until it finds a suitable update.
      If the VERSIONID of the first update is equal to or less than the current version, then it will parse no more
      
      If MINLIC or MINVERID requirements are not met then it will move on and check further updates
       
       -->
  
  
  <!-- ******************************************* INSERT NEW UPDATES HERE *******************************************
      
       Leave older updates in the file/on the server if there are reasons why the most recent update cannot be applied
       for example if a certain a version is required to apply the update, or perhaps if the newest version doesn't 
       work with a certain range of licence numbers  
       
       In all cases leave the <RELEASENOTES> list from old updates as the update client will stack these
      
      **************************************************************************************************************** -->



  <UPDATE>
    <VERSIONID>1010001</VERSIONID>
    <VERSIONTEXT>ICRTouch PaymentSense App</VERSIONTEXT>
    <MINLIC>0</MINLIC>
    <MINVERID>0</MINVERID>
    <DATE>06/06/2019</DATE>
	
    <FILE>
      <SOURCE>1010001.PaymentSenseCloudInterface.exe.gz</SOURCE>
      <TARGET>PaymentSenseCloudInterface.exe.update.exe</TARGET>
      <VERSIONID>1010001</VERSIONID>
      <SIZE>808782</SIZE>
      <TEXTNAME>Application</TEXTNAME>
      <OS>Win32</OS>
    </FILE>

    <LAUNCH>
      <FILENAME>PaymentSenseCloudInterface.exe.update.exe</FILENAME>
      <NOWAIT/>
      <CLOSEDOWN/>
      <VERSIONID>1010001</VERSIONID>
      <OS>All</OS>
    </LAUNCH>	
	
    <!-- Each file in the update is downloaded from the web server as 'source' and saved locally as 'target' 
         The update doesn't support folders on the webserver source path, but does on the target 
         
         the version id of each file {if present} is checked against the current version id and only
         downloaded if higher 
         
         Remember webservers are case sensitive ! -->



    <!-- Lauch nodes are called in order and can contain the following entries
         <FILENAME> name of the file being launched
         <DELETE/> causes the file to be deleted after it was run 
         <CLOSEDOWN/> closes ICRTouch then launches the filename, delete cannot be applied to this, only one CLOSEDOWN launch app can exist 
         <NOWAIT/> means don't wait for the app to finish
         <PARM> parameters passed to launch app
         <OS> 'All', 'Win32', 'WinCE x86', 'WinCE ALL'
         
         If ICRTouch is launched as update.exe then it will rename itself to boxes32.exe on startup
         DELETE and NOWAIT are mutually exclusive.
   
      <LAUNCH>
        <FILENAME>...</FILENAME>
        <DELETE/>
        <CLOSEDOWN/>
        <VERSIONID>...</VERSIONID>
        <NOWAIT/>
        <PARM>...</PARM>
      </LAUNCH>
      -->
    
    <RELEASENOTES>
      <MOD>First release</MOD>
      <FIX>First release</FIX>
      <NOTE>First release</NOTE>
    </RELEASENOTES>

  </UPDATE>


</TOC> 

