A word of caution to anyone running Vista on a VMware virtual machine - VMware Tools version 11.0.0 comes with an user mode OpenGL driver that expects K32EnumProcessModulesEx in kernel32.dll, which only exists on Windows 7+, thus one may unexpectedly get an error about the missing function when trying to run an OpenGL application, then application reporting it was unable to find an accelerated OpenGL driver or failing in some other way.
The last compatible VMware Tools version is 10.3.10. This should be reported as it seems like an oversight rather than intentional breakage, plus the function is actually supported on Vista, just resides in a different DLL, so it would be trivial to fix.