Amouse.inf Driver File Contents (Newmen-Mouse-8.4-20041214AM0915.zip)

;------------------------------------------------------------------------------
;     Amouse.inf
;------------------------------------------------------------------------------
[Version]
Signature=$CHICAGO$
Class=Mouse
Provider=%Mfg%
ClassGUID={4D36E96F-E325-11CE-BFC1-08002BE10318}
DriverVer=08/24/2004,5.12.3010.0

;------------------------------------------------------------------------------
[SourceDisksNames]
51=%DISK_NAME%,,

[SourceDisksFiles]
Amouse.vxd=51
Amouhid.vxd =51
Amfilter.sys=51
Amserprt.sys=51
Amusbprt.sys=51
Amps2prt.sys=51

[DestinationDirs]
DefaultDestDir=12
Amouse.Copy=11
Amouhid.Copy=11
Amfilter.CopyFiles=12   ; DIRID_DRIVERS
Amserprt.CopyFiles=12
Amusbprt.CopyFiles=12
Amps2prt.CopyFiles=12

[ControlFlags]
ExcludeFromSelect=*PNP0F0C,*PNP0F1C,HID\VID_09DA&PID_0018

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

[Mfg]
;--------------------------------------------------------------Device ID strings
%PNP0F01.DevDesc%=Serial_Mouse_Inst,*PNP0F01
%PNP0F0C.DevDesc%=Serial_Mouse_Inst,*PNP0F0C
%A4M0004.DevDesc%=I8042_Mouse_Inst,A4M0004,*PNP0F13
%BIOS\A4M0004.DevDesc%=I8042_Mouse_Inst,BIOS\*PNP0F13,*PNP0F13
%ROOT\A4M0004.DevDesc%=I8042_Mouse_Inst,ROOT\*PNP0F13,*PNP0F13
%PNP0F13.DevDesc%=I8042_Mouse_Inst,*PNP0F13,ACPI\PNP0F13                    
%PNP0F03.DevDesc%=I8042_Mouse_Inst,*PNP0F03,ACPI\PNP0F03                   
%PNP0F0B.DevDesc%=I8042_Mouse_Inst,*PNP0F0B,ACPI\PNP0F0B                    
%PNP0F0E.DevDesc%=I8042_Mouse_Inst,*PNP0F0E,ACPI\PNP0F0E                    
%PNP0F12.DevDesc%=I8042_Mouse_Inst,*PNP0F12,ACPI\PNP0F12                    
%PNP0F1C.DevDesc%=I8042_Mouse_Inst,*PNP0F1C,ACPI\PNP0F1C
%HID\VID_09DA&PID_0018.DeviceDesc%=USBHID_Mouse_Inst, HID\VID_09DA&PID_0018
%HID\VID_09DA&PID_001A.DeviceDesc%=USBHID_Mouse_Inst, HID\VID_09DA&PID_001A
%HID\VID_12C9&PID_0001.DeviceDesc%=USBHID_Mouse_Inst, HID\VID_12C9&PID_0001
%HID\VID_0680&PID_0002.DeviceDesc%=USBHID_Mouse_Inst, HID\VID_0680&PID_0002
%HID\VID_04FC&PID_0003.DeviceDesc%=USBHID_Mouse_Inst, HID\VID_04FC&PID_0003
%HID\VID_04FC&PID_0005.DeviceDesc%=USBHID_Mouse_Inst, HID\VID_04FC&PID_0005
%HID\VID_04FC&PID_0015.DeviceDesc%=USBHID_Mouse_Inst, HID\VID_04FC&PID_0015
%HID\VID_1267&PID_0201.DeviceDesc%=USBHID_Mouse_Inst, HID\VID_1267&PID_0201
%HID\VID_04B4&PID_0606.DeviceDesc%=USBHID_Mouse_Inst, HID\VID_04B4&PID_0606
%HID\VID_B912&PID_0600.DeviceDesc%=USBHID_Mouse_Inst, HID\VID_B912&PID_0600
%HID\VID_0458&PID_002E.DeviceDesc%=USBHID_Mouse_Inst, HID\VID_0458&PID_002E
%HID\VID_04CF&PID_0022&MI_01.DeviceDesc%=USBHID_Mouse_Inst, HID\VID_04CF&PID_0022&MI_01
%HID\VID_04CF&PID_0022&MI_01&COL01.DeviceDesc%=USBHID_Mouse_Inst, HID\VID_04CF&PID_0022&MI_01&COL01
%HID\VID_0419&PID_0501&COL02.DeviceDesc%=USBHID_Mouse_Inst, HID\VID_0419&PID_0501&COL02
%HID\VID_0419&PID_0501.DeviceDesc%=USBHID_Mouse_Inst, HID\VID_0419&PID_0501

; Install Sections
;------------------------------------------------------------------------------
[Amfilter.CopyFiles]
Amfilter.sys

[Amfilter_Service_Inst]
DisplayName    = %Amfilter.SvcDesc%
ServiceType    = 1             ; SERVICE_KERNEL_DRIVER
StartType      = 1             ; SERVICE_SYSTEM_START
ErrorControl   = 0             ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Pointer Class
ServiceBinary  = %12%\Amfilter.sys

