; ; VBox host drivers - USB drivers - Win32 USB device ; ; Copyright (C) 2006-2007 Oracle Corporation ; ; Oracle Corporation confidential ; All rights reserved ; [Version] Signature="$Windows NT$" Class=USB ClassGUID={36FC9E60-C465-11CF-8056-444553540000} provider=%ORACLE% DriverVer = 12/01/2010,3.2.12 CatalogFile=VBoxUSB.cat [SourceDisksNames] 1=%Disk_Description%,,, [SourceDisksFiles] VBoxUSB.sys = 1 [Manufacturer] %MfgName%=ORACLE, NTamd64 [ORACLE.NTamd64] %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] ORACLE="Oracle Corporation" MfgName="Oracle Corporation" Disk_Description="VBoxUSB Installation Disk" USB\VID_80EE&PID_CAFE.DeviceDesc="VirtualBox USB" VBoxUSB.SvcDesc="VirtualBox USB"