Apoint.inf Driver File Contents (8500V_TP.zip)

; APOINT.INF
; '99/01/12 15:20
; Alps GlidePoint WindowsNT Native Driver Installation
; Copyright(C) 1993-1998 Alps Electric Co., Ltd.

[Version]
Signature = "$Windows NT$"
Class     = Mouse
ClassGUID = {4D36E96F-E325-11CE-BFC1-08002BE10318}
Provider  = %Provider%

[DestinationDirs]
DefaultDestDir   = 12			; DIRID_DRIVERS
Driver_CopyFiles = 12			; System32\drivers
Dll_CopyFiles    = 11			; System32
Help_CopyFiles   = 18			; Help
Home_CopyFiles   = 24, %Apoint_Path%	; Program Files\Apoint

[SourceDisksNames]
51=%DiskID%,,1

[SourceDisksFiles]
ApntCls.sys  = 51
ApntPS2.sys  = 51
Apoint.dll   = 51
Vxdif.dll    = 51
EzAuto.dl    = 51

Apoint.exe   = 51
Logo.bmp     = 51
ApntEx.exe   = 51
Uninstap.exe = 51

ApointSP.POP = 51
ApointJP.POP = 51
ApointIT.POP = 51
ApointGR.POP = 51
ApointFR.POP = 51
ApointUS.POP = 51
ApointCT.POP = 51
ApointCS.POP = 51

[ControlFlags]
; Exclude all bus mice and InPort mice for RISC platforms.
ExcludeFromSelect.NTAlpha = *PNP0F0D,*PNP0F11,*PNP0F00,*PNP0F02,*PNP0F15
ExcludeFromSelect.NTMIPS  = *PNP0F0D,*PNP0F11,*PNP0F00,*PNP0F02,*PNP0F15
ExcludeFromSelect.NTPPC   = *PNP0F0D,*PNP0F11,*PNP0F00,*PNP0F02,*PNP0F15,*PNP0F12

; Hide this entry always.
ExcludeFromSelect     = UNKNOWN_MOUSE
UnknownLegacyDriverId = UNKNOWN_MOUSE

; Mark any install sections for drivers that also control the i8042 keyboard port,
; so that we can warn the user that they may also be affecting their keyboard with
; a mouse driver change.
SharedDriver=PS2_Inst,%PS2_Inst.SharedDriverMsg%


; Manufacturer Sections
; ---------------------------------------------------------
[Manufacturer]
%AlpsMfg% = AlpsMfg

[AlpsMfg]
;PS2 GlidePoint
%*aui0200.DeviceDesc%      = PS2_Inst,*AUI0200
%*pnp0f03.DeviceDesc%      = PS2_Inst,*PNP0F03
%*pnp0f0b.DeviceDesc%      = PS2_Inst,*PNP0F0b
%*pnp0f12.DeviceDesc%      = PS2_Inst,*PNP0F12
%*pnp0f0e.DeviceDesc%      = PS2_Inst,*PNP0F0E
%*pnp0f13.DeviceDesc%      = PS2_Inst,*PNP0F13

