Apfiltr.inf Driver File Contents (R153769.EXE)

;---------------------------------------------------------------------
; Apfiltr.inf
;
; Alps Pointing-device Driver for Windows 2K/XP/Vista Installation
; Copyright(C) 1999-2007 Alps Electric Co., Ltd.
;---------------------------------------------------------------------

[Version]
Signature	= "$Windows NT$"
Provider	= %Provider%
Class		= Mouse
ClassGUID	= {4D36E96F-E325-11CE-BFC1-08002BE10318}
CatalogFile	= Apfiltr.cat
DriverVer	= 02/17/2007, 7.1.101.6
DriverPackageDisplayName	= "Dell Touchpad"

[DestinationDirs]
DefaultDestDir			= 12
MouFilter_CopyFiles_CoInstaller = 11
MouFilter_CopyFilesDll		= 11
MouFilter_CopyFilesHome		= 16422, %Apoint_Path%

; Manufacturer Sections
; ---------------------------------------------------------
[Manufacturer]
%Mfg.Desc%		= CompanyMfg,NTamd64,NTx86.6

[CompanyMfg.NTamd64]	; for 64-bit OS
; Not supported

[CompanyMfg.NTx86.6]	; for Vista 32-bit 
%Apoint.DeviceDesc%	= MouFilter_Inst.ntx86.6,*PNP0F13,*PNP0F03,*PNP0F0E,*PNP0F0b,*PNP0F12
%Apoint.DeviceDesc%	= MouFilter_Inst.ntx86.6,*AUI0300		; DELL Comaneci
%Apoint.DeviceDesc%	= MouFilter_Inst.ntx86.6,*AUI0301		; DELL Bondi /Benz

[CompanyMfg]		; for 2000, XP
%Apoint.DeviceDesc%	= MouFilter_Inst.nt,*PNP0F13,*PNP0F03,*PNP0F0E,*PNP0F0b,*PNP0F12
%Apoint.DeviceDesc%	= MouFilter_Inst.nt,*AUI0300		; DELL Comaneci
%Apoint.DeviceDesc%	= MouFilter_Inst.nt,*AUI0301		; DELL Bondi /Benz

[ControlFlags]
ExcludeFromSelect=*PNP0F13,*PNP0F03,*PNP0F0E,*PNP0F0b,*PNP0F12,*AUI0300,*AUI0301

; Install Sections for PS/2 mouse (for Vista)
; ---------------------------------------------------------
[MouFilter_Inst.ntx86.6]
Include		= msmouse.inf
Needs		= PS2_Inst
CopyFiles	= MouFilter_CopyFiles, MouFilter_CopyFilesDll, MouFilter_CopyFilesHome
AddReg		= MouFilter_Inst.AddReg, DriverInfoAddReg

[MouFilter_Inst.ntx86.6.Services]
AddService	= ApfiltrService,, filter_Service_Inst
Include		= msmouse.inf
Needs		= PS2_Inst.Services

[MouFilter_Inst.ntx86.6.HW]
AddReg		= MouFilter_Inst.HW.AddReg, MouFilter_Inst.AddReg
Include		= msmouse.inf
Needs		= PS2_Inst.HW

[MouFilter_Inst.ntx86.6.Wdf]
KmdfService	= ApfiltrService, MouFilter_Inst_wdfsect

[MouFilter_Inst.ntx86.6.CoInstallers]
AddReg		= MouFilter_CoInstaller_AddReg
CopyFiles	= MouFilter_CopyFiles_CoInstaller


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

[MouFilter_Inst.nt.Services]
AddService	= ApfiltrService,, filter_Service_Inst
Include		= msmouse.inf
Needs		= PS2_Inst.Services

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


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

[MouFilter_CopyFiles_WDM]
Apfiltr.sys,Apf_wdm.sys

[MouFilter_CopyFilesDll]
Vxdif.dll

[MouFilter_CopyFilesHome]
Apoint.exe
ApntEx.exe
Apoint.dll
Elprop.dll
EzAuto.dll
Uninstap.exe
ApInst.dll
hidfind.exe
ApMsgFwd.exe
ApMouCpl.dll
DellTPad.exe

[MouFilter_CopyFiles_CoInstaller]
WdfCoInstaller01005.dll

; AddReg Sections
; ---------------------------------------------------------
[MouFilter_Inst.HW.AddReg]                                        
HKR,,			"UpperFilters",			0x00010000,"ApfiltrService"
HKLM,%UNINST%

