Silently installing Rational DOORS on a Windows system

To install the client and server again, instead of running the client and server installers again, you can create installation scripts that contain your preferred settings. Then, you can run the scripts to silently install the server and client across the network. You can silently install on Windows systems only.

Before you begin

If you plan to silently install on Windows Vista, Windows 2008, or Windows 7, make sure that the user account control is off.

About this task

Script your Rational® product installations in this order:

  1. Any of these products: Rational DOORS®, IBM® Rational Synergy, IBM Rational Change, and IBM Rational Tau
  2. Rational DOORS Analyst Add On
  3. All other products and integrations

To silently install, you run each product installer from a command prompt. You add settings, such as the port number and the location of the database, as parameter values.

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.

Procedure

  1. To silently install the Rational DOORS database server, enter a command in this format:
    C:\doors_server\setup.exe /s /v"/l*v
    \"C:\doors_server\install.log\" /qn
    PORTNUMBER=\"36677\"
    DATABASEDIR=\"C:\Program Files\IBM\Rational\DOORS\9.5\data\"
    INSTALLDIR=\"C:\Program Files\IBM\Rational\DOORS\9.5\""
  2. To silently install the Rational DOORS client, enter a command in this format:
    setup.exe /s /v"/l*v
    \"C:\doors_client\install.log\" /qn
    INSTALLDIR=\"C:\Program Files\IBM\Rational\DOORS\"
    CLIENTDATA=\"36677@server_machine\"
    LAPAGREE=\"Yes\" TLLICENSESERVER=\"19353@license_server\"

Feedback