;/* Install Sections
;**********************************************************
;*         Mouse Class Driver Install Sections            *
;**********************************************************

[mouclass_CopyFiles]
ApntCls.sys

[mouclass_Service_Inst]
DisplayName    = %mouclass.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 1                  ; SERVICE_SYSTEM_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\ApntCls.sys
LoadOrderGroup = Pointer Class

[mouclass_EventLog_Inst]
DelReg = mouclass_EventLog_DelReg
AddReg = mouclass_EventLog_AddReg

[mouclass_EventLog_DelReg]
;// Del Old Property Sheets
HKLM,"Software\Microsoft\Windows\CurrentVersion\Controls Folder\Mouse\shellex\PropertySheetHandlers"

; // Del CLSID
HKCR,"CLSID\{7F5B8FA4-BEEC-11cf-9BD7-B76592786C03}"
HKCR,"CLSID\{90A7E280-12D5-11d0-818D-00008080C8C8}"
HKCR,"CLSID\{941DCA81-F220-11D0-8F81-0080C8186F33}"

;// Del MS IntelliPoint Run
HKLM,"Software\Microsoft\Windows\CurrentVersion\Run",POINTER
HKLM,"Software\Microsoft\Windows\CurrentVersion\Run",MSWHEEL
HKLM,"Software\Microsoft\Windows\CurrentVersion\Run",TIPS

;// Del Logitech MouseWare Run
HKLM,"Software\Microsoft\Windows\CurrentVersion\Run",EM_EXEC

;// Del Logitech Services Vxd
HKLM,"System\CurrentControlSet\Services\Vxd\LMOUSE"

;// Del AlpsPoint Run
HKLM,"Software\Microsoft\Windows\CurrentVersion\Run",APOINTNT

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

;/* Set Parameters */
HKLM,%mouclass_Service%\Parameters,"MouseDataQueueSize"    ,0x00010001,0x00000064
HKLM,%mouclass_Service%\Parameters,"ConnectMultiplePorts"  ,0x00010001,0x00000001
HKLM,%mouclass_Service%\Parameters,"MaximumPortsServiced"  ,0x00010001,0x00000003
HKLM,%mouclass_Service%\Parameters,"PointerDeviceBaseName" ,0x00020000,"PointerClass"
HKLM,%mouclass_Service%\Parameters,"SensitivityLock"       ,0x00010001,0x00000001
HKLM,%mouclass_Service%\Parameters,"HorizSensitivity"      ,0x00010001,0x00000014
HKLM,%mouclass_Service%\Parameters,"VertSensitivity"       ,0x00010001,0x00000014
HKLM,%mouclass_Service%\Parameters,"Acceleration"          ,0x00010001,0x00000001
HKLM,%mouclass_Service%\Parameters,"AccelerationEnable"    ,0x00010001,0x00000001
HKLM,%mouclass_Service%\Parameters,"SnapTo"                ,0x00010001,0x00000000
HKLM,%mouclass_Service%\Parameters,"Rotation"              ,0x00010001,0x00000000
HKLM,%mouclass_Service%\Parameters,"TapTyping"             ,0x00010001,0x00000000
HKLM,%mouclass_Service%\Parameters,"TapTypingDelay"        ,0x00010001,0x00000002
HKLM,%mouclass_Service%\Parameters,"DoubleClkSpeed"        ,0x00010001,0x00000006
HKLM,%mouclass_Service%\Parameters,"AutoRelease"           ,0x00010001,0x00000001
HKLM,%mouclass_Service%\Parameters,"VxdLoaded"             ,0x00010001,0x00000000

;/* Set Cntrol Panel Settings */
HKCR,CLSID\{7F5B8FA4-BEEC-11cf-9BD7-B76592786C03}\InProcServer32,,0,%24%%Apoint_Path%\Apoint.dll
HKCR,CLSID\{7F5B8FA4-BEEC-11cf-9BD7-B76592786C03}\InProcServer32,ThreadingModel,0,Apartment
HKLM,"Software\Microsoft\Windows\CurrentVersion\Controls Folder\Mouse\shellex\PropertySheetHandlers\Alps 1Apoint Page",,0,{7F5B8FA4-BEEC-11cf-9BD7-B76592786C03}

;// Auto Run Apoint.exe
HKLM,"Software\Microsoft\Windows\CurrentVersion\Run",Apoint,0,%24%%Apoint_Path%\Apoint.exe

;// Add...
HKLM,"Software\Alps\Apoint","HomeDirectory",0x00020000,"%24%%Apoint_Path%"

;**********************************************************
;*      PS/2 GlidePoint Driver Install Sections           *
;**********************************************************

[PS2_Inst]
CopyFiles = PS2_CopyFiles, mouclass_CopyFiles, Help_CopyFiles, Home_CopyFiles, Dll_CopyFiles

[PS2_Inst.Services]
AddService = i8042prt, 0x00000002, i8042prt_Service_Inst, i8042prt_EventLog_Inst ; Port Driver
AddService = mouclass,, mouclass_Service_Inst, mouclass_EventLog_Inst            ; Class Driver

[PS2_CopyFiles]
ApntPS2.sys

[i8042prt_Service_Inst]
DisplayName    = %i8042prt.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 1                  ; SERVICE_SYSTEM_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\ApntPS2.sys
LoadOrderGroup = Keyboard Port

[i8042prt_EventLog_Inst]
AddReg = i8042prt_EventLog_AddReg

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

;// Set HKLM\Software\Alps\Exceptions
HKLM,%SetExceptions%,PP97FrameClass, ""
HKLM,%SetExceptions%,OpusApp,        ""
HKLM,%SetExceptions%,XLMAIN,         ""
HKLM,%SetExceptions%,IEFrame,        ""

;/* Set Parameters */
HKLM,%i8042prt_Service%\Parameters,"SampleRate" ,0x00010001,0x00000028
HKLM,%i8042prt_Service%\Parameters,"Tapping"    ,0x00010001,0x00000001
HKLM,%i8042prt_Service%\Parameters,"TapSettings",0x00010001,0x00000009
HKLM,%i8042prt_Service%\Parameters,"Controls"   ,0x00010001,0x00000001
HKLM,%i8042prt_Service%\Parameters,"Swap"       ,0x00010001,0x00000000
HKLM,%i8042prt_Service%\Parameters,"M_Assign"   ,0x00010001,0x00000003

