| |
This page contains archived patches and updates to our products for
registered users.
Patches & Updates
-------------------------------------------------------------------------
Delphi - All Versions
ThreadDemo.zip |
Demo Project for using the Inference Engine Component Suite
in another thread, Source and Executable |
IE1.11Patch.zip |
Patch Inference Engine Component Suite from v1.1 to v1.11, Source
and Non-Source Code Versions (update.zip is
NOT needed) |
Delphi 5
Delphi 4
Installation Instructions
-------------------------------------------------------------------------
1. Make sure you have quit Delphi
2. Run the Update.exe (if you have not already done so, get this
executable (update.zip) off the web site)
3. Select the top level directory of the original installation. If
you used the default from the original installation, it is
"c:\Program Files\RiverSoftAVG\Inference Engine Component Suite"
4. Select the patch file
5. Click the Update button to run the update
WARNING! This patch updates files in the
Inference Engine Component
Suite. It will not delete any new files you have made in these
directories, but changed files (specifically, if you have modified
the demo source) will be overwritten.
Update Program
This program updates files and directories from one version to the next. It
is needed to run the patch files. Find the Update File (*.UPD) and execute the update against your original installation.
This EXE is based on the project MakeUpd, ©1998, Gregory L. Bullock (bullock@tsppd.com) (Source available free on the Delphi Super Page). There is one bug fix, in
the AddFileToTargetDir procedure, the following two lines have been added after the try statement:
if not DirectoryExists(ExtractFileDir(OldFileName)) then
CreateDir( ExtractFileDir(OldFileName) );
Download Update Program
|