Can we install VMware tools with VMware Sphere SDK?
In vSphere API/SDK Documentation writes follows:
■ | MountToolsInstaller – Mounts the VMware Tools CD installer as a CD-ROM for the guest operating system. To monitor the status of the tools installallation, check GuestInfo.toolsStatus. Check GuestInfo.toolsVersionStatus and GuestInfo.toolsRunningStatus for related information. |
■ | UnmountToolsInstaller – Unmounts the VMware Tools installer CD. |
■ | UpgradeToolsTask – Performs an upgrade of VMware Tools. This method assumes VMware Tools has been installed and is running. The method takes one argument, InstallerOptions, which allows you to specify command-line options passed to the installer to modify the installation procedure for tools. |