Specifications

Table Of Contents
VMware, Inc. 49
Chapter 3 Using VMware Tools
To!install!VMware!Tools!silently!in!a!Windows!guest,!make!sure!the!virtual!machine’s!
CDROM!drive!is!connected!to!the!VMware!Tools!ISO!image!(windows.iso,!located!in!
the!directory!where!you!installed!VMware!Server)!and!configured!to!connect!when!you!
power!on!the!virtual!machine.!Run!the!silent!installation
!on!the!extracted!installation!
packages.!At!the!command!prompt,!on!one!line,!type:
msiexec -i "D:\VMware Tools.msi" ADDLOCAL=ALL /qn
The!installation!command!can!be!customized!using!standard!Microsoft!Windows!
Installer!installation!options.
The!ADDLOCAL!option!defaults!to!install!all!VMware!Tools!components.!You!can!
customize!the!installation!using!a!combination!of!the!ADDLOCAL!and!REMOVE!options.!For!
information!about!the!features!of!VMware!Tools,!see!“A b o u t !VMware!Tools”!on!
page 39.!You!can!include!or!exclude!the!following!features:
! Toolbox!!the!VMware!Tools!control!panel!and!its!utilities.!Excluding!this!feature!
prevents!you!from!using!VMware!Tools!in!the!guest!operating!system,!and!is!not!
recommended.
! Drivers!!this!includes!the!SVGA,!Mouse,!BusLogic,!and!vmxnet!drivers.
! SVGA!!the!VMware!SVGA!driver.!Excluding!this!feature!limits!the!display!
capabilities!of!your!virtual!machine.
! Mouse!!the!VMware!mouse!driver.!Excluding!this!feature!decreases!mouse!
performance!in!your!virtual!machine.
! Buslogic!!the!VMware!BusLogic!driver.!Excluding!this!feature!prevents!you!
from!using!this!driver!in!your!virtual!machine.!If!your!virtual!machine!is!
configured!to!use!the!LSI!Logic!driver,!then!you!may!want!to!remove!this!
feature.
! VMXNet!!the!VMware!vmxnet!networking!driver.!Excluding!this!feature!
prevents!you!from!using!this!driver!in!your!virtual!machine.
! MemCtl!!the!VMware!memory!control!driver.!This!feature!is!recommended!
if!you!plan!on!using!this!virtual!machine!with!VMware!ESX!Server.!Excluding!
this!feature!hinders!the!memory!management!capabilities!of!the!virtual!
machine!running!on!an!VMware!ESX!Server!system.
To!include!a!feature,!use!it! with! the!ADDLOCAL!
option.
To!exclude!a!feature,!use!it!with!the!REMOVE!option.
For!example,!to!install!everything!but!the!shared!folders!driver,!type!the!following!on!
the!command!line:
msiexec -i "D:\VMware Tools.msi" ADDLOCAL=ALL REMOVE=Hgfs /qn