Apfiltr.inf Driver File Contents (03_Touch_20pad.zip)

;---------------------------------------------------------------------
; Apfiltr.inf
;
; Alps Pointing-device Driver for Windows Vista Installation
; Copyright(C) 1999-2008 Alps Electric Co., Ltd.
;---------------------------------------------------------------------

[Version]
Signature	= "$Windows NT$"
Provider	= %Provider%
Class		= Mouse
ClassGUID	= {4D36E96F-E325-11CE-BFC1-08002BE10318}
CatalogFile	= Apfiltr.cat
DriverVer	= 08/21/2008, 7.2.202.101
DriverPackageDisplayName	= "Touch Pad Driver"

[DestinationDirs]
DefaultDestDir					= 12				; DIRID_DRIVERS
MouFilter_CopyFiles_CoInstaller	= 11				; System32
MouFilter_CopyFilesDll			= 11				; System32
MouFilter_CopyFilesHome			= 16422, %Apoint_Path%	; \Program Files\Apoint
MouFilter_CopyFilesHome_VistaHelp	= 16422, %Apoint_Path%	; \Program Files\Apoint
MouFilter_CopyFilesHome_2KXPHelp	= 16422, %Apoint_Path%	; \Program Files\Apoint

; Manufacturer Sections
; ---------------------------------------------------------
[Manufacturer]
%Mfg.Desc%		= CompanyMfg,NT.6,NTamd64
 
[CompanyMfg.NT.6]    ; for Vista 32-bit 
%Apoint.DeviceDesc%	= MouFilter_InstVista.NT, *PNP0F13,*PNP0F03,*PNP0F0E,*PNP0F0b,*PNP0F12

[CompanyMfg.NTamd64] 	; for 64Bit OS (not supporting)

[CompanyMfg] 			; for 2000, XP
%Apoint.DeviceDesc%	= MouFilter_Inst2KXP.NT, *PNP0F13,*PNP0F03,*PNP0F0E,*PNP0F0b,*PNP0F12


; Install Sections for PS/2 mouse (for Vista)
; ---------------------------------------------------------
[MouFilter_InstVista.NT]
Include		= msmouse.inf
Needs		= PS2_Inst
;our own sections
CopyFiles	= MouFilter_CopyFiles, MouFilter_CopyFilesDll, MouFilter_CopyFilesHome,MouFilter_CopyFilesHome_VistaHelp
AddReg		= MouFilter_Inst.AddReg

[MouFilter_InstVista.NT.Services]
AddService	= ApfiltrService,, filter_Service_Inst
Include		= msmouse.inf
Needs		= PS2_Inst.Services

[MouFilter_InstVista.NT.HW]
AddReg		= MouFilter_Inst.HW.AddReg, MouFilter_Inst.AddReg
Include		= msmouse.inf
Needs		= PS2_Inst.HW

[MouFilter_InstVista.NT.Wdf]
KmdfService	= ApfiltrService, MouFilter_Inst_wdfsect

[MouFilter_InstVista.NT.CoInstallers]
AddReg		= MouFilter_CoInstaller_AddReg
CopyFiles	= MouFilter_CopyFiles_CoInstaller

; Install Sections for PS/2 mouse (for 2K/XP)
; ---------------------------------------------------------
[MouFilter_Inst2KXP.NT]
Include		= msmouse.inf
Needs		= PS2_Inst
CopyFiles	= MouFilter_CopyFiles, MouFilter_CopyFilesDll, MouFilter_CopyFilesHome,MouFilter_CopyFilesHome_2KXPHelp
AddReg		= MouFilter_Inst.AddReg

[MouFilter_Inst2KXP.NT.Services]
AddService	= ApfiltrService,, filter_Service_Inst
Include		= msmouse.inf
Needs		= PS2_Inst.Services

[MouFilter_Inst2KXP.NT.HW]
AddReg		= MouFilter_Inst.HW.AddReg, MouFilter_Inst.AddReg
Include		= msmouse.inf
Needs		= PS2_Inst.HW

[MouFilter_Inst2KXP.NT.Wdf]
KmdfService	= ApfiltrService, MouFilter_Inst_wdfsect

[MouFilter_Inst2KXP.NT.CoInstallers]
AddReg		= MouFilter_CoInstaller_AddReg
CopyFiles	= MouFilter_CopyFiles_CoInstaller


;--------------- Files Copy Section
[MouFilter_CopyFiles]
Apfiltr.sys

[MouFilter_CopyFilesDll]
Vxdif.dll

