VirtualBox

Ignore:
Timestamp:
Feb 18, 2023 2:13:49 AM (2 years ago)
Author:
vboxsync
Message:

Add/VBoxGuest.inf,VBoxVideo.inf,Installer: Seems we need special versions of the .INF-files for windows 2000 and NT4, as these doesn't grok the comma stuff in the [Manufacturer] section. VBoxGuest works, VBoxVideo not so much on W2K.

Location:
trunk/src/VBox/Additions/common/VBoxGuest/win
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/win/VBoxGuest.inf

    r98308 r98626  
    11; $Id$
    22;; @file
    3 ; INF file for installing the VirtualBox Windows guest driver.
     3; INF file for installing the VirtualBox Windows guest driver, XP and later.
    44;
    55
  • trunk/src/VBox/Additions/common/VBoxGuest/win/VBoxGuestEarlyNT.inf

    r98599 r98626  
    11; $Id$
    22;; @file
    3 ; INF file for installing the VirtualBox Windows guest driver.
     3; INF file for installing the VirtualBox Windows guest driver, pre-XP variant.
    44;
    55
     
    4242DriverPackageType=PlugAndPlay
    4343;edit-DriverVer=08/26/2008,2.00.0000
    44 ;cat CatalogFile=VBoxGuest.cat
     44;cat CatalogFile=VBoxGuestEarlyNT.cat
    4545
    4646[SourceDisksNames]
     
    5656VBoxTray_CopyFiles = 11 ; system32
    5757
     58; Windows 2000 and NT4 treats entries here as pure 'name=section' and will not
     59; split the value on commas. Newer InfVerif.exe requires the comma stuff here.
    5860[Manufacturer]
    59 %ORACLE%=VBoxGuest@COMMA-NT-ARCH@
     61%ORACLE%=VBoxGuest
    6062
    61 [VBoxGuest@DOT-NT-ARCH@]
     63[VBoxGuest]
    6264%VBoxGuest.DeviceDesc%=VBoxGuest_Install,PCI\VEN_80ee&DEV_cafe
    6365
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette