Can’t uninstall VMware player 5.0 from computer with Hyper-V

hyper-vvmware-player

I had installed VMware player on my computer. Later I installed Hyper-V on my computer.

Now, when I try to uninstall VMware player, I get this message:

HyperV Error

Can anybody provide a way to remove VMware without removing Hyper-V?
My OS is Windows 8 Enterprise.

Best Answer

Modify the file

C:\ProgramData\VMware\VMware Player\Uninstaller\bootstrap.lua

or

C:\ProgramData\VMware\VMware Workstation\Uninstaller\bootstrap.lua 

using a text editor and comment out line

CheckForMSHyperV()

with two dashes, so it will become

--CheckForMSHyperV()

Then save the file and rerun the uninstall and it will succeed.

Related Question