AlbinoRaven Posted November 29, 2005 Posted November 29, 2005 On the ESX Server you will find the iso for the VMware Tools in the /usr/lib/vmware/isoimages/windows.iso. Use WinISO or WinRAR to extract the files into a folder.Place the reference to the VMWare tools in the RunOnceEx.cmd to a batch file.REG ADD %KEY%\017 /VE /D "VMWare Tools for ESX 2.5.2" /fREG ADD %KEY%\018 /V 1 /D "%systemdrive%\Drivers\VMware.cmd" /fThe batch file to launch the VMWare tools.================@echo off%systemdrive%\Drivers\setup.exe /S /v"/qn ADDLOCAL=ALL REBOOT=ReallySuppress================Voila!The cake is ready, serve with ice cream and coffee!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now