[MouFilter_CopyFilesHome]
Apoint.exe
Ezcapt.exe
Logo.bmp
Gesture.bmp
ApntEx.exe
Apoint.dll
EzLaunch.dll
Elprop.dll
EzAuto.dll
Uninstap.exe
ApMsgFwd.exe
ApInst.dll

[MouFilter_CopyFilesHome_VistaHelp]
ApointSP.chm
ApointJP.chm
ApointGR.chm
ApointFR.chm
ApointUS.chm
ApointCT.chm
ApointCS.chm
ApointIT.chm
ApointKR.chm
ApointRU.chm

[MouFilter_CopyFilesHome_2KXPHelp]
ApointSP.pop
ApointJP.pop
ApointGR.pop
ApointFR.pop
ApointUS.pop
ApointCT.pop
ApointCS.pop
ApointIT.pop
ApointKR.pop
ApointRU.pop

[MouFilter_CopyFiles_CoInstaller]
WdfCoInstaller01005.dll

;--------------- Add Registry Section

[MouFilter_Inst.HW.AddReg]
HKR,,"UpperFilters",0x00010000,"ApfiltrService"

[MouFilter_Inst.AddReg] 
HKCR,CLSID\%APOINT_GUID%\InProcServer32,,0,%16422%\%Apoint_Path%\Apoint.dll
HKCR,CLSID\%APOINT_GUID%\InProcServer32,ThreadingModel,0,Apartment
HKLM,%SHELLPROP%\Alps 1Apoint Page,,		0x00000000, %APOINT_GUID%

HKLM,%UNINST%,		"UninstallString",		0x00000000, %16422%\%Apoint_Path%\Uninstap.exe ADDREMOVE
HKLM,%UNINST%,		"DisplayName",			0x00000000, "ALPS Touch Pad Driver"
HKLM,%UNINST%,		"DisplayIcon",			0x00000000, %16422%\%Apoint_Path%\Apoint.exe

HKLM,%RUN%,			"Apoint",				0x00000000, %16422%\%Apoint_Path%\Apoint.exe

; Set HKLM\Software\Alps\Apoint
HKLM,%SetApoint%,	"HomeDirectory",		0x00020000,	"%16422%\%Apoint_Path%"
HKLM,%SetApoint%,	"TrayIcon",				0x00020000,	TRUE
HKLM,%SetApoint%,	"UseSound",				0x00010001,	0x00000000
HKLM,%SetApoint%,	"ProductVer",			0x00020000,	%ProductVersion%
HKLM,%SetApoint%,	"SnapTo",				0x00010001,	0x00000000
HKLM,%SetApoint%,	"ChangedI8042prtParam",	0x00010001,	0x00000000
HKLM,%SetApoint%,	"EnableMultiUser",		0x00010001,	0x00000002
HKLM,%SetApoint%,	"SupportFunctionTab",	0x00010001,	0x0000013A	;When ALPS-Motion tab display sets 0x1BF
HKLM,%SetApoint%,	"Install_Flag",			0x00010001,	0x00000001
HKLM,%SetApoint%,	"SupportLanguage",		0x00010001,	0x004001ff
HKLM,%SetApoint%,	"TouchPadDisableFunc",	0x00010001,	0x00000001	; Function On
HKLM,%SetApoint%,	"TouchPadOnOffStatus",	0x00010001,	0x00000001	; Enable
HKLM,%SetApoint%,	"TouchPadOnOffContext",	0x00010001,	0x00000000
HKLM,%SetApoint%,	"ApMsgFwd_Flags", 		0x00010001, 0x000000FF

; Set HKLM\Software\Alps\Apoint\Button
HKLM,%SetButton%,	"ButtonFunction",		0x00010001, 0xCD548500
HKLM,%SetButton%,	"DoubleClkSpeed",		0x00010001, 0x00000008
HKLM,%SetButton%,	"EnableWheel",			0x00010001, 0x00000001


; Set HKLM\Software\Alps\Apoint\Orientation
HKLM,%SetOrientation%,	"Rotation",			0x00010001, 0x00000000

; Set HKLM\Software\Alps\Apoint\Tapping
HKLM,%SetTapping%,	"Tapping",				0x00010001, 0x00000001
HKLM,%SetTapping%,	"TapSettings",			0x00010001, 0x00000009
HKLM,%SetTapping%,	"TapTyping",			0x00010001, 0x00000000
HKLM,%SetTapping%,	"TapTypingDelay",		0x00010001, 0x00000002
HKLM,%SetTapping%,	"TypingDetect",			0x00010001, 0x00000001

; Set HKLM\Software\Alps\Apoint\Gesture
HKLM,%SetGesture%,	"EasyX",				0x00010001, 0x00000000
HKLM,%SetGesture%,	"EnableFB",				0x00010001, 0x00000000
HKLM,%SetGesture%,	"EnableWheel",			0x00010001, 0x00000001
HKLM,%SetGesture%,	"LockAreaSet",			0x00010001, 0x00000001
HKLM,%SetGesture%,	"CornerTapOffsetX",		0x00010001, 0x00000096
HKLM,%SetGesture%,	"CornerTapOffsetY",		0x00010001, 0x00000096
HKLM,%SetGesture%,	"PadScrollLines",		0x00000000, 0x00000003

; Set HKLM\Software\Alps\Other
HKLM,%SetOther%,	"TrayIcon",				0x00020000,	TRUE
HKLM,%SetOther%,	"UseSound",				0x00010001,	0x00000000
HKLM,%SetOther%,	"UseIMECap",			0x00010001,	0x00000000

; Set HKLM\Software\Alps\Easy Launcher
HKLM,%SetLauncher%,	"ComIndex",				0x00010001, 0x00000004
HKLM,%SetLauncher%,	"Option",				0x00010001, 0x00000126
HKLM,%SetLauncher%,	"C01",					0x00020000, "MINIMIZE"
HKLM,%SetLauncher%,	"C02",					0x00020000, "CLOSE"
HKLM,%SetLauncher%,	"C03",					0x00020000, "START"
HKLM,%SetLauncher%,	"C04",					0x00020000, "EXIT"
HKLM,%SetLauncher%,	"I01",					0x00020000, "MINIMIZE"
HKLM,%SetLauncher%,	"I02",					0x00020000, "CLOSE"
HKLM,%SetLauncher%,	"I03",					0x00020000, "START"
HKLM,%SetLauncher%,	"I04",					0x00020000, "EXIT"
HKLM,%SetLauncher%,	"T01",					0x00020000, ""
HKLM,%SetLauncher%,	"T02",					0x00020000, ""
HKLM,%SetLauncher%,	"T03",					0x00020000, ""
HKLM,%SetLauncher%,	"T04",					0x00020000, ""

; Set Parameters (Drivers)
HKR,,"DoubleClkSpeed",					0x00010001, 0x0000008
HKR,,"Tapping",							0x00010001, 0x00000001
HKR,,"TapSettings",						0x00010001, 0x00000009
HKR,,"Controls",						0x00010001, 0x00000003
HKR,,"Swap",							0x00010001, 0x00000000
HKR,,"M_Assign",						0x00010001, 0x00000003
HKR,,"Acceleration",					0x00010001, 0x00000004
HKR,,"HorizSensitivity",				0x00010001, 0x00000020
HKR,,"VertSensitivity",					0x00010001, 0x00000020
HKR,,"Rotation",						0x00010001, 0x00000000
HKR,,"EasyScroll",						0x00010001, 0x7A980014
HKR,,"AutoTime",						0x00010001, 0x000001F4
HKR,,"LockAreaSet",						0x00010001, 0x00000001
HKR,,"XOffset",							0x00010001, 0x00000080
HKR,,"YOffset",							0x00010001, 0x00000080
HKR,,"XResolution",						0x00010001, 0x00000420
HKR,,"YResolution",						0x00010001, 0x00000320
HKR,,"EasyX",							0x00010001, 0x00000000
HKR,,"CornerTapOffsetX",				0x00010001, 0x00000096
HKR,,"CornerTapOffsetY",				0x00010001, 0x00000096
HKR,,"EnableWheel",						0x00010001, 0x00000001
HKR,,"RightBtnEmulation",				0x00010001, 0x00000000
HKR,,"ButtonFunction",					0x00010001, 0xCD548500
HKR,,"MouseSynchIn100nsForMultiDevice",	0x00010001, 0x00000000
HKR,,"LR_Timelag",						0x00010001, 0x0000000A
HKR,,"TapTyping",						0x00010001, 0x00000001
HKR,,"TapTypingDelay",					0x00010001, 0x00000002
HKR,,"EnableFB",						0x00010001, 0x00000000
HKR,,"EnableFB_Type",					0x00010001, 0x00000001
HKR,,"SelectDevice",					0x00010001, 0x00000003
HKR,,"SPTapping",						0x00010001, 0x00000001
HKR,,"SPTapSettings",					0x00010001, 0x00000001
HKR,,"SPFunction",						0x00010001, 0x00548500
HKR,,"SPScroll",						0x00010001, 0x00000002
HKR,,"ScrollCancelThreshold_X",			0x00010001, 0x00000005
HKR,,"ScrollCancelThreshold_Y",			0x00010001, 0x00000005
HKR,,"PM_Resume",						0x00010001, 0x00000000
HKR,,"UseIMECap",						0x00010001, 0x00000000
HKR,,"DragLock_TR_Emulation",			0x00010001, 0x00000001
HKR,,"ScrollLock_Enable",				0x00010001, 0x00000001
HKR,,"ScrollLock_Period",				0x00010001, 0x00000064
HKR,,"Init_ResetBeforeGpSetting",		0x00010001, 0x00000000
HKR,,"MouseResendMax",					0x00010001, 0x00000100
HKR,,"WatchDog_Flag",					0x00010001, 0x00000001
HKR,,"WatchDog_Timeout",				0x00010001, 0x00000DAC		; (3500)
HKR,,"DataModeSwitchTime",				0x00010001, 0x00000064
HKR,,"SetToBTN3_DEV",					0x00010001, 0x00000001		; Ceter Button=1/Both Button=0
HKR,,"AMPX_Enable",						0x00010001, 0x00000000
HKR,,"WatchDog_ReinitForNoAlps_Flag",	0x00010001, 0x00000001		; ON=1/OFF=0
HKR,,"DataModeSwitchTime",				0x00010001, 0x00000064
HKR,,"KBCSyncSolution",					0x00010001, 0x00000007
HKR,,"PegasusMonitorModeFlags",			0x00010001, 0x00000001
HKR,,"StSomeZVar",						0x00010001, 0x00000011
HKR,,"ResendCmdSet",				0x00010001,0x00000001
HKR,,"DisableKbdLineDuringInit",		0x00010001, 0x00000001

; Set HKLM\Software\Alps\Apoint\EasyCapture
HKLM,%SetCapture%,		"PenColor",					0x00010001, 0x00000000
HKLM,%SetCapture%,		"PenWidth",					0x00010001, 0x00000002
HKLM,%SetCapture%,		"CanvasWidth",				0x00010001, 0x000000B4
HKLM,%SetCapture%,		"CanvasHeight",				0x00010001, 0x00000078
HKLM,%SetCapture%,		"PastCmd",					0x00010001, 0x00000000
HKLM,%SetCapture%,		"HoldImage",				0x00010001, 0x00000000

; Set HKLM\Software\Alps\Exceptions
HKLM,%SetExceptions%,	"PP97FrameClass",			0x00020000,	""
HKLM,%SetExceptions%,	"PP9FrameClass",			0x00020000,	""
HKLM,%SetExceptions%,	"PP10FrameClass",			0x00020000,	""
HKLM,%SetExceptions%,	"PP11FrameClass",			0x00020000, ""
HKLM,%SetExceptions%,	"OpusApp",					0x00020000,	""
HKLM,%SetExceptions%,	"XLMAIN",					0x00020000,	""
HKLM,%SetExceptions%,	"IEFrame",					0x00020000,	""
HKLM,%SetExceptions%,	"MSPhotoEditor32MainClass",	0x00020000,	""
HKLM,%SetExceptions%,	"CabinetWClass",			0x00020000,	""
HKLM,%SetExceptions%,	"ShImgVW:CPreviewWnd",		0x00020000, ""
HKLM,%SetExceptions%,	"WinCalWnd",				0x00020000, ""

HKLM,%SetParamsDef%,	HorizSensitivity,			0x00010001, 0x0000000a
HKLM,%SetParamsDef%,	VertSensitivity,			0x00010001, 0x0000000a
HKLM,%SetParamsDef%,	MouseSensitivity_2K,		0x00010001,	10
HKLM,%SetParamsDef%,	MouseSpeed_2K,				0x00010001,	1
HKLM,%SetParamsDef%,	MouseThreshold1_2K,			0x00010001,	7
HKLM,%SetParamsDef%,	MouseThreshold2_2K,			0x00010001,	0
HKLM,%SetParamsDef%,	WheelScrollLines_2K,		0x00010001,	3
HKLM,%SetParamsDef%,	SnapToDefaultButton_2K,		0x00010001,	0
HKLM,%SetParamsDef%,	MouseSensitivity_XP,		0x00010001,	10
HKLM,%SetParamsDef%,	MouseSpeed_XP,				0x00010001,	1
HKLM,%SetParamsDef%,	MouseThreshold1_XP,			0x00010001,	6
HKLM,%SetParamsDef%,	MouseThreshold2_XP,			0x00010001,	10
HKLM,%SetParamsDef%,	WheelScrollLines_XP,		0x00010001,	3
HKLM,%SetParamsDef%,	SnapToDefaultButton_XP,		0x00010001,	0
HKLM,%SetParamsDef%,	TrayIcon,					0x00010001,	1
HKLM,%SetParamsDef%,	EnableWheel,				0x00010001, 0x00000001
HKLM,%SetParamsDef%,	EnableFB,					0x00010001, 0x00000000

