18

I installed Mountain Lion and then I tried to run and then got this error:

The virtual machine cannot enter Unity mode because:
- The guest operating system does not have VMware Tools installed.
- The guest operating system's resolution cannot be changed.

Then I try to update tools:

Could not find component on update server.
Contact VMware Support or your system administrator.
Sam R.
  • 16,027
  • 12
  • 69
  • 122
user2525449
  • 275
  • 1
  • 2
  • 9

3 Answers3

13

Arkadi's answer is right, here are the detailed actions:

(See also this post for more snapshots)

  • Download darwin.iso.
  • Right click your virtual machine in vmware
  • Click the settings menu item
  • Select CD/DVD item in the left UI
  • On the right UI, select and mount the darwin.iso.

enter image description here

Now, the vmware tools installation is started in your Mac OSX virtual machine:

enter image description here

David
  • 15,894
  • 22
  • 55
  • 66
  • i still get the "The guest operating system's resolution cannot be changed." error message after i installed darwin.iso and latest VMsvga2 driver. I have VMWare 10.1 and Mac OS X 10.9. Do you have any further suggestions what can be done here?.. – avs099 Aug 21 '14 at 14:18
12

You can download VMWare Tools and graphic driver from here:

Sam R.
  • 16,027
  • 12
  • 69
  • 122
Boris M
  • 121
  • 2
8

The links supplied in Boris M answer points to software that is outdated and opens ad-ware sites in browser after install.

Here are the official darwin.iso (9MB) and darwin.iso.sig files from VMware Fusion 6.0.4 for Mac. Put it into vmware/isoimages/ folder next to other ISO files.

Unfortunately, VM > Install VMware Tools menu entry still won't work, so attach the ISO manually and install the package.

Arkadi Shishlov
  • 351
  • 2
  • 5
  • Again, taking stuff from dropbox is slightly weird to me, [here's a Github repo](https://github.com/DrDonk/unlocker) that is updated frequently with everything you need to install VMware with a OSX guest, including the vmware-tools. Upon running the `gettools.py` python script, you'll have a `tools/` directory with `darwin.iso`. This script pulls the latest official vmware darwin.iso image. – Enrico Borba Aug 28 '18 at 16:06