上一主题: 卸载 CA ControlMinder下一主题: 安装和自定义 UNIX 端点


静默卸载 CA ControlMinder

要卸载 CA ControlMinder 而不进行交互反馈,您可以使用命令行静默卸载 CA ControlMinder。 确保以拥有 Windows 管理权限的用户(即 Windows 管理员或 Windows Administrators 组成员)身份登录 Windows 系统。

要静默卸载 CA ControlMinder r12.5,请输入以下命令:

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

<insert_params_here> 变量用于指定希望传递到安装程序的安装设置。 例如:以下命令卸载 CA ControlMinder,并在 c:\ac_uninst.log 中创建一个卸载日志:

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

注意:如果未手工执行该操作,安装程序将为您关闭 CA ControlMinder。

更多信息:

安装命令-安装 CA ControlMinder for Windows