To install on a test or developer system, use the install.exe program provided with the distribution.
This installs the core DLLs in your main Windows system directory and creates copies of all other required files,
including this manual, in the directory
C:\Program Files\CryptoSysPKI
(32-bit platforms)
or C:\Program Files (x86)\CryptoSysPKI
(64-bit platforms).
To distribute a Licensed Version to your end users, please read the instructions in the file distrib.txt.
You do not use the install.exe
program to distribute to end users.
Note that the core DLL file is completely different for the Trial and Developer versions.
Important: You must use the install.exe
program to install the Trial version on your system
and you
must have administrator rights when installing or uninstalling.
To uninstall, use Start > Control Panel > Programs and Features > CryptoSys PKI Pro Toolkit (W10/W7/Vista) or Start > Settings > Control Panel > Add/Remove Programs > CryptoSys PKI Pro Toolkit (XP and older) to remove the application and all associated files.
The core executable file is diCrPKI.dll which is a native Windows DLL. This file must
exist in the library search path on the user's system for all programming language interfaces.
The executable diCrPKI.dll
is not registered with Regsvr32 (it can't be).
The VB6/VBA and C/C++ interfaces access this core executable directly.
diCrSysPKINet.dll is a .NET Class Library which
allows programming access for C# and VB.NET projects to the "unmanaged" core executable using P/Invoke and the System.Runtime.InteropServices
API.
This file is referenced from your .NET project. It is not registered.
The core native diCrPKI.dll
file must exist in the library search path.
For more information on the executables, see Technical Details.