Uninstalling ITM 8.1 (silently) using a command line or script.

ca

Title:  Uninstalling ITM 8.1 (silently) using a command line or script.

 
 
Description:CA Integrated Threat Management (ITM) 8.1 can be interactively uninstalled from Add/Remove programs.

However, there may be cases where there’s a need to perform the un-install from a command prompt or through a script silently.

Solution:

  1. In order to uninstall the ITM Server, the following command must be executed from the command prompt:MsiExec.exe /X{279B9433-D04B-4BD1-B7A3-C3FA42291979}

     

  2. In order to uninstall the ITM Agent, the following command must be executed from the command prompt:MsiExec.exe /X{107558C8-458B-45EA-A0FE-7CC10D687DB6}

     

  3. In order to uninstall iTechnology iGateway, the following command must be executed from the command prompt:MsiExec.exe /X{847501DF-07C0-4691-B04A-893929F108AE}

    NOTE:
    If there are more CA products installed on the same machine, please make sure that the iTechnology iGateway component is not being used by any of those products. In case of any doubt, please do on hesitate to contact the Technical Support team.

For a silent uninstall (without any user interaction/intervention), add the switch “/qn” as a parameter to the command-line.

Example of a silent uninstall command for ITM Server:

MsiExec.exe /qn /X{279B9433-D04B-4BD1-B7A3-C3FA42291979}

You can leave a response, or trackback from your own site.

Leave a Reply

You must be logged in to post a comment.

Powered by WordPress and Bootstrap4