[MouFilter_Inst.AddReg] 
HKCR,CLSID\%APOINT_GUID%\InProcServer32,,		0x00000000,%16422%\%Apoint_Path%\Apoint.dll
HKCR,CLSID\%APOINT_GUID%\InProcServer32,ThreadingModel,	0x00000000,Apartment
HKLM,%SHELLPROP%\Alps 1Apoint Page,,			0x00000000,%APOINT_GUID%
HKCR,CLSID\%APMOUCPL_GUID%\InProcServer32,,		0x00000000,%16422%\%Apoint_Path%\ApMouCpl.dll	;Add "Dell Touchpad"-tab to "Mouse Properties".
HKCR,CLSID\%APMOUCPL_GUID%\InProcServer32,ThreadingModel,	0x00000000,Apartment
HKLM,%SHELLPROP%\AlpsDellTouchpad,,				0x00000000,%APMOUCPL_GUID%

HKLM,%UNINST%,		"UninstallString",		0x00000000,%16422%\%Apoint_Path%\Uninstap.exe ADDREMOVE
HKLM,%UNINST%,		"DisplayName",			0x00000000,"Dell Touchpad"
HKLM,%UNINST%,		"DisplayIcon",			0x00000000, %16422%\%Apoint_Path%\DellTPad.exe
HKLM,%UNINST%,		"DisplayVersion",		0x00000000,	%ProductVersion%

;// Auto Run 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%,	"EnableMultiUser",		0x00010001,0x00000002
HKLM,%SetApoint%,	"SupportFunctionTab",		0x00010001,0x000001fb	;When ALPS-Motion tab display sets 0x1BF
HKLM,%SetApoint%,	"TouchSensitivity",		0x00010001,0x00000009
HKLM,%SetApoint%,	"Install_Flag",			0x00010001,0x00000001
HKLM,%SetApoint%,	"EnableAreaSwitch",		0x00010001,0x00000001
HKLM,%SetApoint%,	"EnableTouchSensitivity",	0x00010001,0x00000001
HKLM,%SetApoint%,	"SupportLanguage",		0x00010001,0x000007ff
HKLM,%SetApoint%,	"GP_Series",			0x00010001,0x00000002	; Bondi Type2 set
HKLM,%SetApoint%,	"SP_PressMenuDisp",		0x00010001,0x00000000
HKLM,%SetApoint%,	"DualType2ButtonOr",		0x00010001,0x00000001
HKLM,%SetApoint%,	"OEM_ID",			0x00010001,0x00000001
HKLM,%SetApoint%,	"Support_USB_Button_Swap",	0x00010001,0x00000001
HKLM,%SetApoint%,	"HidFindLaunchSW",		0x00010001,0x00000001
HKLM,%SetApoint%,	"TouchPadOnOffContext",		0x00010001,0x00000000
HKLM,%SetApoint%,	"TouchPadOnOffLocked",		0x00010001,0x00000001
HKLM,%SetApoint%,	"ApMsgFwd_Flags", 		0x00010001,0x000000FF
HKLM,%SetApoint%,	"ID_Emulate_Switch",		0x00010001,0x00000001
HKLM,%SetApoint%,	"Target_ID",			0x00010001,0x00500273
HKLM,%SetApoint%,	"EmulateDeviceType",		0x00010001,0xA00114AD
HKLM,%SetApoint%,	"EmulateDeviceID",		0x00010001,0x000A0273
HKLM,%SetApoint%,	"UseCustomGUI", 		0x00010001,0x00000001
HKLM,%SetApoint%,	"CustomGUI_Name",		0x00020000,"DellTPad.exe"
HKLM,%SetApoint%,	"Lang_CH_HongKong",		0x00010001,0x00000003
HKLM,%SetApoint%,	"Lang_CH_Macau",		0x00010001,0x00000003
HKLM,%SetApoint%,	"Lang_CH_Singapore",		0x00010001,0x00000002
HKLM,%SetApoint%,	"Lang_PO_Portugal", 		0x00010001,0x00000002

;Set HKLM\Software\Alps\Apoint\SelectDevice
HKLM,%SetSelectDev%,	"SelectDevice",			0x00010001,0x0000003F

