;/*++
;
;Copyright (c) 1990-2000 Microsoft Corporation All rights Reserved
;
;Module Name:
;
; Portio.INF
;
;Abstract:
; INF file for installing sample portio driver
;
;--*/
[Version]
Signature="$WINDOWS NT$"
;; Class=Sample
Class=PMU07
ClassGuid={78A1C341-4539-11d3-B88D-00C04FAD5171}
Provider=%MSFT%
DriverVer=11/20/2001,5.00.2072
[DestinationDirs]
DefaultDestDir = 12
; ================= Class section =====================
[ClassInstall32]
Addreg=SampleClassReg
[SampleClassReg]
HKR,,,0,%ClassName%
HKR,,Icon,,-5
; ================= Device Install section =====================
[Manufacturer]
%MSFT%=MSFT
[SourceDiskFiles]
genport.sys=1
[SourceDiskNames]
1="Install disk",
[MSFT]
; DisplayName Section DeviceId
; ----------- ------- --------
%PortIO.DRVDESC%=PortIO_Inst,root\portio
[PortIO_Inst.NT]
CopyFiles=PortIO.CopyFiles
;;LogConfig=PortIO.LC0, PortIO.LC1
LogConfig=PortIO.LC0
[PortIO.CopyFiles]
genport.sys
[PortIO_Inst.NT.Services]
AddService=portio,0x00000002,PortIO_Service
;Uncomment following lines if your device can only work with factory default settings
;[PortIO.NT.FactDef]
;ConfigPriority=HARDRECONFIG
;IOConfig=300-303(3ff::) ; 10 bit decode ranging from 300 - 303
[PortIO.LC0]
ConfigPriority=DESIRED
;IOConfig=300-303(3ff::) ; 10 bit decode ranging from 300 - 303
;;IOConfig=68-6C(3ff::) ; 10 bit decode ranging from 300 - 303
IOConfig=b2-b3(3ff::) ; 10 bit decode ranging from 300 - 303
[PortIO.LC1]
ConfigPriority=NORMAL
;IOConfig=4@300-3ff(3ff::) ; 4 ports starting anywhere between 300 and 3fc
;;IOConfig=1@68-6C(3ff::) ; 4 ports starting anywhere between 68 and 6C
IOConfig=2@b2-b2(3ff::) ; 4 ports starting anywhere between 68 and 6C
[PortIO_Service]
DisplayName = %PortIO.SVCDESC%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\genport.sys
[Strings]
MSFT = "FIC"
ClassName = "EZ System"
fPortIO.SVCDESC = "EzButton Service"
PortIO.DRVDESC = "EzButton Driver"
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.