; fspad.inf
;
; Installation file (.inf) for the AVC Finger-sensing Pad driver. This INF file
; also includes the uninstall process.
;
; (c) Copyright 2002-2004 Asia Vital Components Co.,Ltd.
;
[Version]
Signature="$Windows NT$"
Provider=%Provider%
ClassGUID={4D36E96F-E325-11CE-BFC1-08002BE10318}
Class=Mouse
CatalogFile=fspad.cat
DriverVer=05/08/2005, 7.0.8.0
[DestinationDirs]
DefaultDestDir = 12
unfspad.CopyFiles = 10
unfspad.DelFiles = 10
;
; Driver information
;
;----------------------------------------------------------------------------
; Manufacturer Sections
;----------------------------------------------------------------------------
[Manufacturer]
%Provider% = AVC.Mfg
[AVC.Mfg]
; %AVC.DeviceDesc% = fspad, *STL3842
%AVC.DeviceDesc% = fspad, *STL3842, *PNP0F13
[fspad]
; perform port related actions from msmouse.inf
Include = msmouse.inf
Needs = PS2_Inst
; Copy the driver over
CopyFiles = fspad.CopyFiles, unfspad.CopyFiles
; Add registry entries.
AddReg = fspad.AddRegs
;
; File sections
;
[fspad.CopyFiles]
fspad.sys
;
; Copy uninstall program
;
[unfspad.CopyFiles]
unfspad.exe
;
; Delete uninstall program.
;
[unfspad.DelFiles]
unfspad.exe,,,%DELFLAG_INUSE%
;
; Uninstall process.
;
[Uninstall]
DelFiles = unfspad.DelFiles
;
; Service Installation
;
[fspad.Services]
AddService = fspad, , fspad_Service_Inst
Include = msmouse.inf ; Install the port driver and mouclass from msmouse.inf
Needs = PS2_Inst.Services
[fspad_Service_Inst]
DisplayName = %fspad.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 0 ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Pointer Port
ServiceBinary = %12%\fspad.sys
[fspad.HW]
; Add the device upper filter
AddReg = fspad.HW.AddReg
; run the directives need by the port driver
Include=msmouse.inf
Needs=PS2_Inst.HW
[fspad.HW.AddReg]
HKR,,"UpperFilters",0x00010000,"fspad"
[fspad.AddRegs]
HKLM, %REG_UNINST%, "DisplayName",%REG_SZ_IF_NOT_EXISTS%,%AVC.DriverDisplayName%
HKLM, %REG_UNINST%, "DisplayVersion",%REG_SZ_IF_NOT_EXISTS%,%AVC.DriverDisplayVersion%
HKLM, %REG_UNINST%, "UninstallString",%REG_SZ_IF_NOT_EXISTS%,"%10%\unfspad.exe /u"
;
; Source file information
;
; use [SourceDisksNames.x86] for x86 only installs
; use [SourceDisksNames.alpha] for alpha only installs
[SourceDisksNames]
1 = %DiskId1%,,,
[SourceDisksFiles]
fspad.sys = 1,,
unfspad.exe = 1,,
[Strings]
;
; Non-Localizable Strings
;
DELFLAG_INUSE = 0x00000001
REG_SZ = 0x00000000
REG_MULTI_SZ = 0x00010000
REG_EXPAND_SZ = 0x00020000
REG_BINARY = 0x00000001
REG_DWORD = 0x00010001
REG_SZ_IF_NOT_EXISTS = 0x00000002
REG_UNINST = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{E86906FF-C63D-4EAF-ACE7-5F8D55FBEA9A}"
SERVICEROOT = "System\CurrentControlSet\Services"
PATH_SUB_INST = "AVC Finger-sensing Pad Driver"
;
; Localizable Strings
;
Provider = "AVC"
DiskId1 = "AVC Finger-sensing Pad Driver Installation Disk"
AVC.DeviceDesc = "AVC Finger-sensing Pad v7.0.8.0 driver."
AVC.DriverDisplayName = "AVC Finger-sensing PAD Driver"
AVC.DriverDisplayVersion = "v7.0.8.0"
fspad.SvcDesc="AVC Finger-sensing Pad Driver for Windows 2000/XP"
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.