|
This application illustrates an installation JumpStart procedure called JumpStartInstallFilesFromWeb() that pulls together several CHT classes, namely HNDHTTP, HNDCLNT, HNDISKEX and HNDBUFFER, to provide developers with an easy-to-implement means of building across-the-web auto-updating into their products. This application first connects to HNDFILSVSPECIAL.APP or HNDFILSSV.APP to download an installation files list. Next it downloads the listed files and places them in the designated directories below the installer's configured target directory. Files are only downloaded when the CRC value provided for any file is different than the CRC of the file already installed. The server auto-encrypts and auto-compresses files at the request of this client and files are auto-decrypted and auto-decompressed on arrival. Replaced files are copied to the backup directory before replacement is made. A configuration procedure called JumpStartHTTPLoginConfigShort() is provided in order to change the installation server as well as the local target and backup directories. The installer always recalls it's last installation log from the config menu. Any questions, feel free to ask: news.cwhandy.com Cheers, Gus M. Creces The Clarion Handy Tools Page www.cwhandy.com news.cwhandy.com |
| PROCEDURE (1): JumpStartSplashCHTBlue (Procedure Template: Splash) |
|||||
| Count | Instance | Class | Type | Methods | Header File |
| (0001) | HTellMe | HNDWindow | HND | 197 | HNDWINDO.INC |
| (0002) | Toolbar | ToolbarClass | ABC | 6 | ABTOOLBA.INC |
| (0003) | ThisWindow | WindowManager | ABC | 38 | ABWINDOW.INC |
| (3) Class Instances Found In JumpStartSplashCHTBlue | |||||
| PROCEDURE (2): JumpStartHTTPLoginConfigShort (Procedure Template: Window) |
|||||
| Count | Instance | Class | Type | Methods | Header File |
| (0001) | CLNT | HNDClient | HNDINET | 241 | HNDCLNT.INC |
| (0002) | Auto | HNDShellAutoComplete | HND | 48 | HNDAUTOC.INC |
| (0003) | HWin | HNDWindow | HND | 197 | HNDWINDO.INC |
| (0004) | Toolbar | ToolbarClass | ABC | 6 | ABTOOLBA.INC |
| (0005) | ThisWindow | WindowManager | ABC | 38 | ABWINDOW.INC |
| (5) Class Instances Found In JumpStartHTTPLoginConfigShort | |||||
| PROCEDURE (3): JumpStartInstallMyFilesMain (Procedure Template: Menu) |
|||||
| Count | Instance | Class | Type | Methods | Header File |
| (0001) | CLNT | HNDClient | HNDINET | 241 | HNDCLNT.INC |
| (0002) | HWin | HNDWindow | HND | 197 | HNDWINDO.INC |
| (0003) | Toolbar | ToolbarClass | ABC | 6 | ABTOOLBA.INC |
| (0004) | ThisWindow | WindowManager | ABC | 38 | ABWINDOW.INC |
| (4) Class Instances Found In JumpStartInstallMyFilesMain | |||||
Classes By Procedure In HNDINSTALLMYFILES.APP