windwos core系统命令行方式卸载Backup Exec Remote agent失败

book

Article ID: 100052719

calendar_today

Updated On:

Description

Error Message

命令行执行窗口无任何错误信息,但是检查Backup Exec Remote agent文件夹所有文件都还在。

安装日志中有如下信息

Backup Exec (TM) Agent for Windows Installation Log 

02-11-2022,14:06:00 : Windows Operating System Version: 10.0 - Server 

02-11-2022,14:06:00 : Checking MSXML6 Version. 

02-11-2022,14:06:00 : Minimum required MSXML6 version is: 6.20.2003.0 

02-11-2022,14:06:00 : C:\WINDOWS\system32\msxml6.dll 

02-11-2022,14:06:00 : MSXML6 available version is: 6.30.17763.1339 

02-11-2022,14:06:00 : Executing alternate Core OS executable: 

02-11-2022,14:06:00 : C:\temp\RAWSx64\Install\setupcore.exe 

02-11-2022,14:06:00 : OS is Windows 8 or Windows 2012. 

02-11-2022,14:06:00 : Target Version 20.0.1188; (Major=20, Minor=0, Build=1188) 

02-11-2022,14:06:00 : Media Version 20.0.1188.1863; (Major=20, Minor=0, Build=1188) 

02-11-2022,14:06:00 : BE_CheckForB2BUpgrade: Build versions are same. Checking for Dot build to build upgrade 

02-11-2022,14:06:00 : Executing BE_MsiGetPropertyFromSourceMedia 

02-11-2022,14:06:00 : C:\temp\RAWSx64\Install\Media\Veritas Backup Exec Remote Agent for Windows Systems.msi 

02-11-2022,14:06:00 : 0 

+ 02-11-2022,14:06:00 : SetupCore: The Backup Exec Agent for Windows has been detected on the target computer. There are no updates or upgrades required at this time. 

02-11-2022,14:06:00 : SUCCESS: Installation has completed successfully. 

Resolution

按照如下步骤,用windows WMIC工具卸载。

  • 以管理员身份打开命令行
  • 输入“wmic”,回车
  • 输入“product get name”,回车
    这会显示所有已安装的程序
  • 运行如下命令卸载agent
    product where name="Veritas Backup Exec Remote Agent for Windows" call uninstall 
  • 输入Y,回车,即可卸载

Issue/Introduction

windwos core系统参考手册中命令SETUP /UNINSTALL: 卸载Backup Exec Remote agent失败