Skip to content

Instantly share code, notes, and snippets.

@thepwrtank18
Last active April 26, 2024 11:56
Show Gist options
  • Star 13 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save thepwrtank18/0d56a08998acb3e150e262abe3d82b44 to your computer and use it in GitHub Desktop.
Save thepwrtank18/0d56a08998acb3e150e262abe3d82b44 to your computer and use it in GitHub Desktop.
Download VMware Tools for Windows Vista (and Windows 7 RTM)

As of 12/11/2020, VMware no longer signs Tools for Windows Vista with SHA-1, so you need Windows 7 SP1 or later to use the latest version.

However, you can use an older version of VMware Tools, which is here: https://media.githubusercontent.com/media/thepwrtank18/thepwrtank18/master/VMware%20Tools%20for%20Windows%207%20RTM%20and%20Vista.iso

Link is dead. Instead, here's a full on guide.

Step 0: Foreword

This is an unsupported operating system, with unsupported drivers. Use this at your own risk.

Step 1: Preparation

You will need:

  • Either a:
    • x64 Windows Vista ISO
    • x64 Windows Vista Disc + Reader
  • VMware Workstation (Pro or Player) 15.x, or Pro 16.x and higher.
  • An old version of the VMware Tools ISO (10.3.5 to be precise), from here

Step 2: Creation

Note: Do not let VMware scan your ISO or disc, Easy Install may use the wrong version of Windows, whether a wrong edition or architecture.

Make a VM. If you have Pro or Player 15.x, do what you normally do. If you have Pro 16.x, make sure compatibility is set to Workstation 15.x (in Custom settings). After that, customize the settings you want. (Player does not support custom settings, so you either need to get 15.x, which is what you need anyway, or Pro 16.x and higher.)

Step 3: Modification

Make sure you have your ISO or disc selected in the VM options. If there's a floppy disc or extra DVD drive with "autoinst" or the like on it, remove that drive.

Step 4: Installation

Install as usual. When it tells you to create a user profile, don't do that for now. Go to the VM settings, then put in the VMware Tools ISO you got earlier. Don't install VMware Tools via VM>Install VMware Tools. After that, press Shift+F10 in the VM. Put in D:\setup64.exe.

Step 5: Initialization

Do the VMware Tools installation as usual. When it says if it wants to restart the machine, say "Yes", then go to VM>Power>Reset. When it reboots, do the setup as normal. Let it monitor your computer's performance, as drivers are installed.

@Andre96ggitalia
Copy link

404 oof

@thepwrtank18
Copy link
Author

@Andre96ggitalia I actually made a full on guide on the VMware subreddit. I copied the markdown here. Look at it again.

@archeYR
Copy link

archeYR commented Dec 10, 2021

Hello, unsure about Windows 7 RTM, but for Windows Vista SP2 you can apply a KB4474419 update for Server 2008 which adds SHA2 support. VMware Tools installer also checks for Windows 7 and certain components depend on Windows 7 API. Some time ago I modified an early version of VMware Tools 11.x and added own 7+ stubs to make it fully working on Vista. D3D11 and OpenGL 4.1 acceleration was working fine in Vista guest.
Przechwytywanie
If anyone is interested I might try that again with latest VMware Tools at some point.

@thepwrtank18
Copy link
Author

Can you send a link to the modified VMware Tools?

@archeYR
Copy link

archeYR commented Dec 12, 2021

It is here: https://openfire-ros.duckdns.org/nextcloud/index.php/s/9oHzZNdoKLmYX84/download
Keep in mind that it will work fully only on extended Vista. On vanilla Vista SP2 some features won't work (eg. accelerated OpenGL).

@MLXProjects
Copy link

In my case, after setting up a Windows 7 RTM (no SP1) VM I've noticed that vmware tools 10.3.5 requires SP1 to work, so here is a link to the last one working for 7 RTM (10.2.5) https://packages.vmware.com/tools/releases/10.2.5/windows/VMware-tools-windows-10.2.5-8068406.iso

@tester5454
Copy link

thanks. it worked and installed
vm using: windows vista x64 sp2 edition

@Hazuki-san
Copy link

Wow, this is a lifesaver gist. Thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment