home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Installation file (.inf) for the FDU01B device.
- ;
- ; (c) Copyright 2002 Identix Incorporated.
- ;
-
- [Version]
- Signature="$Windows NT$"
- Class=USB
- Provider=%Identix%
- ClassGUID={36fc9e60-c465-11cf-8056-444553540000}
- DriverVer=12/16/2002,4.0.0.0
-
- [PreCopySection]
- HKR,,NoSetupUI,,1
-
- [SourceDisksNames]
- 1 = %DISK1%,, 0
-
- [SourceDisksFiles]
- VenusDrv.sys=1,,
- Venus.dll=1,,
-
- [DestinationDirs]
- DefaultDestDir=10,System32\Drivers
- FPUSB.Files.Ext = 10,System32\Drivers
- FPUSB.Files.Dll = 11 ; 9x - System Dir, NT - System32 Dir
-
- [ControlFlags]
- ;ExcludeFromSelect=* ; removes all device here from the device installer list
-
- [Manufacturer]
- %Identix%=Identix
-
- [Identix]
-
- ; Identix DFR2080 Fingerprint Device Isochronous Mode
- %USB\VID_0A86&PID_0100.DeviceDesc%=FPUSB, USB\VID_0A86&PID_0100
-
- ; Identix DFR2080 Fingerprint Device Bulk Mode
- %USB\VID_1162&PID_0100.DeviceDesc%=FPUSB, USB\VID_1162&PID_0100
-
-
- ; =================== DFR2080 USB FRD Driver ===================
-
- [FPUSB]
- CopyFiles=FPUSB.Files.Ext, FPUSB.Files.Dll
- AddReg=FPUSB.AddReg
-
- [FPUSB.AddReg]
- HKR,,DevLoader,,*ntkern
- HKR,,NTMPDriver,,VenusDrv.sys
-
- [FPUSB.Files.Ext]
- VenusDrv.sys
-
- [FPUSB.Files.Dll]
- Venus.dll
-
- [FPUSB.NTx86]
- CopyFiles=FPUSB.Files.Ext, FPUSB.Files.Dll
-
- [FPUSB.NTx86.Services]
- Addservice = FPUSB, 0x00000002, FPUSB_AddService_Inst
- [FPUSB_AddService_Inst]
- DisplayName = %FPUSB.SvcDesc%
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 1 ; SERVICE_SYSTEM_START
- ErrorControl = 0 ; SERVICE_ERROR_IGNORE
- LoadOrderGroup = Pointer Port
- ServiceBinary = %12%\VenusDrv.sys
-
- [Strings]
-
- Identix="Identix Incorporated"
- ;DFR2080 Isoch, 2002.12
- USB\VID_0A86&PID_0100.DeviceDesc="Identix DFR2080 USB Isochronous Mode"
-
- ;DFR2080 Bulk, 2002.12
- USB\VID_1162&PID_0100.DeviceDesc="Identix DFR2080 USB Bulk Mode"
-
-