; DECISION Computer Intl.
; PCCOM PCI 2/4/8 Ports Driver for Windows2000
[Version]
Signature="$WINDOWS NT$"
Class=MultiportSerial
ClassGuid={50906cb8-ba12-11d1-bf5d-0000f805f530}
Provider=%DECI%
DriverVer=10/30/2000, 1.00.0001
[DestinationDirs]
Drivers_Dir = 12
INF_Dir = 17
CoIns.Copy = 11
[SourceDisksNames]
1 = %DiskId1%,,,""
[SourceDisksFiles]
decpci.sys = 1,,
dserial.sys = 1,,
pcicard.inf = 1,,
pci_po.inf = 1,,
myco1.dll = 1,,
myco2.dll = 1,,
decports.dll = 1,,
D_CPorts.dll = 1,,
;*****************************************
; Install Section
;*****************************************
[Manufacturer]
%StdMfg%=Standard
[Standard]
%Decision.DeviceDesc1% = PCCOM_Device2, PCI\VEN_6666&DEV_0004
%Decision.DeviceDesc2% = PCCOM_Device4, PCI\VEN_6666&DEV_0001
%Decision.DeviceDesc3% = PCCOM_Device8, PCI\VEN_6666&DEV_0002
;--------------------------PCI 2 PORT-------------------->
[PCCOM_Device2.NT]
CopyFiles=Drivers_Dir,INF_Dir
AddReg=PCCOM_Device2.AddReg
[PCCOM_Device2.AddReg]
HKR,,PortSubClass,1,01
HKR,,EnumPropPages32,,"decports.dll,SerialPortPropPageProvider"
HKR,,PCICard,0x00010001,1
HKR,,NoOfPorts,0x00010001,2
HKR,,HighSpeed,0x00010001,0
[PCCOM_Device2.NT.CoInstallers]
CopyFiles=CoIns.Copy
AddReg=Co.Installers_AddReg
[PCCOM_Device2.NT.Services]
AddService = busenum,%SPSVCINST_ASSOCSERVICE%, busenum_Service_Inst
;--------------------------PCI 2 PORT--------------------<
;--------------------------PCI 4 PORT-------------------->
[PCCOM_Device4.NT]
CopyFiles=Drivers_Dir,INF_Dir
AddReg=PCCOM_Device4.AddReg
[PCCOM_Device4.AddReg]
HKR,,PortSubClass,1,01
HKR,,EnumPropPages32,,"decports.dll,SerialPortPropPageProvider"
HKR,,PCICard,0x00010001,1
HKR,,NoOfPorts,0x00010001,4
HKR,,HighSpeed,0x00010001,0
[PCCOM_Device4.NT.CoInstallers]
CopyFiles=CoIns.Copy
AddReg=Co.Installers_AddReg
[PCCOM_Device4.NT.Services]
AddService = busenum,%SPSVCINST_ASSOCSERVICE%, busenum_Service_Inst
;--------------------------PCI 4 PORT--------------------<
;--------------------------PCI 8 PORT-------------------->
[PCCOM_Device8.NT]
CopyFiles=Drivers_Dir,INF_Dir
AddReg=PCCOM_Device8.AddReg
[PCCOM_Device8.AddReg]
HKR,,PortSubClass,1,01
HKR,,EnumPropPages32,,"decports.dll,SerialPortPropPageProvider"
HKR,,PCICard,0x00010001,1
HKR,,NoOfPorts,0x00010001,8
HKR,,HighSpeed,0x00010001,0
[PCCOM_Device8.NT.CoInstallers]
CopyFiles=CoIns.Copy
AddReg=Co.Installers_AddReg
[PCCOM_Device8.NT.Services]
AddService = busenum,%SPSVCINST_ASSOCSERVICE%, busenum_Service_Inst
;--------------------------PCI 8 PORT--------------------<
; -------------- common data
[Co.Installers_AddReg]
HKR,,CoInstallers32,0x00010000,"myco1.dll,PPI"
[Drivers_Dir]
dserial.sys
decpci.sys
[INF_Dir]
pcicard.inf
pci_po.inf
[CoIns.Copy]
myco1.dll
myco2.dll
decports.dll
D_CPorts.dll
[busenum_Service_Inst]
DisplayName = %busenum.SVCDESC%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\decpci.sys
LoadOrderGroup = Extended Base
[Strings]
SPSVCINST_ASSOCSERVICE= 0x00000002
DECI = "DECISION"
StdMfg = "(Standard system devices)"
DiskId1 = "DECISION PCCOM PCI Driver Installation Disk"
Decision.DeviceDesc1 = "Decision PCCOM PCI 2 Port"
Decision.DeviceDesc2 = "Decision PCCOM PCI 4 Port"
Decision.DeviceDesc3 = "Decision PCCOM PCI 8 Port"
busenum.SVCDESC = "Serv: Decision Bus Enumerator"
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.