Obtaining VMware Tools for VMWare Player through Extraction
In the freeware review, I wrote about machine virtualization through VMWare, Virtual PC, and Parallels. What I forgot to mention is that slave operating systems running inside of these virtualization programs need to use special drivers for the virtual “hardware” it sees in the virtual machine.
Initially, when you install an operating system in the virtual machine, the slave operating system relies on generic, slow drivers for the video, network, mouse, optical drive, and other peripherals. In order to get the greatest performance from these virtual machines, it is necessary to use special drivers from the virtual machine creators. VMWare makes it exceptionally difficult to get these drivers, which are called VMTools. They are only available in the for-pay versions of its software, notably the VMWare Workstation.
Extraction Workaround
Fortunately, there is a workaround to obtain those drivers. VMWare Workstation is available for Linux and Windows. Since Linux software is usually loosely packaged and unprotected in *.tar.gz files, it is easy to extract the driver files we’ll need for the specific operating system.
- Just download the evaluation copy of VMWare Workstation for Linux. It will be a gzipped tarball file.
- Extract the contents.
- Search for all *.iso files in the expanded files.
- Use the *.iso file that pertains to your slave operating system to install the drivers on the virtual machine. (For all Windows slave operating systems, it is “windows.iso”)
And there you have it. Immediately after installing the drivers, you will notice a huge performance change in your virtual machine.
January 25th, 2008 at 12:40 pm
To elaborate on step 4.:
Extract the files contained in windows.iso, copy them to the windows virtual machine and use the installer to install VMTools.
Cheers~!
April 16th, 2008 at 1:34 pm
on windows, you can also get them if you download the free VMWare converter and install that, they store them in a folder called “vmtools”
May 13th, 2008 at 8:25 pm
Windows XP Pro SP3: “VMware Tools” are in the install folder (program files/VMware/VMware Player)from VMware player as a rar file named “windows.iso”
November 23rd, 2008 at 10:49 am
If you get a .bundle file which you can\’t extract in version 6.5, just use 6.0.5.. it should have .tar.gz 🙂
June 23rd, 2009 at 3:22 am
I came around this post which describes how to get windows.iso from vmware site without needint to download the whole 200-300 MiB of workstation file.
http://tim.cexx.org/?tag=windowsiso
I thot it may be helpful for other ppl.