通过 MSI 安装 VMware Player 失败

Esh*_*war 5 vmware-player

每次(VMware Player 和 Workstation)都会弹出此错误,并且根本无法安装。创建临时文件后,我停止安装并直接运行 MSI 文件。它现在因“无法安装 hcmon 驱动程序”而失败。我在 VMware 论坛上发布了这个,现在 3 天没有帮助,我被卡住了。

我提取了设置并运行了 msi,hcmon 无法安装。我在 Windows 8 上,用户帐户是管理员。我尝试了所有解决方案都没有任何进展。我尝试过的一些事情是

  1. 将设置重命名为某个名称。
  2. setup.exe /z "action"="install" 开关
  3. 详细记录msi安装,发现hcmon安装失败后回滚安装。
  4. 校验和被验证。
  5. 禁用 AVG 和 ZoneAlarm。
  6. 创建桌面图标后立即停止安装并运行播放器,vmx 无法加载。

我使用最新的 VMware 播放器 5.1 并尝试了以前的播放器。

另一方面,Virtualbox 安装得很好,完全没有问题。也许这是矛盾的?不幸的是,Blackberry 10 模拟器是一个 VMX 文件。不支持虚拟机。有什么帮助吗?

setup.exe 的错误日志,这里是一个摘录:

MSI (s) (E8:C8) 
[01:00:22:709]: Note: 1: 1708  MSI (s) (E8:C8)
[01:00:22:725]: Product: VMware Player -- Installation failed. MSI (s) (E8:C8) 
[01:00:22:725]: Windows Installer installed the product.
Product Name: VMware Player. 
Product Version: 5.0.1. 
Product Language: 1033. 
Manufacturer: VMware, Inc.. 
Installation success or error status: 1603. MSI (s) (E8:C8) 
[01:00:22:756]: Deferring clean up of packages/files, if any exist MSI (s) (E8:C8) 
[01:00:22:756]: MainEngineThread is returning 1603 MSI (s) (E8:20) 
[01:00:22:756]: No System Restore sequence number for this installation. MSI (s) (E8:20)
[01:00:22:756]: User policy value 'DisableRollback' is 0 MSI (s) (E8:20) 
[01:00:22:756]: Machine policy value 'DisableRollback' is 0 MSI (s) (E8:20) 
[01:00:22:756]: Incrementing counter to disable shutdown. Counter after increment: 0 MSI (s) (E8:20) 
[01:00:22:756]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts
3: 2  MSI (s) (E8:20) 
[01:00:22:756]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2  MSI (s) (E8:20) 
[01:00:22:756]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1 MSI (s) (E8:20) 
[01:00:22:772]: Destroying RemoteAPI object. MSI (s) (E8:B4) 
[01:00:22:772]: Custom Action Manager thread ending. MSI (c) (B0:74) 
[01:00:22:787]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1 MSI (c) (B0:74) 
[01:00:22:787]: MainEngineThread is returning 1603
Run Code Online (Sandbox Code Playgroud)

小智 4

我也遇到了同样的问题,后来发现是hcmon司机的问题。它已经安装了,我尝试将其删除,然后一切都像魅力一样发挥作用。

手动删除 hcmon.sys 驱动程序:

  1. 右键单击“我的电脑”,然后单击“管理”。
  2. 单击设备管理器。
  3. 单击“查看”>“显示隐藏的设备”。
  4. 双击非即插即用驱动程序
  5. 右键单击 hcmon,然后单击卸载。
  6. 删除 C:\Windows\system32\drivers\hcmon.sys 文件。
  7. 重新启动计算机