"Install VMware Tools" greyed out after installing Ubuntu 15.04 on VMware Player 7.1. I tried checking "No proxy" instead of default "Windows proxy settings" at "File->Preferences->Software updates-> Connection Settings". This did not work either. Is there a way to install VMware Tools?
7 Answers
I had the same issue. Like the answer posted before, I had to shutdown the machine and change both the floppy drive and cd drives to "Auto detect" and then power on the machine.
I unmounted the two ISOs which were mounted because of the Easy Install. After that I was able to push the "Install VMware Tools" button in the dropdown menu.

- 117,780

- 71
- 1
This worked for me on Ubuntu 16.04
sudo apt-get install open-vm-tools-desktop

- 163
-
1I think you mean Any supported version of Ubuntu >=14.04 See http://packages.ubuntu.com/search?keywords=open-vm-tools-desktop&searchon=names&suite=all§ion=all – Elder Geek Nov 08 '16 at 19:30
-
1@ByteCommander Well that command did not work for me, but i found another solution and posted it as answer. – Matiss Nov 15 '16 at 11:21
-
-
1@terdon Is it? Oh, oops... I must have been a little sleepy... Thanks for paying attention. – Byte Commander Nov 15 '16 at 19:39
-
You can mount VMwareTools CD image manualy, file path is like this:
C:\Program Files (x86)\VMware\VMware Workstation\linux.iso

- 6,605
- 7
- 30
- 37

- 41
A good solution for Ubuntu as a VMWare guest is to install the open VMWare tools: This can be done from the command line with the command
sudo apt-get install --install-suggests open-vmware-tools

- 21,339
If you add a CD-ROM Drive then you see this option "Reinstall VMware Tools...".
If you don't hava a CD-Rom the option to reinstall the VMware Tools will not be availlable.

- 1
What you have to do is simple,
just start a Guest Machine(your VM)
then you will see that the VM -> Install VMware Tools ... option is enabled.
Simple clue - when you starting the Guest Machine you see this dialog box (if you have not checked it out earlier) after clicking OK, VM -> Install VMware Tools ... option is enabled.
You do not need to change anything other than starting a Guest Machine.(No need to change proxy settings in VMware or unmount an image mounted on your guest machine CD/DVD ROM)
Install VMWare Tools
button to become active. – KulaGGin Jan 10 '22 at 17:39