﻿id	summary	reporter	owner	description	type	status	component	version	resolution	keywords	cc	guest	host
11644	guestproperty wait does not work in headless mode => Fixed in SVN	vroetman		"VBoxManage guestproperty wait does not work in headless mode in VirtualBox 4.2.8 and 4.2.10. It does work in 4.2.6, so this is a regression.

The Host is Windows 7. The Guest is Windows 7.

The problem is the same with 4.2.8 and 4.2.10, with both 4.2.8 and 4.2.10 guest additions. It works fine with 4.2.6 VBox and 4.2.8 Guest Additions in the guest, so the probably is not in the guest additions.

After the guest is started, the host waits with:

{{{
VBoxManage guestproperty wait GuestName LoginCompleted
}}}

In the guest, and AutoRun.bat file executes:

{{{
VBoxControl guestproperty set LoginCompleted True
}}}


This works fine in 4.2.6 for both headless and gui modes.
It only works in 4.2.8 and 4.2.10 in gui mode, but not headless mode. In headless mode,

{{{
VBoxManage guestproperty wait GuestName LoginCompleted
}}}

never comes back, and keeps waiting, even after the variable is set.
The set guest properties can be read with get or enumerate, so they are set, but wait does not work."	defect	closed	guest control	VirtualBox 4.2.10	fixed	guestproperty wait		Windows	Windows
