During the uninstallation of VMware Tool form Windows Server, it gives below error: Perform below steps to troubleshoot this issue.
How to Uninstall VMware Tools in a Windows Virtual Machine - 2019. How to Uninstall VMware Tools in a Windows Virtual Machine - 2019. To uninstall and reinstall VMware Tools: Right-click the virtual machine and c lick Guest Install/Upgrade VMware Tools. Open a Console to the virtual machine and log into the guest operating system.
Uninstall VM tool to perform complete cleanup:-
Try to Uninstall VM Tool by using below command. This command will perform complete cleanup on Windows Server. It will remove all registry entries related to VM Tool, and also remove older version of VM tool if exist.
Go to Start >> Run >> Type CMD
For 32 Bit OS: setup /c
For 64 Bit OS: setup64 /c
If this step doesn't remove VM tool properly and if you see any error or tool still there, perform below task to manually uninstall VM tool from Windows Server. Follow below article to uninstall by removing registry keys and installation folders.
If you will give source path of VMware Tool.msi, it returns error 'The file 'Z:VMware Tools.msi’ is not a valid installation package for the product VMware Tools…”
If Automatic Installation of VMware Tool doesn't work, so you have to mount *MSI installer package manually on Windows server. Path for Installation package is stored in ESXi datastore in below location.
/usr/lib/vmware/isoimages/*.iso
You may also download it from below link:-
https://packages.vmware.com/tools/esx/index.html
--------------------------------------------------------------------------------------------
Thanks for your time for reading out this article. Share your suggestion/feedback in comment box if you found it useful.
Follow my blogs @ http://www.facebook.com/VMwareInsight | VMware Community
The following sections describe how to install VMware Tools:
It is very important that you install VMware Tools in the guest operating system.
With the VMware Tools SVGA driver installed, Workstation supports significantly faster graphics performance.
The VMware Tools package provides support required for shared folders and for drag and drop operations.
Other tools in the package support synchronization of time in the guest operating system with time on the host, automatic grabbing and releasing of the mouse cursor, copying and pasting between guest and host, and improved mouse performance in some guest operating systems.
The installers for VMware Tools for Windows, Linux, FreeBSD and NetWare guest operating systems are built into VMware Workstation as ISO image files. (An ISO image file looks like a CD-ROM to your guest operating system and even appears as a CD-ROM in Windows Explorer. You do not use an actual CD-ROM to install VMware Tools, nor do you need to download the CD-ROM image or burn a physical CD-ROM of this image file.)
VMware Tools for Windows supports Windows 95, Windows 98, Windows Me, Windows NT 4.0, Windows 2000, Windows XP and Windows Server 2003 guest operating systems.
When you choose File > Install VMware Tools from the VMware Workstation menu, VMware Workstation temporarily connects the virtual machine's first virtual CD-ROM drive to the ISO image file that contains the VMware Tools installer for your guest operating system and begins the installation process.
The detailed steps for installing VMware Tools depend on the version of Windows you are running. The steps that follow show how to install VMware Tools in a Windows XP guest. Some steps that are automated in newer versions of Windows must be performed manually in Windows 9x and Windows NT.
Note: If you are running VMware Workstation on a Windows host, and your virtual machine has only one CD-ROM drive, the CD-ROM drive must be configured as an IDE or SCSI CD-ROM drive. It cannot be configured as a generic SCSI device.
To add an IDE or SCSI CD-ROM drive, see Adding, Configuring and Removing Devices in a Virtual Machine. For information about generic SCSI, see Connecting to a Generic SCSI Device.
Choose File > Install VMware Tools.
The remaining steps take place inside the virtual machine.
If autorun is not enabled, the dialog box does not appear automatically. If it doesn't appear, run the VMware Tools installer. Click Start > Run and enter D:setupsetup.exe where D: is your first virtual CD-ROM drive.
Note: You do not use an actual CD-ROM to install VMware Tools, nor do you need to download the CD-ROM image or burn a physical CD-ROM of this image file. The VMware Workstation software contains an ISO image that looks like a CD-ROM to your guest operating system and even appears as a CD-ROM in Windows Explorer. This image contains all the files needed to install VMware Tools in your guest operating system. When you finish installing VMware Tools, this image file no longer appears in your CD-ROM drive.
If you are migrating a VMware Workstation 2 disk to VMware Workstation 4 and your guest operating system is Windows NT, Windows Me, Windows 98 or Windows 95, you need to configure the video driver by hand. Instructions open automatically in Notepad at the end of the installation process. If the Notepad window is hidden, bring it to the front by clicking the Notepad button on the Windows taskbar.
For details, see the steps below that correspond to your guest operating system.
Click Next.
D:videowin9x
D: is the drive letter for the first virtual CD-ROM drive in your virtual machine.
Click OK.
If you are upgrading a virtual machine created under VMware Workstation 2, you may see a dialog box that warns, 'The driver you are installing is not specifically designed for the hardware you have.... Do you wish to continue?' Click Yes.
After the driver is installed, click Finish.
D:videowin9x
D: is the drive letter for the first virtual CD-ROM drive in your virtual machine.
Click OK.
D:videowin9x
D: is the drive letter for the first virtual CD-ROM drive in your virtual machine.
Click OK.
Choose File > Install VMware Tools.
The remaining steps take place inside the virtual machine.
Note: You do not use an actual CD-ROM to install VMware Tools, nor do you need to download the CD-ROM image or burn a physical CD-ROM of this image file. The VMware Workstation software contains an ISO image that looks like a CD-ROM to your guest operating system. This image contains all the files needed to install VMware Tools in your guest operating system.
Note: Some Linux distributions use different device names or organize the /dev directory differently. If your CD-ROM drive is not /dev/cdrom, modify the following commands to reflect the conventions used by your distribution.
mount /dev/cdrom /mnt
cd /tmp
tar zxf /mnt/vmware-linux-tools.tar.gz
umount /mnt
cd vmware-tools-distrib
./vmware-install.pl
exit
vmware-toolbox &
Note: You may run VMware Tools as root or as a normal user. To shrink virtual disks, you must run VMware Tools as root (su -).
You may find it helpful to configure your guest operating system so VMware Tools starts when you start your X server. The steps for doing so vary depending on your Linux distribution and your desktop environment. Check your operating system documentation for the appropriate steps to take.
For example, in a Red Hat Linux 7.1 guest using GNOME, follow these steps.
Main Menu (click the foot icon in the lower left corner of the screen) > Programs > Settings > Session > Startup Programs
The next time you start X, VMware Tools starts automatically.
If you need to remove VMware Tools from your Linux guest operating system, log on as root (su -) and run the following command:
vmware-uninstall-tools.pl
Choose File > Install VMware Tools.
The remaining steps take place inside the virtual machine, not on the host computer.
Note: You do not use an actual CD-ROM to install VMware Tools, nor do you need to download the CD-ROM image or burn a physical CD-ROM of this image file. The VMware Workstation software contains an ISO image that looks like a CD-ROM to your guest operating system. This image contains all the files needed to install VMware Tools in your guest operating system.
mount /cdrom
cd /tmp
tar zxf /cdrom/vmware-freebsd-tools.tar.gz
umount /cdrom
cd vmware-tools-distrib
./vmware-install.pl
exit
vmware-toolbox &
Note: You may run VMware Tools as root or as a normal user. To shrink virtual disks, you must run VMware Tools as root (su -).
Note: In a FreeBSD 4.5 guest operating system, sometimes VMware Tools does not start after you install VMware Tools, reboot the guest operating system or start VMware Tools on the command line in the guest. An error message appears:
Shared object 'libc.so.3' not found.
The required library was not installed. This does not happen with full installations of FreeBSD 4.5, but does occur for minimal installations. To fix the problem of the missing library, take the following steps:
cd /cdrom/compat3x
./install.sh
Choose File > Install VMware Tools.
The remaining steps take place inside the virtual machine.
LOAD CD9660.NSS
vmwtools:setup.ncf
restart server