; Newmentech Serial Mouse for Windows 2000/XP
;------------------------------------------------------------------------------
[Serial_Mouse_Inst.NT]
Include=msmouse.inf
CopyFiles=mouclass_CopyFiles,Amserprt.CopyFiles,Amfilter.CopyFiles

[Serial_Mouse_Inst.NT.HW]
AddReg=Serial_Mouse_Inst.NT.HW.AddReg

[Serial_Mouse_Inst.NT.HW.AddReg]
HKR,,"NumberOfButtons",0x00010003,2
HKR,,"SampleRate",0x00010003,40

[Serial_Mouse_Inst.NT.Services]
AddService=Amserprt,0x00000002,Amserprt_Service_Inst,Amserprt_EventLog_Inst  ;Port Driver
AddService=Amfilter,,Amfilter_Service_Inst  
Include=msmouse.inf
AddService = mouclass,, mouclass_Service_Inst, mouclass_EventLog_Inst        ;Class Driver

[Amserprt.CopyFiles]
Amserprt.sys

[Amserprt_Service_Inst]
DisplayName    = %SerMouse.SvcDesc%
ServiceType    = 1                  ;SERVICE_KERNEL_DRIVER
StartType      = 3                  ;SERVICE_DEMAND_START
ErrorControl   = 1                  ;SERVICE_ERROR_NORMAL
LoadOrderGroup = Pointer Port
ServiceBinary  = %12%\Amserprt.sys

[Amserprt_EventLog_Inst]
AddReg=Amserprt_EventLog_AddReg

