***本記事にはプロモーションが含まれています。***
Windows VistaホストでVirtualBoxをインストールし、実行すると次のようなエラーが出ることがあるそうです。
Failed to create the VirtualBox COM object.
The application will now terminate.
Callee RC: REGDB_E_CLASSNOTREG (0x80040154)
その時は、C:Program FilesInnoTek VirtualBoxに行き、
VBoxSVC /ReRegServer
regsvr32 VBoxC.dll
とすると良いそうです。