Installing IBM Security Verify Directory silently on Windows

Run the IBM® Security Verify Directory installation program from the command prompt to complete the IBM Security Verify Directory installation silently on a Windows™ system.

Before you begin

Access the IBM Security Verify Directory installation media to obtain the installation package. See Preparation of installation media.

About this task

In the example, installation of IBM Security Verify Directory is shown.

Procedure

  1. Log in as a member of the administrator group.
  2. Access the command prompt.
  3. Change the current working directory to the directory where the IBM Security Verify Directory installable is stored.
  4. To install packages silently an installation script file must first be created, by running the following command.
    setup.exe /r /f1install.iss
    Note: This command installs the package, and produces the install.iss script file. This script file can then be used in the future to silently install the package.
  5. To install the IBM Security Verify Directory silently, run the following command.
    setup.exe /s /f1install.iss
  6. To run IBM Security Verify Directory commands from the command prompt, set the PATH variable with the bin and lib64 directories on Windows x86_64 system.
    If the IBM Security Verify Directory installation location is C:\Program Files\IBM\LDAP\V10.0.3, set the PATH variable with the following values.
    set PATH="C:\Program Files\IBM\LDAP\V10.0.3\bin";%PATH%
    set PATH="C:\Program Files\IBM\LDAP\V10.0.3\sbin";%PATH%
    set PATH="C:\Program Files\IBM\LDAP\V10.0.3\lib64";%PATH%