;; Pco1394.inf
;--------- Version Section ---------------------------------------------------
[Version]
Signature="$Windows NT$"
Provider=%ProviderName%
DriverVer=11/19/2008,1.1.0.10
CatalogFile=pco1394.cat
; If device fits one of the standard classes, use the name and GUID here,
; otherwise create your own device class and GUID as this example shows.
Class=PCO_Cameras
ClassGUID={FCA83592-282C-4ef2-BDB6-0C332BCF9F03}
;alt:{ff646f80-8def-11d2-9449-00105a075f6b}
;--------- SourceDiskNames and SourceDiskFiles Section -----------------------
; These sections identify source disks and files for installation. They are
; shown here as an example, but commented out.
;[SourceDisksNames]
1 = %DiskId1%,,,""
;[SourceDisksFiles]
Pco1394.sys = 1,,
pco_ci2.dll = 1,,
Pco1394_2k.sys = 1,,
sc2_1394.dll = 1,,
;--------- ClassInstall/ClassInstall32 Section -------------------------------
; Windows9X Style
[ClassInstall]
CopyFiles=PCO_Class_Files
Addreg=Class_AddReg
; NT Style
[ClassInstall32]
CopyFiles=PCO_Class_Files
Addreg=Class_AddReg
[Class_AddReg]
HKR,,,,%DeviceClassName%
HKR,,Installer32,,"pco_ci2.dll,ClassInstaller"
HKR,,Icon,,"101"
[PCO_Class_Files]
pco_ci2.dll
;--------- DestinationDirs Section -------------------------------------------
[DestinationDirs]
DefaultDestDir = 11
Pco1394_Files_Driver_2K = 12
Pco1394_Files_Driver_XP = 12
;--------- Manufacturer and Models Sections ----------------------------------
[Manufacturer]
%MfgName%=PCOMfg,NTx86.5.1
[PCOMfg]
; 1394 hardware IDs use the form
; 1394\VendorName&ModelName
; 1394\UnitSpecId&UnitSwVersion
;
;%DeviceDesc%=Pco1394_DDI,1394\PCO_AG&pco.camera,1394\085E
%DeviceDesc%=Pco1394_DDI,1394\PCO_AG&pco.camera
[PCOMfg.NTx86.5.1]
; 1394 hardware IDs use the form
; 1394\VendorName&ModelName
; 1394\UnitSpecId&UnitSwVersion
;
;%DeviceDesc%=Pco1394_DDI_XP,1394\PCO_AG&pco.camera,1394\085E
%DeviceDesc%=Pco1394_DDI_XP,1394\PCO_AG&pco.camera
;---------- DDInstall Sections -----------------------------------------------
; --------- Windows 9X -----------------
; Experimentation has shown that DDInstall root names greater than 19 characters
; cause problems in Windows 98
[Pco1394_DDI]
;CopyFiles=Pco1394_Files_Driver
;AddReg=Pco1394_9X_AddReg
[Pco1394_9X_AddReg]
;HKR,,DevLoader,,*ntkern
;HKR,,NTMPDriver,,Pco1394.sys
;HKR, "Parameters", "BreakOnEntry", 0x00010001, 0
; --------- Windows NT -----------------
[Pco1394_DDI.NTx86]
CopyFiles=Pco1394_Files_Driver_2K,Pco1394_Files_DLL
;AddReg=Pco1394_NT_AddReg
[Pco1394_DDI.NTx86.Services]
Addservice = Pco1394, 0x00000002, Pco1394_AddService
[Pco1394_AddService]
DisplayName = %SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\Pco1394_2k.sys
[Pco1394_NT_AddReg]
HKLM, "System\CurrentControlSet\Services\Pco1394\Parameters",\
"BreakOnEntry", 0x00010001, 0
[Pco1394_DDI_XP.NTx86]
CopyFiles=Pco1394_Files_Driver_XP,Pco1394_Files_DLL
;AddReg=Pco1394_NT_AddReg
[Pco1394_DDI_XP.NTx86.Services]
Addservice = Pco1394, 0x00000002, Pco1394_AddService_XP
[Pco1394_AddService_XP]
DisplayName = %SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\Pco1394.sys
; --------- Files (common) -------------
[Pco1394_Files_Driver_2K]
Pco1394_2k.sys
[Pco1394_Files_Driver_XP]
Pco1394.sys
[Pco1394_Files_DLL]
sc2_1394.dll
;--------- Strings Section ---------------------------------------------------
[Strings]
ProviderName="PCO AG"
MfgName="PCO AG"
DeviceDesc="pco.camera with 1394 Firewire"
DeviceClassName="PCO cameras"
SvcDesc="pco1394 interface to busdriver"
DiskId1 = "PCO AG - Installation Disk #1 (Media)"
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.