Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How do I install RTC 4.0.2 client silently

I need to install RTC 4.0.2 client in a silent way

0 votes

Comments

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



4 answers

Permanent link
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.

2 votes

Comments

Glad to help. 


Permanent link
 Can you tell me what Operating System you are installing on?  There are some differences depending on the OS.

0 votes


Permanent link
Hello Robert Carter, I would like to install it in Windows

0 votes


Permanent link
 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


0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 2,357

Question asked: Apr 09 '14, 11:57 a.m.

Question was seen: 5,520 times

Last updated: Apr 10 '14, 10:14 a.m.

Confirmation Cancel Confirm