;------------------------------------------------------------------------
; GNETMOUS.INF
; Installs Screen Scroller
;------------------------------------------------------------------------
[Version]
Signature=$CHICAGO$
Class=Mouse
Provider=%Mfg%
ClassGUID={4D36E96F-E325-11CE-BFC1-08002BE10318}
[DestinationDirs]
Gnsmouse.Copy=11
SerMouse.Copy=12
PS2Mouse.Copy=12
[SourceDisksNames]
51=%DISK_NAME%,,0
[SourceDisksFiles]
gnsmouse.vxd=51
gensmser.sys=51
gensmps2.sys=51
; Manufacturer Section
;----------------------------------------------
[Manufacturer]
%Mfg%=Mfg
[Mfg]
;Device ID strings.
%KYE0004.DevDesc%=Ser_Inst,KYE0004
%SERENUM\KYE0004.DevDesc%=Ser_Inst,SERENUM\KYE0004
%NET0001.DevDesc%=PS2_Inst,NET0001,*PNP0F13
%BIOS\NET0001.DevDesc%=PS2_Inst,BIOS\NET0001,*PNP0F13
%ROOT\NET0001.DevDesc%=PS2_Inst,ROOT\NET0001,*PNP0F13
; Install Sections
;----------------------------------------------
; Screen Scroller Serial Windows NT
;-------------------------------------------------
[Ser_Inst.NT]
CopyFiles=SerMouse.Copy
AddReg=Ser_Inst.NT.AddReg
[SerMouse.Copy]
gensmser.sys
[Ser_Inst.NT.Services]
AddService = gensmser, 0x00000002, Sermouse.Service.Inst, Sermouse.EventLog.Inst ; Port Driver
[Sermouse.Service.Inst]
DisplayName = %SerMouse.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 1 ; SERVICE_SYSTEM_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\gensmser.sys
LoadOrderGroup = Pointer Port
[Sermouse.EventLog.Inst]
AddReg = Sermouse.EventLog.AddReg
[Sermouse.EventLog.AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\gensmser.sys"
HKR,,TypesSupported,0x00010001,7
[Ser_Inst.NT.AddReg]
HKLM,SYSTEM\CurrentControlSet\Services\Sermouse,Start,0x00010001,0x00000004
HKLM,SYSTEM\CurrentControlSet\Services\mssermou,Start,0x00010001,0x00000004
HKLM,SYSTEM\CurrentControlSet\Services\genmmser,Start,0x00010001,0x00000004
HKLM,SYSTEM\CurrentControlSet\Services\gensmser\Parameters,NumberOfButtons,0x00010001,0x00000003
HKLM,SYSTEM\CurrentControlSet\Services\gensmser\Parameters,MouseDataQueueSize,0x00010001,0x00000064
HKLM,SYSTEM\CurrentControlSet\Services\gensmser\Parameters,PointerDeviceBaseName,,"PointerPort"
HKLM,SYSTEM\CurrentControlSet\Services\gensmser\Parameters,SampleRate,0x00010001,0x00000028
HKLM,SYSTEM\CurrentControlSet\Services\gensmser,Tag,0x00010001,0x00000002
HKLM,SYSTEM\CurrentControlSet\Services\gensmser,Start,0x00010001,0x00000004
; Screen Scroller PS/2 Windows NT
;-----------------------------------------------------
[PS2_Inst.NT]
CopyFiles=PS2Mouse.Copy
AddReg=PS2_Inst.NT.AddReg
[PS2Mouse.Copy]
gensmps2.sys
[PS2_Inst.NT.Services]
AddService = gensmps2, 0x00000002, PS2mouse.Service.Inst, PS2mouse.EventLog.Inst ; Port Driver
[PS2mouse.Service.Inst]
DisplayName = %PS2Mouse.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 1 ; SERVICE_SYSTEM_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\gensmps2.sys
LoadOrderGroup = Keyboard Port
[PS2mouse.EventLog.Inst]
AddReg = PS2mouse.EventLog.AddReg
[PS2mouse.EventLog.AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\gensmps2.sys"
HKR,,TypesSupported,0x00010001,7
[PS2_Inst.NT.AddReg]
HKLM,SYSTEM\CurrentControlSet\Services\i8042prt,Start,0x00010001,0x00000004
HKLM,SYSTEM\CurrentControlSet\Services\msi8042,Start,0x00010001,0x00000004
HKLM,SYSTEM\CurrentControlSet\Services\genmmps2,Start,0x00010001,0x00000004
HKLM,SYSTEM\CurrentControlSet\Services\gensmps2\Parameters,NumberOfButtons,0x00010001,0x00000003
HKLM,SYSTEM\CurrentControlSet\Services\gensmps2\Parameters,MouseDataQueueSize,0x00010001,0x00000064
HKLM,SYSTEM\CurrentControlSet\Services\gensmps2\Parameters,PointerDeviceBaseName,,"PointerPort"
HKLM,SYSTEM\CurrentControlSet\Services\gensmps2\Parameters,SampleRate,0x00010001,0x00000028
HKLM,SYSTEM\CurrentControlSet\Services\gensmps2,Tag,0x00010001,0x00000002
HKLM,SYSTEM\CurrentControlSet\Services\gensmps2,Start,0x00010001,0x00000004
; Windows 95 common
;------------------------------------
[Gnsmouse.Copy]
gnsmouse.vxd
[Inst.DelReg]
HKR,,DevLoader
HKR,,MouseDriver
HKR,,MouseType
HKR,,ComInfo
; Screen Scroller Serial Windows 95
;------------------------------------
[Ser_Inst]
DelReg=Inst.DelReg
AddReg=Ser_Inst.AddReg
CopyFiles=Gnsmouse.Copy
[Ser_Inst.PosDup]
*PNP0F0C,*PNP0F0F,*PNP0F01,*PNP0F09
[Ser_Inst.AddReg]
HKR,,DevLoader,,*vmouse
HKR,,MouseDriver,,gnsmouse.vxd
HKR,,MouseType,,SERIAL
HKR,,NoSetupUI,,1
;Screen Scroller PS2
;---------------------------
[PS2_Inst]
DelReg=Inst.DelReg
AddReg=PS2_Inst.Addreg
CopyFiles=Gnsmouse.Copy
LogConfig=PS2.LogConfig
[PS2_Inst.PosDup]
*PNP0F03,*PNP0F0B,*PNP0F0E,*PNP0F12,*PNP0F1C,*TOS7400
[PS2_Inst.AddReg]
HKR,,DevLoader,,*vmouse
HKR,,MouseDriver,,gnsmouse.vxd
HKR,,MouseType,,"PS2"
HKR,,NoSetupUI,,1
[PS2.LogConfig]
ConfigPriority=HARDWIRED
IRQConfig=12
; User Visible Strings
;----------------------------------------------
[Strings]
Mfg="Targus Group Intl"
KYE0004.DevDesc="Screen Scroller (Serial)"
SERENUM\KYE0004.DevDesc="Screen Scroller (Serial)"
NET0001.DevDesc="Screen Scroller (PS/2)"
BIOS\NET0001.DevDesc="Screen Scroller (PS/2)"
ROOT\NET0001.DevDesc="Screen Scroller (PS/2)"
PS2Mouse.SvcDesc="Screen Scroller (PS/2)"
SerMouse.SvcDesc="Screen Scroller (Serial)"
DISK_NAME="Screen Scroller Install Disk"
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.