sa29-00

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
sa29-00 [2014/02/07 11:56] davidbellsa29-00 [2017/12/01 16:35] (current) – external edit 127.0.0.1
Line 16: Line 16:
 **client.xml** **client.xml**
  
-This is the client version of launcher configuration file.  This has to be in the main folder along with the IQXLauncher.exe file.  This file has the client information on which files it has to update and the details of which version the client has of each file.+This is the client version of launcher configuration file.  This has to be in the main folder along with the IQXLauncher.exe file.  This file has the client information on which files it has to update and the details of which version the client has of each file.  The <exename> tag has to match the name you have called your main IQX/Pears.exe file as this is what executes and starts IQX/Pears once the update is finished. 
 + 
 +Example: 
 + 
 +<sxh xml> 
 +<?xml version="1.0" encoding="utf-8"?> 
 +<client> 
 +  <iqx>0</iqx> 
 +  <exename>iqx.exe</exename> 
 +  <serverpath>C:\IQX\Program</serverpath> 
 +  <files> 
 +    <file name="bankscan.dll" latest="0" /> 
 +    <file name="iqx.exe" latest="0" /> 
 +  </files>    
 +</client> 
 +</sxh>
  
 **server.xml** **server.xml**
  
 This is the server version of the launcher configuration file.  This has to be in the same location as the files you want each client to update.  This is the server version of the launcher configuration file.  This has to be in the same location as the files you want each client to update. 
 +
 +<sxh xml>
 +<?xml version="1.0" encoding="UTF-8"?>
 +<server>
 + <files>
 + <file name="bankscan.dll" latest="1"/>
 + <file name="iqx.exe" latest="1"/>
 + </files>
 +</server>
 +</sxh>
  
 **IQXLauncherUpdater.exe** **IQXLauncherUpdater.exe**
  
 This is an application that can be used to update the server.xml. It has to be in the location where the files to be updated are stored. This is an application that can be used to update the server.xml. It has to be in the location where the files to be updated are stored.
 +
 +{{ :launcher.jpg?nolink&300 |}}
  
 **How to setup the IQXlauncher** **How to setup the IQXlauncher**
  • sa29-00.1391774181.txt.gz
  • Last modified: 2017/11/16 21:57
  • (external edit)