文档目录

Windows安装性能优化工具出现“There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected Contact your support personnel or package vendor”提示,怎么办?

原因

云主机之前安装的版本较低的性能优化工具有残留,需清理干净安装包后重新安装。

解决方案

操作步骤

    可尝试参考以下步骤解决:

  1. 删除注册表中的键值,msdtc服务(分布式事务协调器)重建。以管理员身份打开运行命令行窗口,执行以下命令:
    reg delete HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSDTC /f
    reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTC /f
    reg delete HKEY_CLASSES_ROOT\CID /f
    net stop msdtc
    msdtc -uninstall
    msdtc -install
  2. 重启云主机。
  3. 在命令行窗口执行以下命令卸载版本较低的QGA:
    msiexec /a "c:\Program Files\GuestTools\qemu-ga.msi" targetdir="c:\Program Files"
    "c:\Program Files\QEMU Guest Agent\Qemu-ga\qemu-ga.exe" -s vss-uninstall
  4. 重新安装性能优化工具。
常见问题解答(FAQ) | 5.5.30 | ZStack Cloud · ZCF | ZStack 资源中心