; Installation inf for the Win98 USB Mass driver ; ; Vajna 2003/NOV/29 MFSystem. Co. LTD. ; [Version] Signature="$CHICAGO$" Class=HDC provider=%MSFT% [Manufacturer] %MfgName%=MFSystem [MFSystem] %USB\VID_1332&PID_1325.DeviceDesc%=TelechipsUMSS.install,USB\VID_1332&PID_1325 %UMSS\DISK.DeviceDesc%=telepdr.install,UMSS\DISK [PreCopySection] HKR,,NoSetupUI,,1 [DestinationDirs] ; \\SYSTEM32\DRIVERS teleumss.files = 10,System32\Drivers ; \\SYSTEM\IOSUBSYS telepdr.files = 12 [TelechipsUMSS.install] CopyFiles=teleumss.files, telepdr.files AddReg=teleumss.addreg [teleumss.addreg] HKR,,DevLoader,,*ntkern HKR,,NTMPDriver,,TELEUMSS.SYS ; If the device does not correctly indicate which protocol it uses, ; one of the following sections should be added to indicate which protocol ; the driver should use. ; Indicate that the device uses the C/B/I protocol [cbi.addreg.HW] HKR,,DeviceProtocol,0x10001,00 ; Indicate that the device uses the C/B protocol [cb.addreg.HW] HKR,,DeviceProtocol,0x10001,01 ; Indicate that the device uses the BULK ONLY protocol [bulkonly.addreg.HW] HKR,,DeviceProtocol,0x10001,50 ; Install the port driver [telepdr.install] AddReg=telepdr.addreg [telepdr.addreg] HKR,,DevLoader,,*ios HKR,,PortDriver,,telepdr.pdr [teleumss.files] teleumss.sys [telepdr.files] telepdr.pdr [SourceDisksNames] 1000 = "MFSystem Win98 USB Mass Storage Driver Install Disk","",, [SourceDisksFiles] TELEUMSS.SYS = 1000 TELEPDR.PDR = 1000 ;---------------------------------------------------------------; [Strings] MSFT="MFSystem" MfgName="MFSystem" USB\VID_1332&PID_1325.DeviceDesc="MFSystem Win98 USB MASS Storage Driver" UMSS\DISK.DeviceDesc="MFSystem Win98 USB Mass Storage Device"