[filter_Service_Inst]
DisplayName		= %Filter.SvcDesc%
ServiceType		= 1
StartType		= 3
ErrorControl	= 0
LoadOrderGroup	= Pointer Port
ServiceBinary	= %12%\Apfiltr.sys

[MouFilter_CoInstaller_AddReg]
HKR,,CoInstallers32,0x00010000, "WdfCoInstaller01005.dll,WdfCoInstaller"

[MouFilter_Inst_wdfsect]
KmdfLibraryVersion = 1.5

[SourceDisksNames]
1 = %DiskID%,,,

[SourceDisksFiles]
Apfiltr.sys 	= 1,,
Vxdif.dll		= 1,,
Apoint.exe		= 1,,
Logo.bmp		= 1,,
ApntEx.exe		= 1,,
Apoint.dll		= 1,,
EzAuto.dll		= 1,,
Ezcapt.exe		= 1,,
Gesture.bmp		= 1,,
EzLaunch.dll	= 1,,
Elprop.dll		= 1,,
ApointSP.chm	= 1,,
ApointJP.chm	= 1,,
ApointGR.chm	= 1,,
ApointFR.chm	= 1,,
ApointUS.chm	= 1,,
ApointCT.chm	= 1,,
ApointCS.chm	= 1,,
ApointIT.chm	= 1,,
ApointKR.chm	= 1,,
ApointRU.chm    = 1,,
ApointSP.pop	= 1,,
ApointJP.pop	= 1,,
ApointGR.pop	= 1,,
ApointFR.pop	= 1,,
ApointUS.pop	= 1,,
ApointCT.pop	= 1,,
ApointCS.pop	= 1,,
ApointIT.pop	= 1,,
ApointKR.pop	= 1,,
ApointRU.pop    = 1,,
Uninstap.exe	= 1,,
ApInst.dll		= 1,,
ApMsgFwd.exe	= 1,,
WdfCoinstaller01005.dll	= 1,,

; ------------- Localizable strings ------------------------
[Strings]
Provider			= "Alps"
Filter.SvcDesc		= "Alps Pointing-device Filter Driver"
Mfg.Desc			= "Alps Electric"
Apoint.DeviceDesc 	= "Alps Pointing-device"

; Alps internals
Apoint_Path			= "Apoint2K"
DiskID				= "Alps Pointing-device Driver for Windows 2000/XP/Vista Setup Disk"

; Registry Strings
SetApoint				= "Software\Alps\Apoint"
SetLauncher				= "Software\Alps\Apoint\EasyLauncher"
SetCapture				= "Software\Alps\Apoint\EasyCapture"
SetExceptions			= "Software\Alps\Apoint\Exceptions"
SetParamsDef			= "Software\Alps\Apoint\Params\Default"
SetParamsMin			= "Software\Alps\Apoint\Params\Min"
SetParamsMax			= "Software\Alps\Apoint\Params\Max"
SetParamsPos			= "Software\Alps\Apoint\Params\Pos"
SetButton				= "Software\Alps\Apoint\Button"
SetOrientation		= "Software\Alps\Apoint\Orientation"
SetTapping				= "Software\Alps\Apoint\Tapping"
SetGesture				= "Software\Alps\Apoint\Gesture"
SetOther				= "Software\Alps\Apoint\Other"
RUN						= "SOFTWARE\Microsoft\Windows\CurrentVersion\Run"
UNINST					= "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{9F72EF8B-AEC9-4CA5-B483-143980AFD6FD}"
SHELLPROP				= "Software\Microsoft\Windows\CurrentVersion\Controls Folder\Mouse\shellex\PropertySheetHandlers"
APOINT_GUID				= "{7F5B8FA4-BEEC-11cf-9BD7-B76592786C03}"
ProductVersion			= "Version 7.2.202.101"


; ------------- Standard defs ----------------------------
SPSVCINST_TAGTOFRONT	= 0x00000001
SPSVCINST_ASSOCSERVICE	= 0x00000002
SERVICE_KERNEL_DRIVER	= 1
SERVICE_BOOT_START		= 0
SERVICE_SYSTEM_START	= 1
SERVICE_AUTO_START		= 2
SERVICE_DEMAND_START	= 3
SERVICE_ERROR_NORMAL	= 1
SERVICE_ERROR_IGNORE	= 0
REG_EXPAND_SZ			= 0x00020000
REG_DWORD				= 0x00010001
REG_SZ					= 0x00000000
PROGRAM_FILES			= 16422
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: 10.32