How to upgrade Patch Manager in command line ?
search cancel

How to upgrade Patch Manager in command line ?

book

Article ID: 222028

calendar_today

Updated On:

Products

CA Client Automation - IT Client Manager CA Client Automation CA Client Automation - Patch Manager

Issue/Introduction

After upgrade of Domain Manager, Patch Manager was not upgraded.
How to upgrade it manually in command line ?

Environment

Client Automation - 14.0 and higher.

Resolution

Example for Client Automation 14.5
 
cd /D <source_ITCM_14.5>\WindowsProductFiles_x86\PatchManager"
 
msiexec.exe /i PatchManager.msi /l*v "%TEMP%\DSMUpgradePatchManager.log" REBOOT=REALLYSUPPRESS REINSTALLMODE=vomus REINSTALL=ALL /qb-!
 
reg ADD "HKLM\Software\WOW6432Node\ComputerAssociates\Unicenter ITRM\InstalledFeatures"  /v "Manager - Patch Manager" /d "14.5.0.153" /f