; APOINT.INF
; May 29, '98
; 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\ApointNT
[SourceDisksNames]
51=%DiskID%,,1
[SourceDisksFiles]
ApointNT.sys = 51
ApntPS2.sys = 51
ApntSer.sys = 51
ApointNT.dll = 51
Apoint.exe = 51
Vxdif.dll = 51
Apointjp.hlp = 51
Apointjp.cnt = 51
Apointus.hlp = 51
Apointus.cnt = 51
Logo.bmp = 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
%*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]
ApointNT.sys
[mouclass_Service_Inst]
DisplayName = %mouclass.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 1 ; SERVICE_SYSTEM_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\ApointNT.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 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"
[mouclass_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\ApointNT.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,"MouseTrails" ,0x00010001,0x00000000
HKLM,%mouclass_Service%\Parameters,"TrailEnable" ,0x00010001,0x00000000
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,"M_Assign" ,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,"HomeDirectory" ,0x00020000,"%24%%Apoint_Path%"
HKLM,%mouclass_Service%\Parameters,"DoubleClkSpeed" ,0x00010001,0x00000006
HKLM,%mouclass_Service%\Parameters,"AutoRelease" ,0x00010001,0x00000001
HKLM,%mouclass_Service%\Parameters,"VxdLoaded" ,0x00010001,0x00000000
HKLM,%mouclass_Service%\Parameters,"Controls" ,0x00010001,0x00000000
;/* Set Cntrol Panel Settings */
HKCR,CLSID\{7F5B8FA4-BEEC-11cf-9BD7-B76592786C03}\InProcServer32,,0,%11%\ApointNT.dll
HKCR,CLSID\{7F5B8FA4-BEEC-11cf-9BD7-B76592786C03}\InProcServer32,ThreadingModel,0,Apartment
HKLM,"Software\Microsoft\Windows\CurrentVersion\Controls Folder\Mouse\shellex\PropertySheetHandlers\Alps ApointNT Page",,0,{7F5B8FA4-BEEC-11cf-9BD7-B76592786C03}
HKLM,"Software\Microsoft\Windows\CurrentVersion\Run",ApointNT,0,%24%%Apoint_Path%\Apoint.exe
;**********************************************************
;* 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 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,0x00000000
HKLM,%i8042prt_Service%\Parameters,"Swap" ,0x00010001,0x00000000
HKLM,%i8042prt_Service%\Parameters,"MouseSynchIn100nsForMultiDevice",0x00010001,0x00008888
;--------------- Files Copy Section
[Dll_CopyFiles]
ApointNT.dll ;System32
Vxdif.dll ;System32
[Help_CopyFiles]
Apointjp.hlp ;Help
Apointjp.cnt ;Help
Apointus.hlp ;Help
Apointus.cnt ;Help
[Home_CopyFiles]
Apoint.exe ;Program files\ApointNT
Logo.bmp
[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\ApointNT"
DiskID = "Alps GlidePoint ApointNT Setup Disk"
;/* Mfg names */
AlpsMfg = "Alps GlidePoint"
;/* Device Names */
*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 */
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
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.