; Elo TouchSystems WinNT.INF Signature Line 0x1486515F - DO NOT CHANGE THIS LINE
;
; WinNT.INF
;
; Version 1.0
;
; INF file for legacy NT serial driver
;
; Copyright (c) 1993,1996 Microsoft Corporation
; Copyright (c) 2001 Elo TouchSystems, Inc.
;
; --------------------------------------------------------------------------------
[Version]
Signature="$Windows NT$"
Class=Mouse
ClassGUID={4D36E96F-E325-11CE-BFC1-08002BE10318}
Provider=%Provider%
LayoutFile=layout.inf
DriverVer=07/02/2001,5.1.2600.0
[SourceDisksNames]
4683=%EloSrcList%,,
[SourceDisksFiles]
MmStub.sys = 4683
MonMouse.sys = 4683
EloVA.EXE = 4683
MonMouse.Cpl = 4683
Null.Cur = 4683
SetupElo.EXE = 4683
License.txt = 4683
ReadMe.Txt = 4683
ZAxis.EXE = 4683
ComDump.EXE = 4683
SawDump.EXE = 4683
; ----------------------------------------
; Destination directories for file copies
[DestinationDirs]
DefaultDestDir = 12 ; LDID_IOS
EloNTSerDrvCopy = 10,System32\drivers ; LDID_DRIVERS
EloCplCopy = 11 ; LDID_SYS
EloSetupCopy = 24,%EloSetupAppDir% ; BOOT\Progra`1\Elo Touchsystems\WinNT
EloDiagCopy = 24,%EloDiagAppDir% ; BOOT\Progra`1\Elo Touchsystems\WinNT\Diag
EloCursorCopy = 10,Cursors ; LDID_CURSORS
; ----------------------------------------
; Manufacturer Sections
[Manufacturer]
%EloMfg%=EloMfg ; Elo Touchsystems, Inc.
[EloMfg]
%EloNTSerialName%=EloNTSerial,ELOLEGACYNTSERIAL
; ----------------------------------------
; NTSerial Install Sections
[EloNTSerial]
CopyFiles = EloNTSerDrvCopy, EloCursorCopy, EloCplCopy, EloSetupCopy, EloDiagCopy
AddReg = EloNTSerial_AddReg
DriverVer=07/02/2001,5.00.2195
[EloNTSerial.Services]
AddService = MMstub, 0x00000002, MMStub_Service_Install
AddService = monmouse, , Monmouse_Service_Inst
;AddService = EloTouchscreen, ,EloTouchscreen_Service_Install
; ----------------------------------------
[EloNTSerial_AddReg]
HKLM,%EloUninstallRegPath%,"DisplayName",,%EloUninstallDescrpt%
HKLM,%EloUninstallRegPath%,"UninstallString",,"%24%%EloSetupAppDir%\SetupElo.Exe /UN"
HKLM,%EloNTSerialRootRegPath%,BeepFlag,%REG_DWORD%,1
HKLM,%EloNTSerialRootRegPath%,BeepFreq,%REG_DWORD%,0x03e8
HKLM,%EloNTSerialRootRegPath%,BeepTime,%REG_DWORD%,0x0020
HKLM,%EloNTSerial0RegPath%,HardwareHandshaking,%REG_DWORD%,1
HKCU,"Control Panel\Mouse",DoubleClickHeight,%REG_SZ%,"25"
HKCU,"Control Panel\Mouse",DoubleClickWidth,%REG_SZ%,"25"
HKCU,"Control Panel\Mouse",DoubleClickSpeed,%REG_SZ%,"800"
HKLM,SYSTEM\CurrentControlSet\Services\Mouclass\Parameters,ConnectMultiplePorts,%REG_DWORD%,0x01
HKLM,SYSTEM\CurrentControlSet\Services\Mouclass\Parameters,MaximumPortsServiced,%REG_DWORD%,0x03
HKCU,"Control Panel\Cursors\Schemes",Elo,%REG_SZ%,%CursorSchemes%
[EloNTSerDrvCopy]
MMstub.Sys
Monmouse.Sys
[EloCplCopy]
EloVA.Exe
monmouse.Cpl
[EloCursorCopy]
Null.Cur
[EloSetupCopy]
SetupElo.Exe
License.Txt
ReadMe.Txt
ZAxis.Exe
[EloDiagCopy]
ComDump.Exe
SawDump.Exe
; ----------------------------------------
; MMStub Class Install Sections
[MMStub_Service_Install]
DisplayName = %MMstub.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 1 ; SERVICE_SYSTEM_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\MMstub.sys
LoadOrderGroup = Pointer Port
[MM_EventLog_DelReg]
HKLM,"System\CurrentControlSet\Services\Class\EloTouchscreen"
; ----------------------------------------
; Monmouse Class Install Sections
[Monmouse_Service_Inst]
DisplayName = %monmouse.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 2 ; SERVICE_SYSTEM_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\monmouse.sys
LoadOrderGroup = Elo
; ----------------------------------------
; MouClass Install Sections
[Mouclass_Install.Services]
AddService = mouclass, , Mouclass_Service_Install, Mouclass_EventLog_Install
[Mouclass_CopyFiles]
mouclass.sys
[Mouclass_Service_Install]
DisplayName = %mouclass.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 1 ; SERVICE_SYSTEM_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\mouclass.sys
LoadOrderGroup = Pointer Class
[Mouclass_EventLog_Install]
AddReg = Mouclass_EventLog_AddReg
[Mouclass_EventLog_AddReg]
HKR,,EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\mouclass.sys"
HKR,,TypesSupported, 0x00010001, 7
; ----------------------------------------
; Strings
[Strings]
; Non-Localizable Strings
Provider = "Elo TouchSystems, Inc."
EloSetupAppDir = "Progra~1\Elo TouchSystems\WinNT"
EloDiagAppDir = "Progra~1\Elo TouchSystems\WinNT\Diag"
EloUninstallRegPath = "Software\Microsoft\Windows\CurrentVersion\Uninstall\EloNTSerialTouchscreen"
EloNTSerial0RegPath = "System\CurrentControlSet\Services\EloTouchscreen\NTSerial0"
EloNTSerialRootRegPath = "System\CurrentControlSet\Services\EloTouchscreen"
EloSrcList = "SerNT"
REG_DWORD = 0x00010001
REG_EXPAND_SZ = 0x00020000
REG_NO_WRITE_OVER = 0x00000002
REG_SZ = 0x00000000
; Localizable Strings
EloNTSerialName = "Elo Serial Touchmonitor Interface"
EloMfg = "Elo TouchSystems, Inc."
EloUninstallDescrpt = "MonitorMouse for Windows NT"
CursorSchemes = "C:\WINNT\cursors\null.cur,,C:\WINNT\cursors\null.cur,C:\WINNT\cursors\null.cur,C:\WINNT\cursors\null.cur,C:\WINNT\cursors\null.cur,,C:\WINNT\cursors\null.cur,C:\WINNT\cursors\null.cur,C:\WINNT\cursors\null.cur,C:\WINNT\cursors\null.cur,C:\WINNT\cursors\null.cur,C:\WINNT\cursors\null.cur,C:\WINNT\cursors\null.cur"
MMstub.SvcDesc = "MMstub Driver"
monmouse.SvcDesc = "Monmouse Driver"
; ---------------- End of WinNT.inf ------------------------------------
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.