[Resolved] Windows 10 VM guest addition does not work with installation exe
Posted: 20. Mar 2019, 22:52
Hi,
I am using Debian 9 host and Windows 10 guest. My Virtualbox manager is 5.2.6, so the same version for WIndows 10 guest addition.
When I am using guestcontrol to invoke an exe file to run in the Windows 10 VM, it only works with exe that run (for example calc, notepad, or our own apps). However it does not work with any exe that do the installation into the VM.
For example, if I do this command from the Linux host:
I have these errors:
Thanks
I am using Debian 9 host and Windows 10 guest. My Virtualbox manager is 5.2.6, so the same version for WIndows 10 guest addition.
When I am using guestcontrol to invoke an exe file to run in the Windows 10 VM, it only works with exe that run (for example calc, notepad, or our own apps). However it does not work with any exe that do the installation into the VM.
For example, if I do this command from the Linux host:
Code: Select all
vboxmanage guestcontrol <VM name> --username <name> --password <password> -v run --exe C:/tmpInstall/filename.exe -- <appname> --mode unattended
Any of you have similar issues?Code: Select all
Creating guest session to start... Successfully started guest session (ID 1) Starting guest process VBoxManage: error: VERR_UNRESOLVED_ERROR VBoxManage: error: Details: code VBOX_E_IPRT_ERROR (0x80bb005) component GuestProcessWrap, interface IGuestProcess, callee nsISupports VBoxManage: error: Context: "WaitForArray(ComSafeArraysInParam(aWaitStartFlags), gctlRunGetRemainingTime(msStart, cMsTimeout), &waitResult)" at line1529 Closing guest session...
Thanks