Silent installation of the Rational DOORS Web Access server

Use silent installation to install the Rational® DOORS® Web Access server. Silent installation does not support the configuration options that are available during a standard installation.

Before you begin

Copy the following text into a text file, and replace [path] with the path to the directory where you want to install the server.
#Has the license been accepted
#-----------------------------
LICENSE_ACCEPTED=TRUE

#Choose Install Folder
#---------------------
USER_INSTALL_DIR=[path]
Save the file as installer.properties in the same directory as the Rational DOORS Web Access server installer.
If you are installing on Solaris or Linux, make the installation file an executable file by running the following command:
chmod u+x installation_file_name

About this task

Silent installation runs using either the defaults provided by the installer or through modification to the installer.properties file.

Procedure

  1. Open a command window, and navigate to the directory where the Rational DOORS Web Access server installer and the installer.properties files are located.
  2. Type installer -i silent, where installer is the name of the Rational DOORS Web Access server installation file.
    Note: Use the -f switch to specify a different properties file.

Feedback