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

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -