;============================================================================ ; Installation file (.inf) for Windows 10 Finger Print USB Device. ; ; All Rights Reserved, Copyright(C) ELAN Microelectronics Corp. 2003-2016 ;============================================================================ [Version] Signature="$Windows NT$" Class=Biometric ClassGuid={53D29EF7-377C-4D14-864B-EB3A85769359} Provider=%ProviderName% CatalogFile=WbfUsbDriver.cat DriverVer=10/19/2016, 1.6.7.202 [Manufacturer] %VenderName%=Elan,NTamd64, NTamd64.6.2, NTamd64.6.3, NTamd64.10.0 [Elan.NTamd64] %DeviceName% = Biometric_Install, USB\VID_04F3&PID_0903 %DeviceName% = Biometric_Install, USB\VID_04F3&PID_0C03 ; For Acer FP [Elan.NTamd64.6.2] %DeviceName% = Biometric_Install, USB\VID_04F3&PID_0903 %DeviceName% = Biometric_Install, USB\VID_04F3&PID_0C03 ; For Acer FP [Elan.NTamd64.6.3] %DeviceName% = Biometric_Install, USB\VID_04F3&PID_0903 %DeviceName% = Biometric_Install, USB\VID_04F3&PID_0C03 ; For Acer FP [Elan.NTamd64.10.0] %DeviceName% = Biometric_Install_Win10, USB\VID_04F3&PID_0903 %DeviceName% = Biometric_Install_Win10, USB\VID_04F3&PID_0C03 ; For Acer FP ;---------------------------------------------------------------------------- ; SourceDisks Sections ;---------------------------------------------------------------------------- [SourceDisksNames] 1 = %MediaDescription% [SourceDisksFiles] msvcr120.dll = 1 WbfUsbDriver.dll = 1 EngineAdapter.dll = 1 WudfUpdate_01011.dll = 1 EFDUninst.dll = 1 EFDUninst.exe = 1 ElanIcon.ico = 1 EFDCoInstaller01006.dll = 1 Acer Fingerprint.exe = 1 Acer FingerprintAdmin.exe = 1 Acer FingerprintService.exe = 1 WinIo64.dll = 1 WinIo64.sys = 1 Windows Hello Help.pdf = 1 ElCredProv.dll = 1 ElCredProv_Win10.dll = 1 ElPassFilt.dll = 1 ;---------------------------------------------------------------------------- ; Install Sections ;---------------------------------------------------------------------------- [DestinationDirs] UMDriverCopy = 12, UMDF ; \Windows\System32\drivers\UMDF WinBioEngineAdapterCopy = 11, WinBioPlugins ; \Windows\System32\WinBioPlugins CoInstallers_CopyFiles = 11 EFDApp.CopyFiles = 16422, %TargetDir% ; Program file Acer_CopyFiles = 16422, "Acer Fingerprint" ; Program file\Acer Fingerprint System32_CopyFiles = 11 Del_ACER_System32_Files = 11 ;---------------------------------------------------------------------------- ; Common File Copy and Registry Operations ;---------------------------------------------------------------------------- [UMDriverCopy] WbfUsbDriver.dll,,,0x00004000 [WinBioEngineAdapterCopy] EngineAdapter.dll,,,0x00004000 [CoInstallers_CopyFiles] WudfUpdate_01011.dll,,,0x00002004 EFDCoInstaller01006.dll,,,0x00002004 [EFDApp.CopyFiles] EFDUninst.dll,,,0x00004000 EFDUninst.exe,,,0x00004000 ElanIcon.ico,,,0x00004000 [Acer_CopyFiles] Acer Fingerprint.exe,,,0x00004000 Acer FingerprintAdmin.exe,,,0x00004000 Acer FingerprintService.exe,,,0x00004000 WinIo64.dll,,,0x00004000 WinIo64.sys,,,0x00004000 Windows Hello Help.pdf,,,0x00004000 [System32_CopyFiles] msvcr120.dll,,,0x00004000 ElCredProv.dll,,,0x00004000 ElCredProv_Win10.dll,,,0x00004000 ElPassFilt.dll,,,0x00004000 WinIo64.dll,,,0x00004000 WinIo64.sys,,,0x00004000 ;---------------------------------------------------------------------------- ;[ClassInstall32] ;AddReg=BiometricClass_RegistryAdd ;[BiometricClass_RegistryAdd] ;HKR,,,,%ClassName% ;HKR,,Icon,,"-201" ;HKR,,IconPath,0x00010000,"%%SYSTEMROOT%%\system32\SysClass.dll,-201" ;---------------------------------------------------------------------------- ; UMDF WBDI Usb Device - WBDI IOCTL interface ;---------------------------------------------------------------------------- [Device_Properties] DeviceIcon,,,,"%%SYSTEMROOT%%\system32\SysClass.dll,-201" ; This is where a device specific icon can be specified. ;---------------------------------------------------------------------------- ; Win7 ;---------------------------------------------------------------------------- [Biometric_Install.NT] AddProperty=Device_Properties Include=WINUSB.INF ; Import sections from WINUSB.INF Needs=WINUSB.NT ; Run the CopyFiles & AddReg directives for WinUsb.INF CopyFiles=UMDriverCopy,\ WinBioEngineAdapterCopy,\ EFDApp.CopyFiles,\ Acer_CopyFiles,\ System32_CopyFiles AddReg=EFD_System.AddReg,\ EFD_DeviceInfo.AddReg,\ EFD_OtherSetting.AddReg [Biometric_Install.NT.hw] AddReg=Biometric_Device_AddReg AddReg=DriverPlugInAddReg, DatabaseAddReg [Biometric_Install.NT.Services] AddService=WUDFRd,0x000001fa,WUDFRD_ServiceInstall ; flag 0x2 sets this as the service for the device AddService=WinUsb,0x000001f8,WinUsb_ServiceInstall ; this service is installed because its a filter. [Biometric_Install.NT.Wdf] KmdfService=WINUSB, WinUsb_Install UmdfDispatcher=WinUsb UmdfService=WbfUsbDriver, WbfUsbDriver_Install UmdfServiceOrder=WbfUsbDriver [Biometric_Install.NT.CoInstallers] AddReg=CoInstallers_AddReg CopyFiles=CoInstallers_CopyFiles ;---------------------------------------------------------------------------- ; Win10 ;---------------------------------------------------------------------------- [Biometric_Install_Win10.NT] AddProperty=Device_Properties Include=WINUSB.INF ; Import sections from WINUSB.INF Needs=WINUSB.NT ; Run the CopyFiles & AddReg directives for WinUsb.INF CopyFiles=UMDriverCopy,\ WinBioEngineAdapterCopy,\ EFDApp.CopyFiles,\ Acer_CopyFiles,\ System32_CopyFiles AddReg=EFD_System_Win10.AddReg,\ EFD_DeviceInfo.AddReg,\ EFD_OtherSetting.AddReg [Biometric_Install_Win10.NT.hw] AddReg=Biometric_Device_AddReg AddReg=DriverPlugInAddReg, DatabaseAddReg [Biometric_Install_Win10.NT.Services] AddService=WUDFRd,0x000001fa,WUDFRD_ServiceInstall ; flag 0x2 sets this as the service for the device AddService=WinUsb,0x000001f8,WinUsb_ServiceInstall ; this service is installed because its a filter. [Biometric_Install_Win10.NT.Wdf] KmdfService=WINUSB, WinUsb_Install UmdfDispatcher=WinUsb UmdfService=WbfUsbDriver, WbfUsbDriver_Install UmdfServiceOrder=WbfUsbDriver [Biometric_Install_Win10.NT.CoInstallers] AddReg=CoInstallers_AddReg CopyFiles=CoInstallers_CopyFiles [WinUsb_Install] KmdfLibraryVersion = 1.11 [WbfUsbDriver_Install] UmdfLibraryVersion=1.11.0 DriverCLSID = "{7B0E15BA-A44A-427e-AB31-EA220E3EE1D4}" ServiceBinary = %12%\UMDF\WbfUsbDriver.dll [Biometric_Device_AddReg] HKR,,"DeviceCharacteristics",0x10001,0x0100 ; Use same security checks on relative opens HKR,,"Security",,"D:P(A;;GA;;;BA)(A;;GA;;;SY)" ; Allow generic-all access to Built-in administrators and Local system HKR,,"LowerFilters",0x00010008,"WinUsb" ; FLG_ADDREG_TYPE_MULTI_SZ | FLG_ADDREG_APPEND HKR,,"Exclusive",0x10001,1 HKR,,"SystemWakeEnabled",0x00010001,1 HKR,,"DeviceIdleEnabled",0x00010001,1 HKR,,"UserSetDeviceIdleEnabled",0x00010001,1 HKR,,"DefaultIdleState",0x00010001,1 HKR,,"DefaultIdleTimeout",0x00010001,5000 [DriverPlugInAddReg] HKR,WinBio\Configurations,DefaultConfiguration,,"0" HKR,WinBio\Configurations\0,SensorMode,0x10001,1 ; Basic - 1, Advanced - 2 HKR,WinBio\Configurations\0,SystemSensor,0x10001,1 ; UAC/Winlogon - 1 HKR,WinBio\Configurations\0,SensorAdapterBinary,,"WinBioSensorAdapter.DLL" ; Windows built-in WBDI sensor adapter. HKR,WinBio\Configurations\0,EngineAdapterBinary,,"EngineAdapter.DLL" ; Vendor engine HKR,WinBio\Configurations\0,StorageAdapterBinary,,"WinBioStorageAdapter.DLL" ; Windows built-in storage adapter HKR,WinBio\Configurations\0,DatabaseId,,"D0586DE1-1F56-4F9F-B904-67930F9A703A" ; Unique database GUID [DatabaseAddReg] HKLM,System\CurrentControlSet\Services\WbioSrvc\Databases\{D0586DE1-1F56-4F9F-B904-67930F9A703A},BiometricType,0x00010001,0x00000008 HKLM,System\CurrentControlSet\Services\WbioSrvc\Databases\{D0586DE1-1F56-4F9F-B904-67930F9A703A},Attributes,0x00010001,0x00000001 HKLM,System\CurrentControlSet\Services\WbioSrvc\Databases\{D0586DE1-1F56-4F9F-B904-67930F9A703A},Format,,"00000000-0000-0000-0000-000000000000" HKLM,System\CurrentControlSet\Services\WbioSrvc\Databases\{D0586DE1-1F56-4F9F-B904-67930F9A703A},InitialSize,0x00010001,0x00000020 HKLM,System\CurrentControlSet\Services\WbioSrvc\Databases\{D0586DE1-1F56-4F9F-B904-67930F9A703A},AutoCreate,0x00010001,0x00000001 HKLM,System\CurrentControlSet\Services\WbioSrvc\Databases\{D0586DE1-1F56-4F9F-B904-67930F9A703A},AutoName,0x00010001,0x00000001 HKLM,System\CurrentControlSet\Services\WbioSrvc\Databases\{D0586DE1-1F56-4F9F-B904-67930F9A703A},FilePath,,"" HKLM,System\CurrentControlSet\Services\WbioSrvc\Databases\{D0586DE1-1F56-4F9F-B904-67930F9A703A},ConnectionString,,"" [WUDFRD_ServiceInstall] DisplayName = %WudfRdDisplayName% ServiceType = 1 StartType = 3 ErrorControl = 1 ServiceBinary = %12%\WUDFRd.sys LoadOrderGroup = Base [WinUsb_ServiceInstall] DisplayName = %WinUsb_SvcDesc% ServiceType = 1 StartType = 3 ErrorControl = 1 ServiceBinary = %12%\WinUSB.sys [CoInstallers_AddReg] HKR,,CoInstallers32,0x00010000,"WudfUpdate_01011.dll","EFDCoInstaller01006.DLL,CoInstallerEntry" ; HKR,,CoInstallers32,0x00010000,"WudfCoinstaller.dll" ;---------------------------------------------------------------------------- ; Entry point for Uninstallation. ; This section is executed as part of Uninstallation. ;---------------------------------------------------------------------------- [Uninstall] DelReg = Uninstall_DelReg DelFiles = Del_ACER_System32_Files [Del_ACER_System32_Files] ElCredProv.dll ElCredProv_Win10.dll ElPassFilt.dll WinIo64.dll WinIo64.sys ;---------------------------------------------------------------------------- ; Uninstall Section ;---------------------------------------------------------------------------- [Uninstall_DelReg] HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\ElanFP HKLM,%ServiceRoot%"\ElanFP HKCU,Software\ElanFP HKLM,Software\Microsoft\Windows\CurrentVersion\Authentication\Credential Providers\{b84ca702-35a8-4e67-8d2a-6c2807b297d3} HKCR,CLSID\{b84ca702-35a8-4e67-8d2a-6c2807b297d3} HKLM,SYSTEM\CurrentControlSet\services\WINIO,DisplayName HKLM,SYSTEM\CurrentControlSet\services\WINIO,ErrorControl HKLM,SYSTEM\CurrentControlSet\services\WINIO,Start HKLM,SYSTEM\CurrentControlSet\services\WINIO,Type HKLM,SYSTEM\CurrentControlSet\services\WINIO,ImagePath HKLM,Software\Microsoft\Windows\CurrentVersion\Run,"Acer Fingerprint" ;---------------------------------------------------------------------------- ; Device Information Section ;---------------------------------------------------------------------------- [EFD_DeviceInfo.AddReg] HKLM,%ServiceRoot%"\ElanFP\DeviceInfo",DeviceType,%REG_DWORD%,0 ; 0 = USB, 1 = SPI HKLM,%ServiceRoot%"\ElanFP\DeviceInfo",AcceptSampleHint,%REG_DWORD%,18 ; Max Enroll Times (1~50) HKLM,%ServiceRoot%"\ElanFP\DeviceInfo",CoveragePercent,%REG_DWORD%,80 ; Coverage Percent (20~100) [EFD_OtherSetting.AddReg] HKLM,%ServiceRoot%"\ElanFP\OtherSetting",SupportPBA,%REG_DWORD%,1 ; 0 = Not Support, 1 = Support ;---------------------------------------------------------------------------- ; System Section ;---------------------------------------------------------------------------- [EFD_System.AddReg] HKLM,%ServiceRoot%"\ElanFP",InstallDir,%REG_SZ%,"%1%" HKLM,%ServiceRoot%"\ElanFP",Version,%REG_SZ%,"%DriverVersion%" HKLM,%ServiceRoot%"\ElanFP",DriverVersion,%REG_SZ%,"ELAN FingerPrinter %DriverVersion%_%DriverBit%_%DriverVersionExtend%" ; Windows\CurrentVersion\Uninstall HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\ElanFP,DisplayName,%REG_SZ%,"ELAN FingerPrinter %DriverVersion%_%DriverBit%_%DriverVersionExtend%" HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\ElanFP,UninstallString,%REG_EXPAND_SZ%,"%%ProgramFiles%%\%TargetDir%\EFDUninst.exe" HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\ElanFP,DisplayVersion,%REG_SZ%,"%DriverVersion%" HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\ElanFP,DisplayIcon,%REG_EXPAND_SZ%,"%%ProgramFiles%%\%TargetDir%\ElanIcon.ico" HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\ElanFP,Publisher,%REG_SZ%,%Publisher% HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\ElanFP,URLInfoAbout,%REG_SZ%,"www.emc.com.tw" HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\ElanFP,NoModify,%REG_DWORD%,1 HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\ElanFP,NoRepair,%REG_DWORD%,1 HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\ElanFP,EstimatedSize,%REG_DWORD%,14028 ; ElCredProv HKLM,Software\Microsoft\Windows\CurrentVersion\Authentication\Credential Providers\{b84ca702-35a8-4e67-8d2a-6c2807b297d3},,%REG_SZ%,"ElCredProv" HKCR,CLSID\{b84ca702-35a8-4e67-8d2a-6c2807b297d3},,%REG_SZ%,"ElCredProv" HKCR,CLSID\{b84ca702-35a8-4e67-8d2a-6c2807b297d3}\InprocServer32,,%REG_SZ%,"ElCredProv.dll" HKCR,CLSID\{b84ca702-35a8-4e67-8d2a-6c2807b297d3}\InprocServer32,ThreadingModel,%REG_SZ%,"Apartment" HKLM,SYSTEM\CurrentControlSet\services\WINIO,DisplayName,%REG_SZ%,"WINIO" HKLM,SYSTEM\CurrentControlSet\services\WINIO,ErrorControl,%REG_DWORD%,1 HKLM,SYSTEM\CurrentControlSet\services\WINIO,Start,%REG_DWORD%,1 HKLM,SYSTEM\CurrentControlSet\services\WINIO,Type,%REG_DWORD%,1 HKLM,SYSTEM\CurrentControlSet\services\WINIO,ImagePath,%REG_EXPAND_SZ%,"\??\C:\Windows\System32\WinIo64.sys" HKLM,Software\Microsoft\Windows\CurrentVersion\Run,"Acer Fingerprint",%REG_EXPAND_SZ%,"%%ProgramFiles%%\Acer Fingerprint\Acer FingerprintService.exe" [EFD_System_Win10.AddReg] HKLM,%ServiceRoot%"\ElanFP",InstallDir,%REG_SZ%,"%1%" HKLM,%ServiceRoot%"\ElanFP",Version,%REG_SZ%,"%DriverVersion%" HKLM,%ServiceRoot%"\ElanFP",DriverVersion,%REG_SZ%,"ELAN FingerPrinter %DriverVersion%_%DriverBit%_%DriverVersionExtend%" ; Windows\CurrentVersion\Uninstall HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\ElanFP,DisplayName,%REG_SZ%,"ELAN FingerPrinter %DriverVersion%_%DriverBit%_%DriverVersionExtend%" HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\ElanFP,UninstallString,%REG_EXPAND_SZ%,"%%ProgramFiles%%\%TargetDir%\EFDUninst.exe" HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\ElanFP,DisplayVersion,%REG_SZ%,"%DriverVersion%" HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\ElanFP,DisplayIcon,%REG_EXPAND_SZ%,"%%ProgramFiles%%\%TargetDir%\ElanIcon.ico" HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\ElanFP,Publisher,%REG_SZ%,%Publisher% HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\ElanFP,URLInfoAbout,%REG_SZ%,"www.emc.com.tw" HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\ElanFP,NoModify,%REG_DWORD%,1 HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\ElanFP,NoRepair,%REG_DWORD%,1 HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\ElanFP,EstimatedSize,%REG_DWORD%,14028 ; ElCredProv HKLM,Software\Microsoft\Windows\CurrentVersion\Authentication\Credential Providers\{b84ca702-35a8-4e67-8d2a-6c2807b297d3},,%REG_SZ%,"ElCredProv" HKCR,CLSID\{b84ca702-35a8-4e67-8d2a-6c2807b297d3},,%REG_SZ%,"ElCredProv" HKCR,CLSID\{b84ca702-35a8-4e67-8d2a-6c2807b297d3}\InprocServer32,,%REG_SZ%,"ElCredProv_Win10.dll" HKCR,CLSID\{b84ca702-35a8-4e67-8d2a-6c2807b297d3}\InprocServer32,ThreadingModel,%REG_SZ%,"Apartment" HKLM,SYSTEM\CurrentControlSet\services\WINIO,DisplayName,%REG_SZ%,"WINIO" HKLM,SYSTEM\CurrentControlSet\services\WINIO,ErrorControl,%REG_DWORD%,1 HKLM,SYSTEM\CurrentControlSet\services\WINIO,Start,%REG_DWORD%,1 HKLM,SYSTEM\CurrentControlSet\services\WINIO,Type,%REG_DWORD%,1 HKLM,SYSTEM\CurrentControlSet\services\WINIO,ImagePath,%REG_EXPAND_SZ%,"\??\C:\Windows\System32\WinIo64.sys" HKLM,Software\Microsoft\Windows\CurrentVersion\Run,"Acer Fingerprint",%REG_EXPAND_SZ%,"%%ProgramFiles%%\Acer Fingerprint\Acer FingerprintService.exe" ;---------------------------------------------------------------------------- ; String Table ;---------------------------------------------------------------------------- [Strings] VenderName = "ELAN" ProviderName = "ELAN Finger Print" Publisher = "ELAN Microelectronic Corp." MediaDescription = "Elan Driver Installation Media" ClassName = "Biometric Devices" WudfRdDisplayName = "Windows Driver Foundation - User-mode Driver Framework Reflector" DeviceName = "ELAN WBF Fingerprint Sensor" WinUsb_SvcDesc = "WinUSB Driver" TargetDir = "ElanFP" ServiceRoot = "System\CurrentControlSet\Control" ; Registry Type REG_EXPAND_SZ = 0x00020000 REG_DWORD = 0x00010001 REG_MULTI_SZ = 0x00010000 REG_BINARY = 0x00000001 REG_SZ = 0x00000000 ; ELAN FP Driver Information DriverDate = "10/19/2016" DriverVersion = "1.6.7.202" DriverBit = "X64" DriverVersionExtend = "WHQL" ; Beta or WHQLDownload Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.