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:52] davidbellsa29-00 [2017/12/01 16:35] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== How to use the IQX Launcher ====== ====== How to use the IQX Launcher ======
 +
 +The purpose of this application is to allow for easy updating of all the IQX main program files and associated dlls.  By replacing the normal IQX/Pears.exe with the IQX launcher.exe it will allow for clients to be automatically updated and in sync with the correct version.
  
 There are 4 files that make up the IQX Launcher application. There are 4 files that make up the IQX Launcher application.
  
- - IQXLauncher.exe +  - IQXLauncher.exe 
- - client.xml +  - client.xml 
- - server.xml +  - server.xml 
- - IQXLauncherUpdater.exe+  - IQXLauncherUpdater.exe
  
 **IQXLauncher.exe** **IQXLauncher.exe**
Line 14: 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**
  
- - Add the client.xml and the IQXLauncher.exe file to your default IQX/Pears install folder. +  - Add the client.xml and the IQXLauncher.exe file to your default IQX/Pears install folder. 
- - Open up the client.xml file in an xml editor or notepad and set the <iqx>value to either 0 if your exe is called Pears and 1 if your exe is called IQX. +  - Open up the client.xml file in an xml editor or notepad and set the <iqx>value to either 0 if your exe is called Pears and 1 if your exe is called IQX. 
- - Set the <serverpath> tag to point to the folder where you want the client to get the latest files.  This can be a local path of a networked shared location. +  - Set the <serverpath> tag to point to the folder where you want the client to get the latest files.  This can be a local path of a networked shared location. 
- - Save and close the file. +  - Save and close the file. 
- - Next add the server.xml file and the IQXLauncherUpdater.exe  to the same folder where your updated files are stored, this must be the same location as you have specified in step 3. +  - Next add the server.xml file and the IQXLauncherUpdater.exe  to the same folder where your updated files are stored, this must be the same location as you have specified in step 3. 
- - Now open up the  IQXLauncherUpdater.exe and add the required files you wish to be updated by the client.+  - Now open up the  IQXLauncherUpdater.exe and add the required files you wish to be updated by the client
 +  - You can now rename the IQXLauncher.exe to either pears.exe of iqx.exe or to whatever name you currently use for your main exe.
  
  
  • sa29-00.1391773962.txt.gz
  • Last modified: 2017/11/16 21:57
  • (external edit)