Ms9xNT.INF Driver File Contents (4d.zip)

;------------------------------------------------------------------------
;     Ms9xNT.INF
;     Installs HorngTech Mouse
;------------------------------------------------------------------------
[Version]
Signature=$CHICAGO$
Class=Mouse
Provider=%Mfg%
ClassGUID={4D36E96F-E325-11CE-BFC1-08002BE10318}
;CatalogFile=Ms9xNT.cat
DriverVer   = 11/18/2000,1.1

[DestinationDirs]
DefaultDestDir=10,system32\drivers
WMouse.Copy=11
SerMouse.Copy=12
PS2Mouse.Copy=12

USBMouse.CopyFilesDLL=11
USBMouse.CopyFilesDLL.NT =11
USBMouseComp.Copy=11             ; LDID_SYS
USBMouse.CopyFiles.NT=12

[SourceDisksNames]
51=%DISK_NAME%,,

[SourceDisksFiles]
Ms9xPS.vxd=51
MsNTser.sys=51
MsNTPs2.sys=51
Ms9xUSB.SYS=51

; Manufacturer Section
;----------------------------------------------
[Manufacturer]
%Mfg%=Mfg

[Mfg]
;Device ID strings.
;ps2 port
%WMsPs2.DevDesc%=PS2_Inst,*PNP0F13,*PNP0F12, *PNP0F03, *PNP0F0B
;serial port
%WMsSer1.DevDesc%=Ser_Inst,*PNP0F0C,*PNP0F0F,*PNP0F01,*PNP0F09
%SERENUM\WMsSer1.DevDesc%=Ser_Inst,SERENUM\WMsSer1
; usb port
%USB\VID_056E&PID_0006.DeviceDesc%= USBMouse, USB\VID_056E&PID_0006
%USB\VID_05C7&PID_2000.DeviceDesc%= USBMouse, USB\VID_05C7&PID_2000
%USB\VID_05E3&PID_000B.DeviceDesc%= USBMouse, USB\VID_05E3&PID_000B
%USB\VID_05E3&PID_1205.DeviceDesc%= USBMouse, USB\VID_05E3&PID_1205
%USB\VID_05FE&PID_0003.DeviceDesc%= USBMouse, USB\VID_05FE&PID_0003
%USB\VID_0663&PID_9804.DeviceDesc%= USBMouse, USB\VID_0663&PID_9804
%USB\VID_0680&PID_0002.DeviceDesc%= USBMouse, USB\VID_0680&PID_0002
%USB\VID_06A2&PID_0001.DeviceDesc%= USBMouse, USB\VID_06A2&PID_0001
%USB\VID_06A2&PID_0033.DeviceDesc%= USBMouse, USB\VID_06A2&PID_0033
%USB\VID_0AB0&PID_0001.DeviceDesc%= USBMouse, USB\VID_0AB0&PID_0001

; 
; do not display to end user when install in control pannel
;
[ControlFlags]
ExcludeFromSelect = *PNP0F0B, \
					*PNP0F01, \
					SERENUM\WMsSer1, \
					USB\VID_056E&PID_0006, \
					USB\VID_05C7&PID_2000, \
					USB\VID_05E3&PID_000B, \
					USB\VID_05E3&PID_1205, \
					USB\VID_05FE&PID_0003, \
					USB\VID_0663&PID_9804, \
					USB\VID_0680&PID_0002, \
					USB\VID_06A2&PID_0001, \
					USB\VID_06A2&PID_0033, \
					USB\VID_0AB0&PID_0001

; Install Sections

; NetScroll PS/2 Mouse Windows NT
;-----------------------------------------------------
[PS2_Inst.NT]
CopyFiles=PS2Mouse.Copy
AddReg=PS2_Inst.NT.AddReg

[PS2Mouse.Copy]
MsNTPs2.sys

[PS2_Inst.NT.Services]
AddService = MsNTPs2, 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%\MsNTPs2.sys
LoadOrderGroup = Keyboard Port

[PS2mouse.EventLog.Inst]
AddReg = PS2mouse.EventLog.AddReg

