It's all about the answers!

Ask a question

How do I avoid reboot on Team Concert Shell install


Anders Truelsen (16212020) | asked Jul 31 '12, 4:19 a.m.
retagged Dec 06 '12, 3:37 a.m. by Lakshmi Narasimhan T V (4415)
When I do a silent install of the Team Concert Shell using imcl -silent install ... it performs a silent reboot.
Is there any way I can force it to skip the reboot?

One answer



permanent link
Lakshmi Narasimhan T V (4415) | answered Jul 31 '12, 7:25 a.m.
JAZZ DEVELOPER
You should add the following attribute to agent-input tag.
rebootLater='true'

Comments
Anders Truelsen commented Jul 31 '12, 8:14 a.m.

Hi Lakshmi

Thanks for your answer. I don't use a configuration file, my call looks like this:

imcl.exe -acceptLicense install com.ibm.com.ibm.team.concert.winshell -repositories offering-repo\repository.config -log %TEMP%\ConfMgr_IBMIM_RTC_Shell_Install.log -installationDirectory c:\Tools\RTC_Shell4.0

Can I use "-preferences rebootLater=true" to get the desired behaviour?

regards /anders


Lakshmi Narasimhan T V commented Aug 01 '12, 9:10 a.m.
JAZZ DEVELOPER

Hi, I didn't find that preference in the list of preferences that can provided on the command line. acceptLicense and rebootLater are response file attributes. However only acceptLicense is a separate command line option now.

Your answer


Register or to post your answer.