It's all about the answers!

Ask a question

How do I install RTC 4.0.2 client silently


Alvaro Lopez Tijeras (2656) | asked Apr 09 '14, 11:57 a.m.
I need to install RTC 4.0.2 client in a silent way

Comments
Michael Afshar commented Apr 09 '14, 12:07 p.m.
JAZZ DEVELOPER

Here is the help topic you can use to install by using the command line. Installing from a command line 

4 answers



permanent link
Alvaro Lopez Tijeras (2656) | answered Apr 10 '14, 10:11 a.m.
Thankyou very much Robert and Michael,

finally I was be able to install RTC-client 4.0.2 silently. Those were the steps I followed:
1.- Download CLM-Web-Installer-4.0.2 and RTC-client-4.0.2
2.- Copy the downloaded RTC-client package within a CLM-Web-Installer subdirectory named 'repo' (to the same level than 'im' and 'launchpad' directories).
3.- Create a xml silent installation file (silent-install-client.xml), configured to the previous path 'repo'.
4.- Execute the next command:
.\userinstc.exe -acceptLicense -dataLocation C:\tmp\silent-install\data -silent -showVerboseProgress -nosplash -input silent-install-client.xml

Best regards.

Comments
Robert Carter commented Apr 10 '14, 10:14 a.m.

Glad to help. 


permanent link
Robert Carter (42928589) | answered Apr 09 '14, 12:37 p.m.
 Here is the IBM documentation on this subject, Install using Command Line

Here is a summary of the process: (Assuming 4.0.6 clean plain vanilla install of RTC and Installation Manager)
1. Download Web Installer from here:
Web Installer
https://jazz.net/downloads/rational-team-concert/releases/4.0.6?p=allDownloads

2. Download the IBM Installation Manager Repos for RTC client from here:
IBM Installation Manager Repositories
https://jazz.net/downloads/rational-team-concert/releases/4.0.6?p=allDownloads

3. Extract you Downloads to your local machine.  You will have two directories.  One for Web Installer and The other for RTC Client.

4. In the Web Installer update the silent-install-server2.xml so that it does not install Jazz Server software and only Installation manager by removing the lines that have reference to Jazz Applications

5. Run the command to install Installation Manager
.\userinstc -acceptLicense -dataLocation C:\tmp\silent-install\data -silent -showVerboseProgress -nosplash -input silent-install-server2.xml

6. Edit the silent-install-client.xml file to point to the RTC Installation Manager Repo you extracted from the download earlier.
<repository location='../repository.config' />

7. Run command to install RTC Client
.\userinstc -acceptLicense -dataLocation C:\tmp\silent-install\data -silent -showVerboseProgress -nosplash -input silent-install-client.xml



permanent link
Alvaro Lopez Tijeras (2656) | answered Apr 09 '14, 12:02 p.m.
Hello Robert Carter, I would like to install it in Windows

permanent link
Robert Carter (42928589) | answered Apr 09 '14, 12:00 p.m.
 Can you tell me what Operating System you are installing on?  There are some differences depending on the OS.

Your answer


Register or to post your answer.