VBoxManage guestproperty - how to?
Posted: 12. Sep 2012, 14:39
I'm trying to use the Guest properties feature to transfer a string between Host and Guest.
I managed to set a <value> for self created <property> on the Host side and could read it on the Guest side.
So far so good, but I don't understand the "flags", especially the TRANSIENT flag.
The help file tells me:
That's not what I would understand as "the value will not be stored........"
So, is this a bug or just a misunderstanding ?
My goal is to transfer a string between Host and Guest and delete the string automatically by shutting down the Guest or the Host.
Has anybody an Idea how to do this?
Thank you in advance!
Alex
I managed to set a <value> for self created <property> on the Host side and could read it on the Guest side.
So far so good, but I don't understand the "flags", especially the TRANSIENT flag.
The help file tells me:
When i set a value with the TRANSIENT flag, the value is still there even after rebooting the Host. And i can find the <property> incl. <value> in the *.vbox file.TRANSIENT: the value will not be stored with the VM data when the VM exits;
That's not what I would understand as "the value will not be stored........"
So, is this a bug or just a misunderstanding ?
My goal is to transfer a string between Host and Guest and delete the string automatically by shutting down the Guest or the Host.
Has anybody an Idea how to do this?
Thank you in advance!
Alex