How to uninstall ITCM Web Console in command line ?
search cancel

How to uninstall ITCM Web Console in command line ?

book

Article ID: 231110

calendar_today

Updated On:

Products

CA Client Automation - IT Client Manager

Issue/Introduction

How to uninstall Web Console and Web Services in command line ?

Environment

Client Automation - Any Versions

Resolution

1- From Client Automation iso file copy the directory WindowsProductFiles_x86\Manager in a temp directory on DOMAIN (ex: c:\temp\manager)

2- Execute these commands in a cmd with Administrative privileges :

caf stop
cd c:\temp\manager
msiexec.exe /i Manager.msi /l*v "%TEMP%\DSMRemoveWAC.log" REMOVE=MgrWAC,MgrWS /qb
caf start