Run the GSKit installation
program from the command prompt to complete the GSKit installation
silently on a Windows™ system.
About this task
In the example, installation of GSKit crypt
64-bit and GSKit SSL
64-bit is shown. For the installation of GSKit 32-bit,
use the appropriate packages. On Windows 64-bit
operating system, you can install both 64-bit and 32-bit GSKit packages.
Procedure
- Log in as a member of the administrator group.
- Access the command prompt.
- Change the current working directory to the gskit directory
where the GSKit installable
is stored.
- To install GSKit 64-bit
packages silently, run the following commands:
gsk8crypt64.exe /s /v”/quiet”
gsk8ssl64.exe /s /v”/quiet”
- To run GSKit commands
from the command-line, set the PATH variable with
the bin and lib64 directories
on Windows x86_64 system.
Note: On Windows 32-bit,
set the PATH variable with the bin and lib directories.
If
the
GSKit installation
location is
C:\Program Files\IBM\gsk8,
set the
PATH variable with the following values:
set PATH="C:\Program Files\IBM\gsk8\bin";%PATH%
set PATH="C:\Program Files\IBM\gsk8\lib64";%PATH%