Re: [vbox-dev] createHardDisk and createBaseStorage

2009-08-11 Thread Frédéric SOSSON
This is my python code. I am not sure about "# Switch to mutable machine" and "# Add a storage controler" #!/usr/bin/python import traceback import time from datetime import date from vboxapi import VirtualBoxManager style = None myMachineName = "___MY_TEST_MACHINE___" myMachineType = "WindowsX

Re: [vbox-dev] Win7Beta guest won't install with one CPU? [SOLVED]

2009-08-11 Thread Sander van Leeuwen
I assume you used the wrong guest OS type then. The IO-APIC is enabled by default for all 64 bits guests. walt wrote: On 08/10/2009 01:00 PM, walt wrote: Hi, I finally got the latest Win7 (64-bit build 7100) installed as a guest on my linux 64-bit machine, but it wasn't simple. The install d

Re: [vbox-dev] createHardDisk and createBaseStorage

2009-08-11 Thread Frédéric SOSSON
I'm coding in Python and it's not so easy to translate from cpp, so how to defined ISession ? 2009/8/10 Huihong Luo : > you need a mutable IMachine instance, refer to following code: > > // delete a vbox vm given the vm name > HRESULT DeleteVBoxVM(IN PWSTR vmname) > { > HRESULT rc; > rc = CreateVB