;*******************************************************************************
;*
;* File: OxPAR2.inf
:*
;* Copyright (C) 2006 Oxford Semiconductor Ltd.
;*
;* Description: Installs the parallel port from the OX16PCI95x/OX12PCI840
;* parent.
;* Additional installation file for parallel ports (win9x)
;*
;*******************************************************************************
[Version]
signature="$CHICAGO$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%mfg%
[DestinationDirs]
DefaultDestDir = 11 ;LDID_SYS
;-------------------------------------------------------------------------------
; Install class "Ports"
;-------------------------------------------------------------------------------
[ClassInstall]
AddReg=PortsClass.AddReg
[PortsClass.AddReg]
HKR,,,,%PortsClassName%
;-------------------------------------------------------------------------------
; Supporting Device List
;-------------------------------------------------------------------------------
[Manufacturer]
%mfg%=mfg
[mfg]
%LptPort.DeviceDesc% = LptPort, OX16PCI954\*PNP0400
%LptPort.DeviceDesc% = LptPort, OX12PCI840\*PNP0400
%EcpPort.DeviceDesc% = EcpPort, OX12PCI840\*PNP0401
[ControlFlags]
ExcludeFromSelect = OX16PCI954\*PNP0400
ExcludeFromSelect = OX12PCI840\*PNP0400
ExcludeFromSelect = OX12PCI840\*PNP0401
;-------------------------------------------------------------------------------
; Install Printer Port
;-------------------------------------------------------------------------------
[LptPort]
AddReg=LPTPort.AddReg
reboot
[LPTPort.AddReg]
HKR,,DevLoader,,*vcomm
HKR,,Contention,,*vpd
HKR,,Enumerator,,parenum.vxd
HKR,,PortDriver,,lpt.vxd
HKR,,PortSubClass,1,00
HKR,,ECPDevice,1,00
[LptPort.PosDup]
*PNP0401
;-------------------------------------------------------------------------------
; Install ECP Printer Port
;-------------------------------------------------------------------------------
[EcpPort]
AddReg=ECPPort.AddReg
reboot
[ECPPort.AddReg]
HKR,,DevLoader,,*vcomm
HKR,,Contention,,*vpd
HKR,,Enumerator,,parenum.vxd
HKR,,PortDriver,,lpt.vxd
HKR,,PortSubClass,1,00
HKR,,ECPDevice,1,01
[EcpPort.PosDup]
*PNP0400
;-------------------------------------------------------------------------------
; Common Part
;-------------------------------------------------------------------------------
[SourceDisksNames]
1=%drvdisk%,,
[SourceDisksFiles]
; The files are alrady copied by OxPAR.INF
;-------------------------------------------------------------------------------
; Strings
;-------------------------------------------------------------------------------
[Strings]
mfg = "(Enhanced ports)"
PortsClassName = "Ports (COM & LPT)"
drvDisk = "High-performance ports driver disk"
LptPort.DeviceDesc = "PCI Parallel Port"
EcpPort.DeviceDesc = "PCI EPP/ECP Parallel 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.