Installing GSKit silently on Windows

Run the GSKit installation program from the command prompt to complete the GSKit installation silently on a Windows™ system.

Before you begin

Access the IBM® Security Verify Directory installation media to obtain the GSKit installable. See Preparation of installation media.

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

  1. Log in as a member of the administrator group.
  2. Access the command prompt.
  3. Change the current working directory to the gskit directory where the GSKit installable is stored.
  4. To install GSKit 64-bit packages silently, run the following commands:
    gsk8crypt64.exe /s /v”/quiet”
    gsk8ssl64.exe /s /v”/quiet”
  5. 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%