;// Set HKLM\Software\Alps\Apoint\Button
HKLM,%SetButton%,	"ButtonFunction",		0x00010001,0x0054e500
HKLM,%SetButton%,	"DoubleClkSpeed",		0x00010001,0x00000008
HKLM,%SetButton%,	"EnableWheel",			0x00010001,0x00000003
HKLM,%SetButton%,	"USB_Button_Swap",		0x00010001,0x00000000
HKLM,%SetButton%,	"AppReg0",			0x00000000,""
HKLM,%SetButton%,	"AppReg1",			0x00000000,""
HKLM,%SetButton%,	"AppReg2",			0x00000000,""
HKLM,%SetButton%,	"SmoothScroll",			0x00010001,0x00000000
HKLM,%SetButton%,	"Scroll_HV",			0x00010001,0x00000003

;// 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,0x0000000b
HKLM,%SetTapping%,	"TapTyping",			0x00010001,0x00000001
HKLM,%SetTapping%,	"TapTypingDelay",		0x00010001,0x00000002
HKLM,%SetTapping%,	"AutoRelease",			0x00010001,0x00000001
HKLM,%SetTapping%,	"TouchSensitivity",		0x00010001,0x00000009
HKLM,%SetTapping%,	"TypingDetect",			0x00010001,0x00000001

;// Set HKLM\Software\Alps\Apoint\Gesture
HKLM,%SetGesture%,	"EasyX",			0x00010001,0x00000000
HKLM,%SetGesture%,	"EnableFB",			0x00010001,0x00000000
HKLM,%SetGesture%,	"LockAreaSet",			0x00010001,0x00000001
HKLM,%SetGesture%,	"CornerTapOffsetX",		0x00010001,0x00000096
HKLM,%SetGesture%,	"CornerTapOffsetY",		0x00010001,0x00000096
HKLM,%SetGesture%,	"PadScrollLines",		0,3
HKLM,%SetGesture%,	"AppReg0",			0x00000000,""
HKLM,%SetGesture%,	"AppReg1",			0x00000000,""
HKLM,%SetGesture%,	"AppReg2",			0x00000000,""
HKLM,%SetGesture%,	"AppReg3",			0x00000000,""
HKLM,%SetGesture%,	"ShowCorner",			0x00010001,0x01100110

;// Set HKLM\Software\Alps\Stick
HKLM,%SetStick%,	"SPSpeed",				0x00010001,0x00000050
HKLM,%SetStick%,	"SPTapping",			0x00010001,0x00000001
HKLM,%SetStick%,	"SPTapSettings",		0x00010001,0x00000001
HKLM,%SetStick%,	"SPTapTyping",			0x00010001,0x00000001
HKLM,%SetStick%,	"SPTapTypingDelay",		0x00010001,0x00000002
HKLM,%SetStick%,	"SPFunction",			0x00010001,0x0054e505
HKLM,%SetStick%,	"SPScroll",			0x00010001,0x00000002 ; B0:SP Scroll Bit / B1:1 Only
HKLM,%SetStick%,	"SPScrollLines",		0,3
HKLM,%SetStick%,	"SP_PressSelect",		0x00010001,0x00000000
HKLM,%SetStick%,	"SpTypingSound",		0x00000000,""

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

;// Set HKLM\Software\Alps\USBMouse
HKLM,%SetUSBMouse%,	"USBMouse",			0x00010001,0x00000000
HKLM,%SetUSBMouse%,	"ShowBalloon",			0x00010001,0x00055555

;// 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",			0x00010001,0x00000001
HKLM,%SetExceptions%,	"MSPhotoEditor32MainClass",	0x00020000,""
HKLM,%SetExceptions%,	"CabinetWClass",		0x00020000,""
HKLM,%SetExceptions%,	"ShImgVW:CPreviewWnd",		0x00020000,""
HKLM,%SetExceptions%,	"WinCalWnd",			0x00020000,""

;// Set HKLM\Software\Alps\Apoint\InertialMovemnet
HKLM,%SetIM%,		"EnableInertialMovement",	0x00010001,0x00000001
HKLM,%SetIM%,		"EnableOnlyWhenDrag",		0x00010001,0x00000001
HKLM,%SetIM%,		"Horizontal_Left",		0x00010001,0x00000040
HKLM,%SetIM%,		"Horizontal_Right",		0x00010001,0x00000040
HKLM,%SetIM%,		"Vertical_Top",			0x00010001,0x00000040
HKLM,%SetIM%,		"Vertical_Bottom",		0x00010001,0x00000040
HKLM,%SetIM%,		"IM_Delta",			0x00010001,0x00000001
HKLM,%SetIM%,		"IM_DeltaAlpha",		0x00010001,0x0000004b
HKLM,%SetIM%,		"IM_Period",			0x00010001,0x00000032
HKLM,%SetIM%,		"IM_Speed",			0x00010001,0x00000003
HKLM,%SetIM%,		"IM_SuppressMove",		0x00010001,0x00000000

