User's Manual

Redistributing the Driver
28 RSA BSAFE Crypto-C Intel Hardware User’s Guide
Redistributing the Driver
The Intel Security Driver can be redistributed in two ways: via a silent install (using
InstallShield) or via
.inf files.
Redistributing via a Silent Install
To redistribute the Intel Security Driver in your security-based applications, add the
following steps to your installation script:
1. Copy all files from the \REDISTRIB folder, located at the root of the Crypto-C CD,
to the appropriate folder within your application build tree.
2. In your application installation script, include the following line to install the
driver files on the destination (user’s) machine.
setup –s
This command line runs an InstallShield* silent install.
3. Handle any error codes returned by the setup –s command line. (For more
information, see the InstallShield documentation.)
4. Reboot the destination (users) machine to activate the security driver.
Error Code Meaning
0 The silent installation finished successfully.
-1 A general error occurred.
-3 Data that were requested during the silent installation were not found or were
undefined.
-4 There is not enough memory available to continue.
-7 InstallShield could not create the log file (most likely InstallShield is trying to write
the log file to CD-ROM or other read-only media).
-11 Unknown error during setup — the generic error message.
-51 InstallShield was unable to create the specified folder.
-52 InstallShield cannot access the specified folder.
-53 Invalid option selected.