[Amserprt_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\Amserprt.sys"
HKR,,TypesSupported,0x00010001,7

; Newmentech USB Port Mouse For Windows 2000/XP
;------------------------------------------------------------------------------
[USBHID_Mouse_Inst.NT]
Include=msmouse.inf
Copyfiles=mouclass_CopyFiles,Amusbprt.CopyFiles,Amfilter.CopyFiles

[Amusbprt.CopyFiles]
Amusbprt.sys

[USBHID_Mouse_Inst.NT.Services]
Include=msmouse.inf
AddService=mouclass,,mouclass_Service_Inst, mouclass_EventLog_Inst          ; Class Driver
AddService=Amusbprt,0x00000002,Amusbprt_Service_Inst,Amusbprt_EventLog_Inst ; Hid Driver
AddService=Amfilter,,Amfilter_Service_Inst  

[Amusbprt_Service_Inst]
DisplayName    = %HidMouse.SvcDesc%
ServiceType    = 1               ; SERVICE_KERNEL_DRIVER
StartType      = 3               ; SERVICE_DEMAND_START
ErrorControl   = 0               ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Pointer Port
ServiceBinary  = %12%\Amusbprt.sys

[Amusbprt_EventLog_Inst]
AddReg=Amusbprt_EventLog_AddReg

[Amusbprt_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\Amusbprt.sys"
HKR,,TypesSupported,0x00010001,7

; Newmentech PS/2 Port Mouse For Windows 2000/XP
;------------------------------------------------------------------------------
[I8042_Mouse_Inst.NT]
Include=msmouse.inf
Needs=PS2_Inst
CopyFiles=Amps2prt.CopyFiles

[I8042_Mouse_Inst.NT.Services]
AddService = Amps2prt,,Amps2prt_Service_Inst
Include=msmouse.inf
Needs=PS2_Inst.Services

[I8042_Mouse_Inst.NT.HW]
DelReg=I8042_Mouse_Inst.NT.HW.DelReg
AddReg=I8042_Mouse_Inst.NT.HW.AddReg
Include=msmouse.inf
Needs=PS2_Inst.HW

[Amps2prt.CopyFiles]
Amps2prt.sys

[I8042_Mouse_Inst.NT.HW.AddReg]
HKR,,"UpperFilters",0x00010000,"Amps2prt"
HKR,,"EnableWheelDetection",0x00010003,2
HKR,,"MouseInitializePolled",0x00010003,0
HKR,,"DisableInitializePolledUI",0x00010003,1 
HKR,,"SampleRate",0x00010003,100

[I8042_Mouse_Inst.NT.HW.DelReg]
HKR,,UpperFilters
HKR,,EnableWheelDetection
HKR,,MouseInitializePolled
HKR,,DisableInitializePolledUI
HKR,,SampleRate

[Amps2prt_Service_Inst]
DisplayName    = %PS2Mouse.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Pointer Port
ServiceBinary  = %12%\Amps2prt.sys

; Win9X common
;------------------------------------------------------------------------------
[Amouse.Copy]
Amouse.vxd

[Inst.DelReg]
HKR,,DevLoader
HKR,,MouseDriver
HKR,,MouseType
HKR,,ComInfo
HKLM,System\CurrentControlSet\Services\VxD\LMOUSE

[Mouse_Inst.Ini]
system.ini,boot,,"mouse.drv=mouse.drv"
system.ini,386Enh,,"mouse=*vmouse, msmouse.vxd"
system.ini,boot.description,,"mouse.drv=Newmentech Mouse Driver"

; Newmentech Serial Mouse For Win98/ME
;------------------------------------------------------------------------------
[Serial_Mouse_Inst]
DriverVer=08/24/2004,8.4.0.0
DelReg=Inst.DelReg
AddReg=Serial_Mouse_Inst.AddReg
CopyFiles=Amouse.Copy
UpdateInis=Mouse_Inst.Ini

[Serial_Mouse_Inst.AddReg]
HKR,,DevLoader,,*vmouse
HKR,,MouseDriver,,Amouse.vxd
HKR,,MouseType,,Serial
HKR,,InfPath,,Amouse.inf
HKR,,InfSection,,Serial_Mouse_Inst
HKR,,NoSetupUI,,1
HKR,,ProviderName,,Newmentech
HKR,,Ver,,8.4.0.0

; Newmentech PS/2 Mouse For Windows 98/ME
;------------------------------------------------------------------------------
[I8042_Mouse_Inst]
DriverVer=08/24/2004,8.4.0.0
DelReg=Inst.DelReg
AddReg=I8042_Mouse_Inst.Addreg 
CopyFiles=Amouse.Copy
UpdateInis=Mouse_Inst.Ini
LogConfig=PS2.LogConfig

[I8042_Mouse_Inst.AddReg]
HKR,,DevLoader,,*vmouse
HKR,,MouseDriver,,Amouse.vxd
HKR,,MouseType,,PS2
HKR,,InfPath,,Amouse.inf
HKR,,InfSection,,I8042_Mouse_Inst
HKR,,NoSetupUI,,1
HKR,,ProviderName,,Newmentech
HKR,,Ver,,8.4.0.0

[PS2.LogConfig]
ConfigPriority=HARDWIRED
IRQConfig=12

; Newmentech USB Mouse for Windows 98/ME
;------------------------------------------------------------------------------
[USBHID_Mouse_Inst]
DriverVer=08/24/2004,8.4.0.0
AddReg=USBHID_Mouse_Inst.AddReg
CopyFiles=Amouhid.Copy
UpdateInis=Mouse_Inst.Ini

[USBHID_Mouse_Inst.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,"Amouhid.vxd"

[Amouhid.Copy]
Amouhid.vxd

; User Visible Strings
;------------------------------------------------------------------------------
[Strings]
Mfg="Newmentech"
PNP0F01.DevDesc="Newmentech Serial Port Mouse"
PNP0F0C.DevDesc="Newmentech Serial Port Mouse"
SerMouse.SvcDesc="Newmentech Serial Port Mouse Driver"

A4M0004.DevDesc="Newmentech PS/2 Port Mouse"
BIOS\A4M0004.DevDesc="Newmentech PS/2 Port Mouse"
ROOT\A4M0004.DevDesc="Newmentech PS/2 Port Mouse"
PNP0F13.DevDesc="Newmentech PS/2 Port Mouse"
PNP0F03.DevDesc="Newmentech PS/2 Port Mouse"
PNP0F12.DevDesc="Newmentech PS/2 Port Mouse"
PNP0F0E.DevDesc="Newmentech PS/2 Port Mouse"
PNP0F0B.DevDesc="Newmentech PS/2 Port Mouse"
PNP0F1C.DevDesc="Newmentech PS/2 Port Mouse"
PS2Mouse.SvcDesc="Newmentech PS/2 Port Mouse Driver"

HID\VID_09DA&PID_0018.DeviceDesc="Newmentech USB Port Mouse"
HID\VID_09DA&PID_001A.DeviceDesc="Newmentech USB Port Mouse"
HID\VID_12C9&PID_0001.DeviceDesc="Newmentech USB Port Mouse"
HID\VID_0680&PID_0002.DeviceDesc="Newmentech USB Port Mouse"
HID\VID_04FC&PID_0003.DeviceDesc="Newmentech USB Port Mouse"
HID\VID_04FC&PID_0005.DeviceDesc="Newmentech USB Port Mouse"
HID\VID_04FC&PID_0015.DeviceDesc="Newmentech USB Port Mouse"
HID\VID_1267&PID_0201.DeviceDesc="Newmentech USB Port Mouse"
HID\VID_04B4&PID_0606.DeviceDesc="Newmentech USB Port Mouse"
HID\VID_B912&PID_0600.DeviceDesc="Newmentech USB Port Mouse"
HID\VID_0458&PID_002E.DeviceDesc="Newmentech USB Port Mouse"
HID\VID_04CF&PID_0022&MI_01.DeviceDesc="Newmentech USB Port Mouse"
HID\VID_04CF&PID_0022&MI_01&COL01.DeviceDesc="Newmentech USB Port Mouse"
HID\VID_0419&PID_0501&COL02.DeviceDesc="Newmentech USB Port Mouse"
HID\VID_0419&PID_0501.DeviceDesc="Newmentech USB Port Mouse"

HidMouse.SvcDesc="Newmentech HID-compliant Mouse Driver"

Amfilter.SvcDesc="Newmentech Mouse Filter Driver"

DISK_NAME="Newmentech Mouse Install 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: ftp, load: 1.15