转载于:https://kc.mcafee.com/corporate/index?page=content&id=KB52648&actp=null&viewlocale=zh_CN

Environment

McAfee VirusScan Enterprise (VSE) 8.x
 

Summary

本文介绍在您无法通过“添加/删除程序”删除 VSE 时,使用命令行手动将其卸载的方法。
 

Solution

使用 msiexec.exe,通过命令行删除 VirusScan Enterprise (VSE):
  1. 依次单击开始运行
  2. 键入您的 VSE 版本适用的删除字符串,然后单击确定

    VirusScan Enterprise 8.8
     msiexec /x {CE15D1B6-19B6-4D4D-8F43-CF5D2C3356FF} REMOVE=ALL REBOOT=R /q
     
    VirusScan Enterprise 8.7i
    msiexec /x {147BCE03-C0F1-4C9F-8157-6A89B6D2D973} REMOVE=ALL REBOOT=R /q
     
    VirusScan Enterprise 8.5i 
    msiexec.exe /x {35C03C04-3F1F-42C2-A989-A757EE691F65} REMOVE=ALL REBOOT=R /q

    VirusScan Enterprise 8.0i 
    msiexec.exe /x {5DF3D1BB-894E-4DCD-8275-159AC9829B43} REMOVE=ALL REBOOT=R /q

可以搭配 msiexec.exe 使用的开关:
 
/q 安静开关可确保进行无提示删除,即不显示任何消息。
/x 此开关将自动删除安装。
/i
此开关将通过 UI (用户界面)进行通信,并用于修复、删除或修改安装。
/? 此开关可提供有关所有 msiexec.exe 命令开关的其他信息。

 

另外: http://sysadministration.wordpress.com/2012/05/03/removing-mcafee-virusscan-enterprise-8-x-mcafee-agen/

 
 
posted on 2014-03-21 16:07  viento  阅读(808)  评论(0编辑  收藏  举报