admin 管理员组文章数量: 887021
http://djjlewis.wordpress/2009/12/04/installing-vmware-workstation-7-on-windows-server-2008-r2-error-this-product-can-only-be-installed-on-windows-xp-or-later/
If you get this error message when trying to install VMWare Workstation 7 on Windows Server 2008 R2, it is most probably because you have the Hyper-V role installed and enabled which is not compatible with VMWare. The easiest option is to follow the instructions detailed on this blog to disable the Hyper-V service from a command prompt and then reboot: sc config hvboot start= disabled
To re-enable Hyper-V, type this from a command prompt and reboot: sc config hvboot start= boot
UPDATE: It turns out you can’t simply re-enable hyper-v once VMWare WS installed. If you try to run the command above you will get exactly the same message from sc.exe i.e. “The parameter is incorrect”. This message is displayed because of the competing hypervisors of VMWare WS and Hyper-V and only one can be running on the system at once. This probably means uninstalling VMWare WS if you want to get back to Hyper-V…
本文标签: Windows Server Workstation Installing VMware
版权声明:本文标题:Installing VMWare Workstation 7 on Windows Server 2008 R2 – “Error: This product can only be installed on Windows XP or later.” 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.freenas.com.cn/jishu/1727341624h1104976.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论