VMWare Tools 1.x
Company: VMware, Inc.
Setup Type: Native Windows Installer setup (MSI)
Package Difficulty Rating: Somewhat Easy (2) [ Rate It or View Ratings ]
Most Commonly Reported Method: Windows Installer (with Custom Transform)
Record Created On: 4/11/2007
Number of Views: 11,355
 
  
 
Software Knowledge Base: The software knowledge base contains details on over 60,000. The closest record matching this software package is displayed here. Browse the Software KB directly to find similar records.

No record in the Software KB was found to match this package.

 
 
Command Lines: Command line details for installation and removal of this software. Details may include available command line arguments and/or public properties.

To Install all but the hgfs use the command line below:

msiexec -i "VMware Tools.msi" ADDLOCAL=ALL REMOVE=Hgfs /qn

This will perform a silent install

Above Entry Provided on 7/17/2009 by matthewh
Rate It
Rating
3
 
 
Notes: Shared "notes from the field" covering how to handle the automated installation of this software.

First, you need to extract the contents of windows.iso.

For example, I used ALZip to do this:

> ALZip.exe -x "C:\Program Files\VMware\VMware Workstation\windows.iso" .

Then, change to the windows subdirectory:

> cd windows

and type:

> msiexec.exe /i "VMware Tools.msi" /qb-! INSTALLLEVEL=1000 REBOOT=ReallySuppress

If you want to conditionally install VMWare Tools, you can use vmchk.exe found here:

http://chitchat.at.infoseek.co.jp/vmware/details.html#vmchk

vmchk.exe
if errorlevel 1 goto :vmware_found
goto :vmware_not_found

Above Entry Provided on 12/30/2005 by rasa
Rate It
Rating
117

The tools are version 3.1 for VMWare Workstation 5.x and Server 1.0.1

*Update* OP was correct although vmware tools are showing as ProductVersion 3.1 they should be 1.0.2.39867

The file versions and MSI version are different and will be fixed in next release.

Above Entry Provided on 4/11/2007 by Tone
Rate It
Rating
117

Another way to conditionaly install tools to VM's (only tested on VMware server)

Set objWMIService = GetObject("winmgmts:{impersonationLevel=impersonate}!\\.\root\cimv2")
Set colBIOS = objWMIService.ExecQuery("Select SerialNumber from Win32_BIOS")

For each objBIOS in colBIOS
If Left(objBIOS.SerialNumber, 6) = "VMware" Then 'Install Tools
msiexec.exe /i "VMware Tools.msi" /qb-! INSTALLLEVEL=1000 REBOOT=ReallySuppress
End If
Next

Above Entry Provided on 3/16/2007 by Tone
Rate It
Rating
117

Setting Hardware Accleration Level to Full.

You can add the following to a custom action sequenced before VM_CheckHWAcceleration_SetData



Const HKEY_LOCAL_MACHINE = &H80000002

Dim RegValueData

Set objReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\.\root\default:StdRegProv")

'Get Path to Acceleration.Level
objReg.GetStringValue HKEY_LOCAL_MACHINE,"HARDWARE\DEVICEMAP\VIDEO","\Device\Video0",RegValueData

'Set Acceleration.Level to Full
objReg.SetDWORDValue HKEY_LOCAL_MACHINE,RIGHT(RegValueData, 82),"Acceleration.Level",0

Above Entry Provided on 4/11/2007 by Tone
Rate It
Rating
118

If you want to set the video hardware acceleration level outside the msi you can access it under:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Video\{0DCC6AAF-9210-4363-929D-9900521F1EF6}\0000]
"Acceleration.Level"=dword:00000000

(with 0 being full and 5 being none)
(On ESX Server this is the id for the 'VMware SVGA II' Device)

Above Entry Provided on 5/23/2007 by KPrinz
Rate It
Rating
116
 
 
Virtualization: Information regarding how to work with this software in creating a virtual deployment package for products like Altiris SVS and Microsoft SoftGrid.

No information at this time. Discuss this package in the forum or click here if you have something to contribute!

 
 
Terminal Services: Notes on how to address problems working with this software in a Terminal Services session as with Citrix shared environments.

The shared folders component Hgfs interferes with user profile unloading in a terminal server environment and must not be installed.

I have not worked out how to do this as yet.

Above Entry Provided on 5/15/2008 by envirotex
Rate It
Rating
117
 
 
Related Links: Additional resources to reference in regards to the deployment and configuration of this software.
 
Security Information: Details covering which files, directories and/or registry entries must be opened to standard users for operation in a locked down environment.

No information at this time. Discuss this package in the forum or click here if you have something to contribute!

 
 
Discussion threads: Discussion topics in the AppDeploy message boards that have been linked as relevant information to this entry.
 

 


Report a problem
  Printer Friendly Version