Opened 12 years ago
Closed 11 years ago
#11765 closed defect (fixed)
"guestproperty set" toggles value with Powered Off vm => Fixed in SVN
Reported by: | vroetman | Owned by: | |
---|---|---|---|
Component: | guest control | Version: | VirtualBox 4.2.12 |
Keywords: | guestproperty set | Cc: | |
Guest type: | Windows | Host type: | Windows |
Description
When the VM is Powered Off,
VBoxManage guestproperty set VMName TestProperty
will set TestProperty with an empty value if TestProperty does not exist.
If TestProperty does exist, it will delete the property.
This means running the command multiple times will toggle the TestProperty value between set and deleted.
In the past, running guestproperty set would make sure the value was deleted, no matter its previous state. This is used to clear values that might be set from a previous run.
This is only when the VM is powered off. It works as expected if the VM is running.
This might be related to Ticket #11719.
Change History (2)
comment:1 by , 12 years ago
Summary: | "guestproperty set" toggles value with Powered Off vm → "guestproperty set" toggles value with Powered Off vm => Fixed in SVN |
---|
Thank you for this report! The syntax you use should actually delete the guest property. But the behavior you see is definitely a bug. It will be fixed with the next maintenance release.