Changeset 98626 in vbox for trunk/src/VBox/Additions/common/VBoxGuest
- Timestamp:
- Feb 18, 2023 2:13:49 AM (2 years ago)
- 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 1 1 ; $Id$ 2 2 ;; @file 3 ; INF file for installing the VirtualBox Windows guest driver .3 ; INF file for installing the VirtualBox Windows guest driver, XP and later. 4 4 ; 5 5 -
trunk/src/VBox/Additions/common/VBoxGuest/win/VBoxGuestEarlyNT.inf
r98599 r98626 1 1 ; $Id$ 2 2 ;; @file 3 ; INF file for installing the VirtualBox Windows guest driver .3 ; INF file for installing the VirtualBox Windows guest driver, pre-XP variant. 4 4 ; 5 5 … … 42 42 DriverPackageType=PlugAndPlay 43 43 ;edit-DriverVer=08/26/2008,2.00.0000 44 ;cat CatalogFile=VBoxGuest .cat44 ;cat CatalogFile=VBoxGuestEarlyNT.cat 45 45 46 46 [SourceDisksNames] … … 56 56 VBoxTray_CopyFiles = 11 ; system32 57 57 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. 58 60 [Manufacturer] 59 %ORACLE%=VBoxGuest @COMMA-NT-ARCH@61 %ORACLE%=VBoxGuest 60 62 61 [VBoxGuest @DOT-NT-ARCH@]63 [VBoxGuest] 62 64 %VBoxGuest.DeviceDesc%=VBoxGuest_Install,PCI\VEN_80ee&DEV_cafe 63 65
Note:
See TracChangeset
for help on using the changeset viewer.