c# - VMWare vix api - not logging in into Vitual machine -
while powering virtual machine:
var virtualmachine = host.open("myvm.vmx"); virtualmachine.poweron(); virtualmachine.logininguest("administrator", "mypass");
everything gets stuck in log in screen of vm. possible somehow start vm, , have gui loaded , ready, because automated tests require gui of application present tests can fire off.
pass vix_login_in_guest_require_interactive_environment logininguest.
see remarks: https://www.vmware.com/support/developer/vix-api/vix17_reference/lang/com/functions/runprograminguest.html
Comments
Post a Comment