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.
About this task
In the example, installation of IBM Security Verify
Directory is shown.
Procedure
-
Log in as a member of the administrator group.
-
Access the command prompt.
-
Change the current working directory to the directory where the IBM Security Verify
Directory installable is stored.
-
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.
-
To install the IBM Security Verify
Directory
silently, run the following command.
setup.exe /s /f1install.iss
-
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%