Installing silently on Windows

You can install Rational Team Concert products silently using a command prompt window.

About this task

For command-line installations, you must have the DVD media or "Local" Rational Team Concert download. The Web download does not currently support the command-line installation.

To install Rational Team Concert products:

Procedure

  1. Open a command prompt window and navigate to the win32 subdirectory of the installation directory that contains the installation files.
  2. Use one or more of the following commands to install your Rational Team Concert products.
    Note: It is recommended that you install as the administrator user using the installc.exe command. However, you can perform the installation as a non-administrator with the userinstc.exe command.
    For example, to install the server as administrator, run the following command:
    installc.exe -input install-server.xml --launcher.ini silent-install.ini
    Or to install the server as non-administrator, run the following command:
    userinstc.exe -input install-server.xml --launcher.ini user-silent-install.ini
  3. Similarly, to install the remaining products as administrator, run the following commands:
        installc.exe -input install-client.xml --launcher.ini silent-install.ini
        installc.exe -input install-buildsystem.xml --launcher.ini silent-install.ini
        installc.exe -input install-cc-connector.xml --launcher.ini silent-install.ini
        installc.exe -input install-cq-connector.xml --launcher.ini silent-install.ini
    To install as non-administrator, replace installc.exe with userinstc.exe and slient-install.ini with user-silent-install.ini.
    If the product is already installed, running the command updates (if necessary) instead of installing a new instance.
    Important: Verify that the products are not running before initiating an update.

Feedback

Did this help? You can provide feedback at Jazz.net (registration required): Comment in the forums or submit a bug