You are not logged in.

  • "johnmcloud" started this thread

Posts: 10

Date of registration: Jun 8th 2011

  • Send private message

1

Wednesday, June 8th 2011, 6:46pm

VboxManage? Where?

Maybe is't a stupid question, but i can start the vboxmanage with the portable vbox.
I try:
C:\blabla /Portable-Virtualbox.exe listvm --long but not work
C:\blabla /app32/VboxManage.exe listvm --long but not work

How i can use vboxmanage?

maro

User

Posts: 1

Date of registration: Jun 18th 2011

  • Send private message

2

Saturday, June 18th 2011, 2:49am

I have no problem here to run:
path\to\my\portable-VBox\directory\VBoxManage list vms --long
but as I find that rather annoying I typically first change into that relevant directory so that I can execute:
VBoxManage list vms --long

What I found important to note is that the VirtualBox COM server needs to be running at that time, as you otherwise get something like:
VBoxManage.exe: error: Failed to create the VirtualBox object!
VBoxManage.exe: error: Code REGDB_E_CLASSNOTREG (0x80040154) - Class not registered (extended info not available)
VBoxManage.exe: error: Most likely, the VirtualBox COM server is not running or failed to start.

You can ensure this by starting the portable VirtualBox application as this ensures that the required drivers are temporarily installed and the required services are running.

boklm

User

Posts: 1

Date of registration: Jun 23rd 2011

  • Send private message

3

Thursday, June 23rd 2011, 11:34pm

You may also need to set the variable VBOX_USER_HOME so that VBoxManage use the right config :

Source code

1
set VBOX_USER_HOME=path\to\portablevbox\data\.VirtualBox