home *** CD-ROM | disk | FTP | other *** search
- ;
- ; VBox host drivers - USB drivers - Win32 USB device
- ;
- ; Copyright (C) 2006-2007 Sun Microsystems, Inc.
- ;
- ; Sun Microsystems, Inc. confidential
- ; All rights reserved
- ;
-
- [Version]
- Signature="$Windows NT$"
- Class=USB
- ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
- provider=%sun%
- DriverVer = 10/23/2008,2.0.4
- CatalogFile=VBoxUSB.cat
-
- [SourceDisksNames]
- 1=%Disk_Description%,,,
-
- [SourceDisksFiles]
- VBoxUSB.sys = 1
-
- [Manufacturer]
- %MfgName%=sun
-
- [sun]
- %USB\VID_80EE&PID_CAFE.DeviceDesc%=VBoxUSB.Dev, USB\VID_80EE&PID_CAFE
-
- [DestinationDirs]
- VBoxUSB.Files.Ext = 10,System32\Drivers
-
- [VBoxUSB.Dev.NT]
- CopyFiles=VBoxUSB.Files.Ext
-
- [VBoxUSB.Dev.NT.Services]
- Addservice = VBoxUSB, 0x00000002, VBoxUSB.AddService
-
- [VBoxUSB.AddService]
- DisplayName = %VBoxUSB.SvcDesc%
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 3 ; SERVICE_DEMAND_START
- ErrorControl = 1 ; SERVICE_ERROR_NORMAL
- ServiceBinary = %10%\System32\Drivers\VBoxUSB.sys
- AddReg = VBoxUSB.AddReg
- LoadOrderGroup = Base
-
- [VBoxUSB.AddReg]
- HKR,,DevLoader,,*ntkern
- HKR,,NTMPDriver,,VBoxUSB.sys
-
- [VBoxUSB.Files.Ext]
- VBoxUSB.sys
-
- ;---------------------------------------------------------------;
-
- [Strings]
- sun="Sun Microsystems, Inc."
- MfgName="Sun Microsystems, Inc."
- Disk_Description="VBoxUSB Installation Disk"
- USB\VID_80EE&PID_CAFE.DeviceDesc="VirtualBox USB"
- VBoxUSB.SvcDesc="VirtualBox USB"
-