steps to download the Installation Manager software from my repository and install Installation Manager and RTC silently
Hi,
Can you give the me steps to download the Installation Manager software from my repository and install Installation Manager and RTC silently.
All these should happen in a single click from the .bat or .exe or .msi
1. Download Installation Manager software from our repository
2. Install the Installation Manager 1.7.2 (available in our repository)
3. Install RTC 4.0.6 (available in our Update Site)
Accepted answer
Hi Anbarasu,
I think that this is covered in the online help under Installing from the command line:
http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m6/topic/com.ibm.jazz.install.doc/topics/t_command-line_installation.html
In addition, there was an article in the Wiki that was written, although admittedly for Linux https://jazz.net/wiki/bin/view/Deployment/SilentInstallOnLinux
Regards
Paul
I think that this is covered in the online help under Installing from the command line:
http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m6/topic/com.ibm.jazz.install.doc/topics/t_command-line_installation.html
In addition, there was an article in the Wiki that was written, although admittedly for Linux https://jazz.net/wiki/bin/view/Deployment/SilentInstallOnLinux
Regards
Paul
One other answer
Finally, I got to write the batch script and convert it to exe.
The script downloads the package of installer and extracts the zip using 7 zip and install Installation Manager and RTC using response file (silent install).
Thanks,
Anbu