#3201 closed defect (fixed)
Guest additions .inf files need [ClassInstall32] section => Fixed in SVN
回報者: | Brian J. Murrell | 負責人: | |
---|---|---|---|
元件: | guest additions | 版本: | VirtualBox 2.1.2 |
關鍵字: | 副本: | ||
Guest type: | Windows | Host type: | Linux |
描述
Per ticket #1923 the .inf files that the Guest Additions installs need to have a "[ClassPath32]" section in them or the installer will fail to install them, complaining of a missing section in the .INF file.
I added this section, empty to the .inf files in c:\program files\sun\xvm bla bla\*.inf and then searched for new hardware and pointed the hardware wizard at the above dir and they finally, after many months of banging my head against the wall, installed.
Can you please ensure future Guest Additions have this change?
Thanx, b.
更動歷史 (6)
comment:2 16 年 前 由 編輯
摘要: | Guest additions .inf files need ClassPath32 section → Guest additions .inf files need [ClassInstall32] section |
---|
comment:3 16 年 前 由 編輯
Just out of curiosity, any idea why this is needed in my installation only? It would seem that nobody else has had this need so far.
If you are interested in rolling up a new windows guest additions .iso for me to test, just to be sure the fix is sufficient prior to the next release, I'd be happy to test it for you.
comment:4 16 年 前 由 編輯
It could be some internal behavior of Windows which needs the [ClassInstall32] (not [ClassPath32]!) section. Normally this section only is needed when an unknown device-class driver is installed (otherwise, a standard class installer gets called).
Hi Brian,
thanks for the fix! We will integrate it in the next upcoming version.