[Version]
Signature="$CHICAGO$"
Class=HDC
provider=%MFG%
[Manufacturer]
%MfgName%=USTORAGE
[USTORAGE]
%UF1.DeviceDesc%=UF.install,USB\VID_1403&PID_0001
%UFDisk.DeviceDesc%=UFPDR.install,USTORAGE\DISK
[PreCopySection]
HKR,,NoSetupUI,,1
[DestinationDirs]
UF.files = 10,System32\Drivers
UFPDR.files = 12
[UF.install]
CopyFiles=UF.files, UFPDR.files
AddReg=UF.addreg
[UF.install.HW]
AddReg=bulkonly.addreg.HW
[UF.addreg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,USTORAGE.SYS
; Indicate that the device uses the BULK ONLY protocol
[bulkonly.addreg.HW]
HKR,,DeviceProtocol,0x10001,50
; Install the port driver
[UFPDR.install]
AddReg=UFPDR.addreg
[UFPDR.addreg]
HKR,,DevLoader,,*ios
HKR,,PortDriver,,USTORAGE.pdr
[UF.files]
USTORAGE.sys
[UFPDR.files]
USTORAGE.pdr
[SourceDisksNames]
1000 = "USB Mass Storage Driver Disk","",,
[SourceDisksFiles]
USTORAGE.SYS = 1000
USTORAGE.PDR = 1000
;---------------------------------------------------------------;
[Strings]
MFG=""
MfgName=""
UF1.DeviceDesc="UStorage Drive"
UFDisk.DeviceDesc="UStorage Device"