Amouse.inf Driver File Contents (13072_03.exe)

;------------------------------------------------------------------------------
;     Amouse.inf
;------------------------------------------------------------------------------
[Version]
Signature=$CHICAGO$
Class=Mouse
Provider=%Mfg%
ClassGUID={4D36E96F-E325-11CE-BFC1-08002BE10318}
CatalogFile.NT=Amou2kxp.cat
CatalogFile=Amou98ME.cat
DriverVer=08/18/2003,5.10.3010.0

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

[SourceDisksFiles]
Amouse.vxd=51
Amps2prt.sys=51
Amuninst.exe=51

[DestinationDirs]
DefaultDestDir=12
Amouse.Copy=11
Amps2prt.CopyFiles=12  ; DIRID_DRIVERS
Amuninst.CopyFiles=11

[ControlFlags]
ExcludeFromSelect=*PNP0F1C

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

[Mfg]
;--------------------------------------------------------------Device ID strings
%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        

; Install Sections
;------------------------------------------------------------------------------
[Amuninst.CopyFiles]
Amuninst.exe, Amuninst.exe

[Inst.AddReg]
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\TrustMouse","DisplayName",,"%Uninstaller_DisplayName%"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\TrustMouse","UninstallString",,"%11%\Amuninst.exe"

; Trust PS/2 Port Mouse For Windows 2000/XP
;------------------------------------------------------------------------------
[I8042_Mouse_Inst.NT]
Include=msmouse.inf
Needs=PS2_Inst
AddReg=Inst.AddReg
CopyFiles=Amps2prt.CopyFiles,Amuninst.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

; Win95/98/ME 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=Trust Mouse Driver"

; Trust PS/2 Mouse For Windows 95/98/ME
;------------------------------------------------------------------------------
[I8042_Mouse_Inst]
DriverVer=08/18/2003,7.42.0.0
DelReg=Inst.DelReg
AddReg=I8042_Mouse_Inst.Addreg,Inst.AddReg 
CopyFiles=Amouse.Copy,Amuninst.CopyFiles
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,,Trust
HKR,,Ver,,7.42.0.0

[PS2.LogConfig]
ConfigPriority=HARDWIRED
IRQConfig=12

; User Visible Strings
;------------------------------------------------------------------------------
[Strings]
Mfg="Trust Computer Products"

A4M0004.DevDesc="Trust 270KD Wireless Mouse"
BIOS\A4M0004.DevDesc="Trust 270KD Wireless Mouse"
ROOT\A4M0004.DevDesc="Trust 270KD Wireless Mouse"
PNP0F13.DevDesc="Trust 270KD Wireless Mouse"
PNP0F03.DevDesc="Trust 270KD Wireless Mouse"
PNP0F12.DevDesc="Trust 270KD Wireless Mouse"
PNP0F0E.DevDesc="Trust 270KD Wireless Mouse"
PNP0F0B.DevDesc="Trust 270KD Wireless Mouse"
PNP0F1C.DevDesc="Trust 270KD Wireless Mouse"

PS2Mouse.SvcDesc="Trust Ami PS/2 Port Mouse Driver (9)"

Uninstaller_DisplayName="Trust 270KD Wireless Mouse"

DISK_NAME="Trust 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: web4, load: 0.99