;============================================================================
; Installation file (.inf) for Windows 8/8.1.
;
; All Rights Reserved, Copyright(C) ELAN Microelectronics Corp. 2003-2014
;============================================================================
[Version]
Signature="$Windows NT$"
Provider=%VenderName%
Class=Mouse
ClassGuid={4D36E96F-E325-11CE-BFC1-08002BE10318}
CatalogFile=ETDI2C.cat
DriverVer=%DriverDate%, %DriverVersion%
[SourceDisksNames]
1=%DiskName%,,
[SourceDisksFiles]
ETDI2C.sys = 1
ETDUninst.dll = 1
ETDUn_inst.exe = 1
ETDCtrl.ico = 1
;----------------------------------------------------------------------------
; Manufacturer Sections
;----------------------------------------------------------------------------
[Manufacturer]
%VenderName% = ELAN.Mfg, NTx86, NTx86.6.2, NTx86.6.3
[ELAN.Mfg.NTamd64]
[ELAN.Mfg.NTx86.6.2]
%ELANI2CDeviceDesc% = ETDI2C_STD_Inst, HID\VEN_ELAN&DEV_1000
%ELANI2CDeviceDesc% = ETDI2C_STD_Inst, HID\VEN_ELAN&DEV_1000&Col01
%ELANI2CDeviceDesc% = ETDI2C_STD_Inst, HID\VEN_ELAN&DEV_0000
%ELANI2CDeviceDesc% = ETDI2C_STD_Inst, HID\VEN_ELAN&DEV_0501
%ELANI2CDeviceDesc% = ETDI2C_STD_Inst, HID\VEN_ELAN&DEV_0501&Col01
[ELAN.Mfg.NTx86.6.3]
%ELANI2CDeviceDesc% = ETDI2C_STD_Inst, HID\VEN_ELAN&DEV_1000
%ELANI2CDeviceDesc% = ETDI2C_STD_Inst, HID\VEN_ELAN&DEV_1000&Col01
%ELANI2CDeviceDesc% = ETDI2C_STD_Inst, HID\VEN_ELAN&DEV_0000
%ELANI2CDeviceDesc% = ETDI2C_STD_Inst, HID\VEN_ELAN&DEV_0501
%ELANI2CDeviceDesc% = ETDI2C_STD_Inst, HID\VEN_ELAN&DEV_0501&Col01
;----------------------------------------------------------------------------
; Install Sections
;----------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir = 12 ; Driver directory
ETDI2CSys.CopyFiles = 12 ; Driver directory
ETDApp.CopyFiles = 16422, %TargetDir% ; Program file
ETDCpl.CopyFiles = 11 ; System directory
ETDAnimation.CopyFiles = 16422, %TargetDir% ; Program file
ETDVideo.CopyFiles = 16422, %TargetDir% ; Program file
ETDSimpleUI.CopyFiles = 16422, %TargetDir% ; Program file
[ETDI2C_Service_Inst]
DisplayName = %ELANI2CDeviceDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 0 ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Pointer Port
ServiceBinary = %12%\ETDI2C.sys
;----------------------------------------------------------------------------
; Common File Copy and Registry Operations
;----------------------------------------------------------------------------
[ETDI2CSys.CopyFiles]
ETDI2C.sys
[ETDApp.CopyFiles]
ETDUninst.dll
ETDUn_inst.exe
ETDCtrl.ico
;----------------------------------------------------------------------------
; I2C Instance
;----------------------------------------------------------------------------
[ETDI2C_STD_Inst]
Include=msmouse.inf
Needs=HID_Mouse_Inst.NT
CopyFiles=ETDI2CSys.CopyFiles,\
ETDApp.CopyFiles
AddReg=ETD_System.AddReg,\
ETD_DeviceInfo.AddReg
[ETDI2C_STD_Inst.Services]
Include=msmouse.inf
Needs=HID_Mouse_Inst.NT.Services
AddService = ETDI2C,0x00000000, ETDI2C_Service_Inst
[ETDI2C_STD_Inst.HW]
AddReg = ETDI2C.HW.AddReg
Include=msmouse.inf
Needs=HID_Mouse_Inst.NT.HW
;----------------------------------------------------------------------------
[ETDI2C.HW.AddReg]
;HKR,,"UpperFilters",0x00010000,"ETDI2C"
HKR,,"LowerFilters",0x00010000,"ETDI2C"
;----------------------------------------------------------------------------
; Entry point for Uninstallation.
; This section is executed as part of Uninstallation.
;----------------------------------------------------------------------------
[Uninstall]
CopyFiles = No_Files
DelFiles = No_Files
DelReg = Uninstall_DelReg
[No_Files]
;----------------------------------------------------------------------------
; Uninstall Section
;----------------------------------------------------------------------------
[Uninstall_DelReg]
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Elantech"
HKCR,CLSID\{0066D4B3-8DE0-4D08-AA83-EDD50E2431F0}
HKLM,"Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved",{0066D4B3-8DE0-4D08-AA83-EDD50E2431F0}
HKLM,"Software\Microsoft\Windows\CurrentVersion\Controls Folder\Mouse\shellex\PropertySheetHandlers\ETD"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Run",ETDCtrl
HKLM,"%HKLMRootPath%\Elantech"
HKCU,Software\Elantech
HKCR,CLSID\{3EA22083-D5BF-411b-A6D6-A27541794266}
HKLM,Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{3EA22083-D5BF-411b-A6D6-A27541794266}
;----------------------------------------------------------------------------
; System Section
;----------------------------------------------------------------------------
[ETD_System.AddReg]
HKCR,CLSID\{0066D4B3-8DE0-4D08-AA83-EDD50E2431F0}\InProcServer32,,%REG_EXPAND_SZ%,"%ProgramFiles%\%TargetDir%\ETDMcpl.dll"
HKCR,CLSID\{0066D4B3-8DE0-4D08-AA83-EDD50E2431F0}\InProcServer32,ThreadingModel,%REG_SZ%,"Apartment"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved",{0066D4B3-8DE0-4D08-AA83-EDD50E2431F0},%REG_SZ%,"ELAN Control Panel"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Controls Folder\Mouse\shellex\PropertySheetHandlers\ETD",,%REG_SZ%,"{0066D4B3-8DE0-4D08-AA83-EDD50E2431F0}"
;HKLM,Software\Microsoft\Windows\CurrentVersion\Run,ETDCtrl,%REG_EXPAND_SZ%,"%ProgramFiles%\%TargetDir%\ETDCtrl.exe"
HKLM,%HKLMRootPath%"\Elantech",InstallDir,%REG_SZ%,"%1%"
HKLM,%HKLMRootPath%"\Elantech",DriverVersion,%REG_SZ%,"ELAN HIDI2C Driver %DriverBit% %DriverVersion%_%DriverVersionExtend%"
HKLM,%HKLMRootPath%"\Elantech",ScreenOrientation,%REG_DWORD%,0
; Windows\CurrentVersion\Uninstall
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Elantech,DisplayName,%REG_SZ%,"ELAN HIDI2C Filter Driver %DriverBit% %DriverVersion%_%DriverVersionExtend%"
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Elantech,UninstallString,%REG_EXPAND_SZ%,"%ProgramFiles%\%TargetDir%\ETDUn_inst.exe"
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Elantech,DisplayVersion,%REG_SZ%,"%DriverVersion%"
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Elantech,DisplayIcon,%REG_EXPAND_SZ%,"%ProgramFiles%\%TargetDir%\ETDCtrl.ico"
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Elantech,Publisher,%REG_SZ%,%Publisher%
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Elantech,URLInfoAbout,%REG_SZ%,"www.emc.com.tw"
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Elantech,NoModify,%REG_DWORD%,1
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Elantech,NoRepair,%REG_DWORD%,1
;----------------------------------------------------------------------------
; Device Information Section
;----------------------------------------------------------------------------
[ETD_DeviceInfo.AddReg]
HKLM,%HKLMRootPath%"\Elantech\DeviceInformation",DevicePort,%REG_DWORD%,0
HKLM,%HKLMRootPath%"\Elantech\DeviceInformation",Port0_MasterIsConnected,%REG_DWORD%,0
HKLM,%HKLMRootPath%"\Elantech\DeviceInformation",Port1_MasterIsConnected,%REG_DWORD%,0
HKLM,%HKLMRootPath%"\Elantech\DeviceInformation",Port2_MasterIsConnected,%REG_DWORD%,0
HKLM,%HKLMRootPath%"\Elantech\DeviceInformation",Port3_MasterIsConnected,%REG_DWORD%,0
HKLM,%HKLMRootPath%"\Elantech\DeviceInformation",Port0_SlaveIsConnected,%REG_DWORD%,0
HKLM,%HKLMRootPath%"\Elantech\DeviceInformation",Port1_SlaveIsConnected,%REG_DWORD%,0
HKLM,%HKLMRootPath%"\Elantech\DeviceInformation",Port2_SlaveIsConnected,%REG_DWORD%,0
HKLM,%HKLMRootPath%"\Elantech\DeviceInformation",Port3_SlaveIsConnected,%REG_DWORD%,0
HKLM,%HKLMRootPath%"\Elantech\DeviceInformation",Port0_MasterDeviceType,%REG_DWORD%,0
HKLM,%HKLMRootPath%"\Elantech\DeviceInformation",Port1_MasterDeviceType,%REG_DWORD%,0
HKLM,%HKLMRootPath%"\Elantech\DeviceInformation",Port2_MasterDeviceType,%REG_DWORD%,0
HKLM,%HKLMRootPath%"\Elantech\DeviceInformation",Port3_MasterDeviceType,%REG_DWORD%,0
HKLM,%HKLMRootPath%"\Elantech\DeviceInformation",Port0_SlaveDeviceType,%REG_DWORD%,0
HKLM,%HKLMRootPath%"\Elantech\DeviceInformation",Port1_SlaveDeviceType,%REG_DWORD%,0
HKLM,%HKLMRootPath%"\Elantech\DeviceInformation",Port2_SlaveDeviceType,%REG_DWORD%,0
HKLM,%HKLMRootPath%"\Elantech\DeviceInformation",Port3_SlaveDeviceType,%REG_DWORD%,0
HKLM,%HKLMRootPath%"\Elantech\DeviceInformation",Port0_MasterDeviceMode,%REG_DWORD%,0
HKLM,%HKLMRootPath%"\Elantech\DeviceInformation",Port1_MasterDeviceMode,%REG_DWORD%,0
HKLM,%HKLMRootPath%"\Elantech\DeviceInformation",Port2_MasterDeviceMode,%REG_DWORD%,0
HKLM,%HKLMRootPath%"\Elantech\DeviceInformation",Port3_MasterDeviceMode,%REG_DWORD%,0
HKLM,%HKLMRootPath%"\Elantech\DeviceInformation",Port0_SlaveDeviceMode,%REG_DWORD%,0
HKLM,%HKLMRootPath%"\Elantech\DeviceInformation",Port1_SlaveDeviceMode,%REG_DWORD%,0
HKLM,%HKLMRootPath%"\Elantech\DeviceInformation",Port2_SlaveDeviceMode,%REG_DWORD%,0
HKLM,%HKLMRootPath%"\Elantech\DeviceInformation",Port3_SlaveDeviceMode,%REG_DWORD%,0
HKLM,%HKLMRootPath%"\Elantech\DeviceInformation",Port0_MasterEnable,%REG_DWORD%,1
HKLM,%HKLMRootPath%"\Elantech\DeviceInformation",Port1_MasterEnable,%REG_DWORD%,1
HKLM,%HKLMRootPath%"\Elantech\DeviceInformation",Port2_MasterEnable,%REG_DWORD%,1
HKLM,%HKLMRootPath%"\Elantech\DeviceInformation",Port3_MasterEnable,%REG_DWORD%,1
HKLM,%HKLMRootPath%"\Elantech\DeviceInformation",Port0_SlaveEnable,%REG_DWORD%,1
HKLM,%HKLMRootPath%"\Elantech\DeviceInformation",Port1_SlaveEnable,%REG_DWORD%,1
HKLM,%HKLMRootPath%"\Elantech\DeviceInformation",Port2_SlaveEnable,%REG_DWORD%,1
HKLM,%HKLMRootPath%"\Elantech\DeviceInformation",Port3_SlaveEnable,%REG_DWORD%,1
;----------------------------------------------------------------------------
; String Table
;----------------------------------------------------------------------------
[Strings]
ELANI2CDeviceDesc = "ELAN I2C Filter Driver"
Publisher = "ELAN Microelectronic Corp."
TargetDir = "Elantech"
DiskName = "ETDWare Driver Disk"
VenderName = "ELAN"
HKLMRootPath = "System\CurrentControlSet\Control"
; Registry Type
REG_EXPAND_SZ = 0x00020000
REG_DWORD = 0x00010001
REG_MULTI_SZ = 0x00010000
REG_BINARY = 0x00000001
REG_SZ = 0x00000000
; Driver Information Entries
ELANStringName = "ELAN Input Device Driver"
DriverDate = "04/07/2014"
DriverVersion = "13.6.1.1"
DriverBit = "X86"
DriverVersionExtend = "WHQL" ; Beta or WHQL
Download 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.