Script your Rational® product installations in this order:
To silently install, you run each product installer from a command prompt. The command includes the path to the directory where the client or database server setup files are stored. You add settings, such as the installation log file, port number, and the location of the database, as parameter values. These settings are shown in italics in the following examples. In each example, replace 9.version with the version of Rational DOORS, as shown in your installation directory.
If errors occur, a silent installation program records status information in the install.log file. In the script, you can specify any log name and location.
C:\doors_server\setup.exe /s /v"/l*v
\"C:\doors_server\install.log\" /qn
PORTNUMBER=\"36677\" LAPAGREE=\"Yes\"
DATABASEDIR=\"C:\Program Files\IBM\Rational\DOORS\9.version\data\"
INSTALLDIR=\"C:\Program Files\IBM\Rational\DOORS\9.version\""
C:\doors_client\setup.exe /s /v"/l*v
\"C:\doors_client\install.log\" /qn
INSTALLDIR=\"C:\Program Files\IBM\Rational\DOORS\9.version\"
CLIENTDATA=\"36677@server_machine\"
LAPAGREE=\"Yes\" TLLICENSESERVER=\"19353@license_server\"