Description: Creates a new VM with virtual hard drive in VirtualBox.
Parameter:
- vmName: Name of the VM.
- diskSize: Size of the virtual HD in MB.
- ramSize: Size of RAM in MB.
- VMCreationMessage: Variable where the VirtualBox (error) messages will be written to.
Returns:
- true, when the creation was successfully, otherwise false.
root
2015-09-06