Is there any way to initiate a non-interactive VMware Tools install using VixVM_InstallTools? Currently, the tools install launches a wizard GUI that prompts the user to select installation options. For automation purposes, it would be ideal to be able to 'silently' install the VMware Tools without requiring any user interaction.
The VixVM_InstallTools function has 'options' and 'commandLineArguments' parameters, but these are currently required to be 0 and NULL respectively.