|
|
|
Installing RecogniContact with your application
Please note the following instructions on how to install the
RecogniContact component on your customers' computers:
- Make sure you used a valid RecogniContact license key when your
applications calls IContactParser.Initialize(). Never redistribute
an application with a demo license key, as the license will expire
on your customer's computer.
- Your application setup must install the following files.
RecogniContact.dll
RcLib2.dat
If you install these files in the same folder as the executable
file using RecogniContact.dll, no registry changes are
required.
If you install these files in a different folder, create one of the
following registry keys:
HKEY_LOCAL_MACHINE\Software\LoquiSoft\RecogniContact
or
HKEY_CURRENT_USER\Software\LoquiSoft\RecogniContact
(use this only if your application will be used exclusively by the
user logged in during application setup)
In this registry key, create a string value named "Path" and set it
to the folder name where the RecogniContact files are located.
Example:
Path="C:\Program files\My
Application\RecogniContact"
- In your application setup, register RecogniContact.dll as a COM
component using
RegSvr32.exe RecogniContact.dll
When uninstalling your application, call
RegSvr32.exe /u
RecogniContact.dll
|