;// Set HKLM\Software\Microsoft\MobilePC\MobilityCenter\Tiles\DellTPad
;HKLM,%SetMobilityCenter%,	"TileName",	0x00020000,"""%ProgramFiles%\Apoint\ApMouCpl.dll"",101"
;HKLM,%SetMobilityCenter%,	"Icon",		0x00020000,"""%ProgramFiles%\Apoint\ApMouCpl.dll"",201"
;HKLM,%SetMobilityCenter%,	"IconAction",	0x00020000,"""%ProgramFiles%\Apoint\DellTPad.exe"""
;HKLM,%SetMobilityCenter%,	"IconToolTip",	0x00020000,"""%ProgramFiles%\Apoint\ApMouCpl.dll"",303"
;HKLM,%SetMobilityCenter%,	"StatusText",	0x00020000,"""%ProgramFiles%\Apoint\ApMouCpl.dll"",301"
;HKLM,%SetMobilityCenter%,	"ButtonAction",	0x00020000,"""%ProgramFiles%\Apoint\DellTPad.exe"""
;HKLM,%SetMobilityCenter%,	"ButtonLabel",	0x00020000,"""%ProgramFiles%\Apoint\ApMouCpl.dll"",302"

;// Set Parameters (Drivers)
HKR,,"DoubleClkSpeed",			0x00010001,0x00000008
HKR,,"Tapping",				0x00010001,0x00000001
HKR,,"TapSettings",			0x00010001,0x0000000b
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,0x00000002
HKR,,"RightBtnEmulation",		0x00010001,0x00000000
HKR,,"ButtonFunction",			0x00010001,0x0054e500
HKR,,"MouseSynchIn100nsForMultiDevice",	0x00010001,0x00000000
HKR,,"LR_Timelag",			0x00010001,0x00000000
HKR,,"LR_Timelag_Cond",			0x00010001,0x00000001
HKR,,"TapTyping",			0x00010001,0x00000001
HKR,,"TapTypingDelay",			0x00010001,0x00000002
HKR,,"AutoRelease",			0x00010001,0x00000001
HKR,,"EnableFB",			0x00010001,0x00000000
HKR,,"SelectDevice",			0x00010001,0x0000003F
HKR,,"SPTapping",			0x00010001,0x00000001
HKR,,"SPTapTyping",			0x00010001,0x00000001
HKR,,"SPTapTypingDelay",		0x00010001,0x00000002
HKR,,"SPTapping",			0x00010001,0x00000001
HKR,,"SPTapSettings",			0x00010001,0x00000001
HKR,,"SPFunction",			0x00010001,0x0054e505
HKR,,"SPScroll",			0x00010001,0x00000002
HKR,,"ScrollCancelThreshold_X",		0x00010001,0x00000005
HKR,,"ScrollCancelThreshold_Y",		0x00010001,0x00000005
HKR,,"PM_Resume",			0x00010001,0x00000000
HKR,,"UseIMECap",			0x00010001,0x00000000
HKR,,"OldSetPostMsgInfo",		0x00010001,0x00000001
HKR,,"EnableAreaSwitch",		0x00010001,0x00000001
HKR,,"EnableTouchSensitivity",		0x00010001,0x00000001
HKR,,"ZThresholdMode",			0x00010001,0x00000003
HKR,,"EnableRawMode",			0x00010001,0x00000001
HKR,,"RecoveryBIODP_Enable",		0x00010001,0x00000001
HKR,,"SP_ReviseBallisticCurve_Enable",	0x00010001,0x00000001
HKR,,"SP_ReviseBallisticCurve_Pram_1",	0x00010001,0x07000078
HKR,,"SP_ReviseBallisticCurve_Pram_2",	0x00010001,0x13000021
HKR,,"SP_ReviseBallisticCurve_Pram_3",	0x00010001,0xFF000021
HKR,,"SP_BrakeCursor_Enable",		0x00010001,0x00000001
HKR,,"SP_BrakeCursor_DeltaTime",	0x00010001,0x00000020
HKR,,"SP_BrakeCursor_Buffer_N",		0x00010001,0x00000003
HKR,,"SP_BrakeCursor_Threshold_Min",	0x00010001,0x00000003
HKR,,"SP_BrakeCursor_Threshold_Max",	0x00010001,0x00000020
HKR,,"SP_BrakeCursor_Percent",		0x00010001,0x0000000D
HKR,,"SP_NoSpeedAccThreshold",		0x00010001,0x00000001
HKR,,"DataModeSwitchTime",		0x00010001,0x00000064
HKR,,"SP_Raw_ReviseCurve_Enable",	0x00010001,0x00000001
HKR,,"SP_Raw_ReviseCurve_Param_1",	0x00010001,0x00000011
HKR,,"SP_Raw_ReviseCurve_Param_2",	0x00010001,0x000001F4
HKR,,"SP_Raw_EnableButtonOR",		0x00010001,0x00000001
HKR,,"CheckButtonAfterLeave",		0x00010001,0x14001400
HKR,,"SendCmdBeforeReset",		0x00010001,0x00000001
HKR,,"SP_Raw_BrakeCursor_Enable",	0x00010001,0x00000000
HKR,,"WatchDog_Flag",			0x00010001,0x00000001
HKR,,"ChangeAccelCurve_Enable",		0x00010001,0x00000001
HKR,,"SendCmdWhenSelectDevice",		0x00010001,0x00000001
HKR,,"ISDR_Enable",			0x00010001,0x00000001
HKR,,"ResendCmdSet",			0x00010001,0x00000001
HKR,,"TouchSensitivity",		0x00010001,0x00000009
HKR,,"EnablePadScrollHV",		0x00010001,0x00000003
HKR,,"SP_PressSelect",			0x00010001,0x00000000
HKR,,"GP_ScrollThreshold_V",		0x00010001,0x00000032
HKR,,"GP_ScrollThreshold_H",		0x00010001,0x00000032
HKR,,"SP_ScrollThreshold_V",		0x00010001,0x00000096
HKR,,"SP_ScrollThreshold_H",		0x00010001,0x00000096
HKR,,"OfficeScrollSrc",			0x00010001,0x00000001
HKR,,"UseVariableAccTable",		0x00010001,0x00000001
HKR,,"i8042_WatchDog_Flag",		0x00010001,0x00000000
HKR,,"DisablePadOperation",		0x00010001,0x00000000
HKR,,"CursorSpeedScale_Enable",		0x00010001,0x00000001

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%,MouseSensitivity_XP,0x00010001,10
HKLM,%SetParamsDef%,MouseSpeed_XP,	0x00010001,1
HKLM,%SetParamsDef%,MouseThreshold1_XP,	0x00010001,6
HKLM,%SetParamsDef%,MouseThreshold2_XP,	0x00010001,10
HKLM,%SetParamsDef%,TrayIcon,		0x00010001,0x00000001
HKLM,%SetParamsDef%,SelectDevice,	0x00010001,0x0000003F
HKLM,%SetParamsDef%,USBMouse,		0x00010001,0x00000000
HKLM,%SetParamsDef%,ButtonFunction,	0x00010001,0x0054e500
HKLM,%SetParamsDef%,DoubleClkSpeed,	0x00010001,0x00000008
HKLM,%SetParamsDef%,USB_Button_Swap,0x00010001,0x00000000
HKLM,%SetParamsDef%,TouchSensitivity,0x00010001,0x00000009
HKLM,%SetParamsDef%,Tapping,		0x00010001,0x00000001
HKLM,%SetParamsDef%,TapSettings,	0x00010001,0x0000000b
HKLM,%SetParamsDef%,TapTyping,		0x00010001,0x00000001
HKLM,%SetParamsDef%,TapTypingDelay,	0x00010001,0x00000002
HKLM,%SetParamsDef%,SPSpeed,		0x00010001,0x00000050
HKLM,%SetParamsDef%,SPTapping,		0x00010001,0x00000001
HKLM,%SetParamsDef%,SPTapSettings,	0x00010001,0x00000001
HKLM,%SetParamsDef%,SPTapTyping,	0x00010001,0x00000001
HKLM,%SetParamsDef%,SPTapTypingDelay,0x00010001,0x00000002
HKLM,%SetParamsDef%,EnableFB,		0x00010001,0x00000000
HKLM,%SetParamsDef%,EnableWheel,	0x00010001,0x00000003
HKLM,%SetParamsDef%,CornerTapOffsetX,0x00010001,0x00000096
HKLM,%SetParamsDef%,CornerTapOffsetY,0x00010001,0x00000096
HKLM,%SetParamsDef%,PadScrollLines,	0x00010001,0x00000003
HKLM,%SetParamsDef%,DoubleClickSpeed,0x00010001,0x00000226

[DriverInfoAddReg]
; This section is added to all INFs to add registry entries for Driver Info.
HKLM,Software\InstalledOptions\%DriverOEM%\%DriverFamily%\%DriverMfgr%\%DriverProduct%,	Description,,		%DriverDescription%
HKLM,Software\InstalledOptions\%DriverOEM%\%DriverFamily%\%DriverMfgr%\%DriverProduct%,	CurrentVer,,		%DriverOEMVersion%
HKLM,Software\InstalledOptions\%DriverOEM%\%DriverFamily%\%DriverMfgr%\%DriverProduct%,	Ver_%DriverOEMVersion%,,%DriverVersionID%
HKLM,Software\InstalledOptions\%DriverOEM%\%DriverFamily%\%DriverMfgr%\%DriverProduct%,	BaseDriverFileName,,	""
HKLM,Software\InstalledOptions\%DriverOEM%\%DriverFamily%\%DriverMfgr%\%DriverProduct%,	BaseDriverFileVersion,,	""

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

;-------------- Service information installation

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

[MouFilter_Inst_wdfsect]
KmdfLibraryVersion = 1.5

; Source file information
; ---------------------------------------------------
[SourceDisksNames]
1 = %DiskID%,,,

[SourceDisksFiles]
Apfiltr.sys	= 1,,
Apf_wdm.sys	= 1,,
Vxdif.dll	= 1,,
Apoint.exe	= 1,,
ApntEx.exe	= 1,,
Apoint.dll	= 1,,
EzAuto.dll	= 1,,
Elprop.dll	= 1,,
Uninstap.exe	= 1,,
ApInst.dll	= 1,,
hidfind.exe	= 1,,
ApMsgFwd.exe	= 1,,
ApMouCpl.dll	= 1,,
DellTPad.exe	= 1,,
WdfCoinstaller01005.dll	= 1,,

; ------------- Localizable strings ------------------------
[Strings]
Provider		= "Alps"
Filter.SvcDesc		= "Alps Touch Pad Filter Driver for Windows 2000/XP/Vista"
Mfg.Desc		= "Alps Electric"
Apoint.DeviceDesc 	= "Dell Touchpad"

; Alps internals
Apoint_Path		= "Apoint"
Apoint_Wav		= "Media"
DiskID			= "Alps Touch Pad Filter Driver for Windows 2000/XP/Vista Setup Disk"

; Registry Strings
SetApoint		= "Software\Alps\Apoint"
SetSelectDev		= "Software\Alps\Apoint\SelectDevice"
SetExceptions		= "Software\Alps\Apoint\Exceptions"
SetParamsDef		= "Software\Alps\Apoint\Params\Default"
SetButton		= "Software\Alps\Apoint\Button"
SetOrientation		= "Software\Alps\Apoint\Orientation"
SetTapping		= "Software\Alps\Apoint\Tapping"
SetGesture		= "Software\Alps\Apoint\Gesture"
SetStick		= "Software\Alps\Apoint\Stick"
SetOther		= "Software\Alps\Apoint\Other"
SetIM			= "Software\Alps\Apoint\InertialMovement"
SetUSBMouse		= "Software\Alps\Apoint\USBMouse"
SetMobilityCenter	= "Software\Microsoft\MobilePC\MobilityCenter\Tiles\DellTPad"
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}"
APMOUCPL_GUID	= "{D0B6E6C2-3485-42E8-A26E-3E3735B240B6}"

ProductVersion		= "Version 7.1.101.6"

;/* Dell Driver Information History */
DriverMfgr		= "Alps Electric"
DriverVersionID		= "7.1.101.6"

DriverOEM		= "Alps Electric"		; name of the OEM
DriverFamily		= "Mouse"			; device family (NIC, Storage, Video...)
DriverProduct		= "Touch Pad"			; Specific Name of device (chipset, for example)
DriverDescription	= "Alps Pointing-device Driver"	; Description of device (product name, OS or system supported)
DriverOEMVersion	= "7.1.101.6"			; OEM-specified version
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.50