[PS2mouse.EventLog.AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\MsNTPs2.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\MsNTPs2\Parameters,NumberOfButtons,0x00010001,0x00000003
HKLM,SYSTEM\CurrentControlSet\Services\MsNTPs2\Parameters,MouseDataQueueSize,0x00010001,0x00000064
HKLM,SYSTEM\CurrentControlSet\Services\MsNTPs2\Parameters,PointerDeviceBaseName,,"PointerPort"
HKLM,SYSTEM\CurrentControlSet\Services\MsNTPs2\Parameters,SampleRate,0x00010001,0x00000028
HKLM,SYSTEM\CurrentControlSet\Services\MsNTPs2,Tag,0x00010001,0x00000002
HKLM,SYSTEM\CurrentControlSet\Services\MsNTPs2,Start,0x00010001,0x00000004

;----------------------------------------------
; Serial Mouse on WNT
;-------------------------------------------------
[Ser_Inst.NT]
CopyFiles=SerMouse.Copy
AddReg=Ser_Inst.NT.AddReg

[SerMouse.Copy]
MsNTser.sys

[Ser_Inst.NT.Services]
AddService=MsNTser,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%\MsNTser.sys
LoadOrderGroup = Pointer Port

[Sermouse.EventLog.Inst]
AddReg=Sermouse.EventLog.AddReg

[Sermouse.EventLog.AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\MsNTser.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\MsNTser,Start,0x00010001,0x00000004
HKLM,SYSTEM\CurrentControlSet\Services\MsNTser\Parameters,NumberOfButtons,0x00010001,0x00000003
HKLM,SYSTEM\CurrentControlSet\Services\MsNTser\Parameters,MouseDataQueueSize,0x00010001,0x00000064
HKLM,SYSTEM\CurrentControlSet\Services\MsNTser\Parameters,OverrideHardwareBitstring,0x00010001,0x0000001
HKLM,SYSTEM\CurrentControlSet\Services\MsNTser\Parameters,PointerDeviceBaseName,,"PointerPort"
HKLM,SYSTEM\CurrentControlSet\Services\MsNTser\Parameters,SampleRate,0x00010001,0x00000028
HKLM,SYSTEM\CurrentControlSet\Services\MsNTser,Tag,0x00010001,0x00000002
HKLM,SYSTEM\CurrentControlSet\Services\MsNTser,Start,0x00010001,0x00000004

;
; Windows 95 common
;
[WMouse.Copy]
Ms9xPS.vxd

[Inst.DelReg]
HKR,,DevLoader
HKR,,MouseDriver
HKR,,MouseType
HKR,,ComInfo

[Inst.AddReg]
HKLM,System\CurrentControlSet\Services\VxD\LMOUSE,"StaticVxD",,"*vmouse"

;
; Serial Mouse on Win95
;
[Ser_Inst]
DelReg=Inst.DelReg
AddReg=Ser_Inst.AddReg,Inst.AddReg
CopyFiles=WMouse.Copy
UpdateInis=Ser_Inst.Ini

[Ser_Inst.PosDup]
*PNP0F0C,*PNP0F0F,*PNP0F01,*PNP0F09

[Ser_Inst.AddReg]
HKR,,DevLoader,,*vmouse
HKR,,MouseDriver,,Ms9xPS.vxd
HKR,,MouseType,,SERIAL
HKR,,NoSetupUI,,1

[Ser_Inst.Ini]
system.ini,boot,,"mouse.drv=mouse.drv"
system.ini,386Enh,,"mouse=*vmouse,msmouse.vxd"
system.ini,boot.description,,"mouse.drv=%WMsSer1.DevDesc%"

;
;PS2 Mouse on Win95
;
[PS2_Inst]
DelReg=Inst.DelReg
AddReg=PS2_Inst.Addreg,Inst.AddReg
CopyFiles=WMouse.Copy
LogConfig=PS2.LogConfig

[PS2_Inst.PosDup]
*PNP0F03,*PNP0F0B,*PNP0F0E,*PNP0F12,*PNP0F1C,*TOS7400

[PS2_Inst.AddReg]
HKR,,DevLoader,,*vmouse
HKR,,MouseDriver,,Ms9xPS.vxd
HKR,,MouseType,,"PS2"
HKR,,NoSetupUI,,1

[PS2.LogConfig]
ConfigPriority=HARDWIRED
IRQConfig=12

; USB port 
;----------------------------------------------
[USBMouse]
CopyFiles=USBMouse.CopyFiles
AddReg=USBMouse.AddReg
UpdateInis=MouseBase.inis

[Common.AddReg]
HKR,,UsbMfgName,,%Mfg%

[USBMouse.HW]
AddReg=USBMouse.AddReg.HW, Common.AddReg

[USBMouse.CopyFiles]
Ms9xUSB.sys


[USBMouse.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,"hidusb.sys"

[MouseBase.inis]
system.ini, 386Enh,, "mouse=*vmouse, msmouse.vxd"

[USBMouse.AddReg.HW]
HKR,,"LowerFilters",0x00010000,"Ms9xUSB.sys"

; User Visible Strings
;----------------------------------------------
[Strings]
Mfg=""
;for uninstallation
HorngTech_InfID = "Mouse Software" 

;ps2 port
WMsPs2.DevDesc= "PS2 Mouse"
;serial port
WMsSer1.DevDesc="Mouse (Serial)"
SERENUM\WMsSer1.DevDesc="Serial(SERENUM\WMsSer1) Mouse"
; usb port
USB\VID_056E&PID_0006.DeviceDesc= "USB Mouse"
USB\VID_05C7&PID_2000.DeviceDesc= "USB Mouse"
USB\VID_05E3&PID_000B.DeviceDesc= "USB Mouse"
USB\VID_05E3&PID_1205.DeviceDesc= "USB Mouse"
USB\VID_05FE&PID_0003.DeviceDesc= "USB Mouse"
USB\VID_0663&PID_9804.DeviceDesc= "USB Mouse"
USB\VID_0680&PID_0002.DeviceDesc= "USB Mouse"
USB\VID_06A2&PID_0001.DeviceDesc= "USB Mouse"
USB\VID_06A2&PID_0033.DeviceDesc= "USB Mouse"
USB\VID_0AB0&PID_0001.DeviceDesc= "USB Mouse"

PS2Mouse.SvcDesc="PS2 Mouse Driver"
DISK_NAME="Mouse Driver Installation(9X/NT) Disk"
Download Driver Pack

How To Update Drivers Manually

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.

server: web5, load: 0.76