HKLM,%i8042prt_Service%\Parameters,"EasyScroll"       ,0x00010001,0x7A980014
HKLM,%i8042prt_Service%\Parameters,"AutoTime"         ,0x00010001,0x000001F4
;HKLM,%i8042prt_Service%\Parameters,"EmuScrollLines"   ,0x00010001,0x00000003
HKLM,%i8042prt_Service%\Parameters,"LockAreaSet"      ,0x00010001,0x00000000
HKLM,%i8042prt_Service%\Parameters,"XOffset"          ,0x00010001,0x00000080
HKLM,%i8042prt_Service%\Parameters,"YOffset"          ,0x00010001,0x00000080
HKLM,%i8042prt_Service%\Parameters,"XResolution"      ,0x00010001,0x00000420
HKLM,%i8042prt_Service%\Parameters,"YResolution"      ,0x00010001,0x00000320
HKLM,%i8042prt_Service%\Parameters,"EasyX"            ,0x00010001,0x00008000
HKLM,%i8042prt_Service%\Parameters,"CornerTapOffsetX" ,0x00010001,0x00000064
HKLM,%i8042prt_Service%\Parameters,"CornerTapOffsetY" ,0x00010001,0x00000064
HKLM,%i8042prt_Service%\Parameters,"EnableWheel"      ,0x00010001,0x00000002
HKLM,%i8042prt_Service%\Parameters,"RightBtnEmulation",0x00010001,0x00000000
HKLM,%i8042prt_Service%\Parameters,"ButtonFunction"   ,0x00010001,0x00548500
;HKLM,%i8042prt_Service%\Parameters,"MouseSynchIn100nsForMultiDevice",0x00010001,0x00011170
HKLM,%i8042prt_Service%\Parameters,"MouseSynchIn100nsForMultiDevice",0x00010001,0x00008888
;HKLM,%i8042prt_Service%\Parameters,"LR_Timelag"       ,0x00010001,0x0000000A
HKLM,%i8042prt_Service%\Parameters,"LR_Timelag"       ,0x00010001,0x0000001E

;--------------- Files Copy Section
[Dll_CopyFiles]
Vxdif.dll	;System32

[Help_CopyFiles]
ApointSP.POP
ApointJP.POP
ApointIT.POP
ApointGR.POP
ApointFR.POP
ApointUS.POP
ApointCT.POP
ApointCS.POP

[Home_CopyFiles]
Apoint.exe	;Program files\Apoint
Logo.bmp
ApntEx.exe
Apoint.dll
EzAuto.dll
Uninstap.exe

[LegacyXlate.DevId]
PS2_MOUSE                        = *PNP0F0E    ; Std PS/2 mouse      i8042prt
MICROSOFT_PS2_MOUSE              = *PNP0F03    ; MS PS/2 mouse       i8042prt
LOGITECH_PS2_MOUSE               = *PNP0F12    ; Logi PS/2 mouse     i8042prt

[LegacyXlate.Driver]
i8042prt = PS2_Inst

; User visible strings
; ---------------------------------------------------------

[Strings]
Provider             = "Alps"
DESCRIPTION          = "Alps GlidePoint Driver for NT 4.0"
Apoint_Path          = "Progra~1\Apoint"
DiskID               = "Alps GlidePoint ApointNT Setup Disk"

;/* Mfg names */
AlpsMfg              = "Alps GlidePoint"

;/* Device Names */
*aui0200.DeviceDesc  = "Alps GlidePoint"
*pnp0f0e.DeviceDesc  = "Alps GlidePoint"
*pnp0f03.DeviceDesc  = "Alps GlidePoint"
*pnp0f0b.DeviceDesc  = "Alps GlidePoint"
*pnp0f12.DeviceDesc  = "Alps GlidePoint
*pnp0f13.DeviceDesc  = "Alps GlidePoint"


;/* Service Names */
i8042prt.SvcDesc     = "Alps i8042 Keyboard and PS/2 GlidePoint Driver"
mouclass.SvcDesc     = "Alps Mouse Class Driver"

;/* Registry Strings */
SetExceptions        = "Software\Alps\Apoint\Exceptions"

RUN                  = "SOFTWARE\Microsoft\Windows\CurrentVersion\Run"

mouclass_Service     = "SYSTEM\CurrentControlSet\Services\mouclass"
i8042prt_Service     = "SYSTEM\CurrentControlSet\Services\i8042prt"
sermouse_Service     = "SYSTEM\CurrentControlSet\Services\sermouse"

i8042prt_Service_Std  = "SYSTEM\CurrentControlSet\Services\i8042prt"
mouclass_Service_Std  = "SYSTEM\CurrentControlSet\Services\mouclass"
sermouse_Service_Std  = "SYSTEM\CurrentControlSet\Services\sermouse"

SetStdMouseValue     = "Control Panel\Mouse"

;/* Description of device also controlled by a shared driver */
PS2_Inst.SharedDriverMsg = "Keyboard Port"
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.77