Previous Topic: Uninstall CA Access Control

Next Topic: Installing and Customizing a UNIX Endpoint

Uninstall CA Access Control Silently

To uninstall CA Access Control without interactive feedback, you can uninstall CA Access Control silently using the command line. Be sure you are logged in to the Windows system as a user with Windows administrative privileges (that is, as the Windows administrator or a member of the Windows Administrators group).

To uninstall CA Access Control r12.5 silently, enter the following command:

Msiexec.exe /x{822BFADC-E040-4F5C-A00A-B8E558A2D616} /qn insert_params_here

The <insert_params_here> variable specifies the installation settings you want to pass to the installation program. For example, this command uninstalls CA Access Control creates an uninstall log in c:\ac_uninst.log:

Msiexec.exe /x{822BFADC-E040-4F5C-A00A-B8E558A2D616} /qn /l*v c:\ac_uninst.log

Note: If you do not do this manually, the installation program shuts CA Access Control down for you.

More information:

setup Command—Install CA Access Control for Windows