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

7

1

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.

devi

Posted 2012-10-22T19:59:35.620

Reputation: 466

1This made my day. Stupid pre-install checks.... If the installation is done via MSI. You can use orca to remove all the checks. – billc.cn – 2012-10-22T20:10:07.093

Do you still have this problem if 5.0.1 is used? There was an update on November 6th. – Ramhound – 2012-11-15T18:43:49.467

Answers

22

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.

Yury

Posted 2012-10-22T19:59:35.620

Reputation: 236

0

The easy way to do this simply turn off Hyper-V, and then restart, uninstall VMware, re-add Hyper-V.

If you feel like going hunting in the registry there is probably another way, but this way is easier and safer.

soandos

Posted 2012-10-22T19:59:35.620

Reputation: 22 744

Yeah, very "easy" and much "safer"! - only takes two reboots and potential virtual switch snafus! – abstrask – 2013-11-13T15:32:29.743