xdissent / iectrl

Command line interface and Node module for managing ievms virtual machines
http://xdissent.github.io/iectrl
MIT License
198 stars 14 forks source link

VBoxManage syntax error in iectrl install WinXP #23

Open jesconstantine opened 9 years ago

jesconstantine commented 9 years ago

When I attempt to run iectrl install WinXP (to get all IE versions using winXP) I get the following error:

03:36 PM git $ iectrl install WinXP                                                                                                 
ERROR: Error: 
Command failed: C:\Windows\system32\cmd.exe /s /c "VBoxManage showvminfo 'IE6 - WinXP' '--machinereadable'" 

Oracle VM VirtualBox Command Line Management Interface Version 4.3.26
(C) 2005-2015 Oracle Corporation 
All rights reserved.

Usage:                                                     
VBoxManage showvminfo       <uuid|vmname> [--details] [--machinereadable]
VBoxManage showvminfo       <uuid|vmname> --log <idx>

Syntax error: unknown option: -

My platform details: Windows 7 Enterprise, 64 bit VirtualBox: 4.3.26-98988 iectrl Installed via node: 0.12.2

PS: Thanks for all of your work on this tool, I'm excited to start using it!