[Version]
Signature = "$Windows NT$"
Class = MOUSE
ClassGUID = {4D36E96F-E325-11CE-BFC1-08002BE10318}
Provider = %Company%
Layoutfile = layout.inf
DriverVer = 02/14/2000,5.00.2016.1
;----------------------------------------------------------------------------------------------------
; MANUFACTURER SECTION:
;----------------------------------------------------------------------------------------------------
[Manufacturer]
%Company% = UsbLpn_DeviceSection
;----------------------------------------------------------------------------------------------------
; DEVICE SECTION:
;----------------------------------------------------------------------------------------------------
[UsbLpn_DeviceSection]
%UsbLpnDeviceDesc% = UsbLpn_Install,USB\VID_0850&PID_0002
; -------------- Mouse Class Driver install sections
[mouclass_CopyFiles]
mouclass.sys
[mouclass_Service_Inst]
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_Inst]
AddReg = mouclass_EventLog_AddReg
[mouclass_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\mouclass.sys"
HKR,,TypesSupported,0x00010001,7
;----------------------------------------------------------------------------------------------------
; INSTALL SECTION:
;----------------------------------------------------------------------------------------------------
[UsbLpn_Install]
CopyFiles = UsbLpn_CopyDriverFile, UsbLpn_CopySupportFiles
[UsbLpn_Install.Services]
AddService = lpnusb,0x00000002,UsbLpn_Service_Inst
AddService = mouclass,, mouclass_Service_Inst, mouclass_EventLog_Inst ; Class Driver
;----------------------------------------------------------------------------------------------------
; DESTINATION DIRECTORIES SECTION:
;----------------------------------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir = 11 ; windows\system directory
UsbLpn_CopyDriverFile = 12 ; windows\system32\drivers directory
UsbLpn_CopySupportFiles = 11 ; windows\system directory
;----------------------------------------------------------------------------------------------------
; COPY FILES SECTION:
;----------------------------------------------------------------------------------------------------
[UsbLpn_CopyDriverFile]
Lpnusb.sys ; lpn driver
[UsbLpn_CopySupportFiles]
Lpn.cpl ; control panel applet
Lpn.dll ; button dll
Lpn.exe ; button application
Lpncal.exe ; calibration application
;----------------------------------------------------------------------------------------------------
; ADD SERVICE SECTION:
;----------------------------------------------------------------------------------------------------
[UsbLpn_Service_Inst]
DisplayName = %UsbLpnDeviceDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 1 ; SERVICE_AUTO_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\lpnusb.sys
LoadOrderGroup = Pointer Port
;----------------------------------------------------------------------------------------------------
; ADD REGISTRY ENTRIES SECTION:
;----------------------------------------------------------------------------------------------------
[UsbLpn_Install.HW]
AddReg = UsbLpn_Install.HW.AddReg
Reboot
[UsbLpn_Install.HW.AddReg]
; Setup light pen parameters.
HKLM,"System\CurrentControlSet\Services\LPNUSB\Parameters",LPNMinX,0x10001,443
HKLM,"System\CurrentControlSet\Services\LPNUSB\Parameters",LPNMinY,0x10001,29
HKLM,"System\CurrentControlSet\Services\LPNUSB\Parameters",LPNMaxX,0x10001,2358
HKLM,"System\CurrentControlSet\Services\LPNUSB\Parameters",LPNMaxY,0x10001,508
HKLM,"System\CurrentControlSet\Services\LPNUSB\Parameters",LPNfloodFlags,0x10001,1
HKLM,"System\CurrentControlSet\Services\LPNUSB\Parameters",LPNfloodValue,0x10001,80
HKLM,"System\CurrentControlSet\Services\LPNUSB\Parameters",LPNbuttonFlags,0x10001,1
HKLM,"System\CurrentControlSet\Services\LPNUSB\Parameters",LPNbuttonValue,0x10001,196608
HKLM,"System\CurrentControlSet\Services\LPNUSB\Parameters",LPNport,0x10001,528
HKLM,"System\CurrentControlSet\Services\LPNUSB\Parameters",LPNirq,0x10001,10
HKLM,"System\CurrentControlSet\Services\LPNUSB\Parameters",LPNverticalOffset,0x10001,0
HKLM,"System\CurrentControlSet\Services\LPNUSB\Parameters",LPNhorizontalOffset,0x10001,0
HKLM,"System\CurrentControlSet\Services\LPNUSB\Parameters",LPNbuttonEmulationValue,0x10001,0
HKLM,"System\CurrentControlSet\Services\LPNUSB\Parameters",LPNsmoothingControl,0x10001,0x00010005
HKLM,"System\CurrentControlSet\Services\LPNUSB\Parameters",LPNedgeLogicControl,0x10001,0
HKLM,"System\CurrentControlSet\Services\LPNUSB\Parameters",LPNoptions1,0x10001,0x000000b0
HKLM,"System\CurrentControlSet\Services\LPNUSB\Parameters",LPNoptions2,0x10001,0
HKLM,"System\CurrentControlSet\Services\LPNUSB\Parameters",LPNrunOptions,0x10001,2
; Run the button emulation application everytime the system starts up.
HKLM,"Software\Microsoft\Windows\CurrentVersion\Run","LightPenBtn",%REG_SZ%,"LPN.EXE"
; Run the calibration application immediately following the installation of our device. Calibration will
; load the button emulation program.
;HKLM,"Software\Microsoft\Windows\CurrentVersion\Run","LightPenCal",%REG_SZ%,"LPNCAL.EXE"
;----------------------------------------------------------------------------------------------------
; STRINGS SECTION:
;----------------------------------------------------------------------------------------------------
[Strings]
Company="FastPoint Technologies Inc."
UsbLpnDeviceDesc="FastPoint Technologies Usb Light Pen"
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.