; Pcan_pci.inf ; ; Installation file (.inf) for the PCAN-PCI device. ; ; Copyright (c) 2008 PEAK-System Technik GmbH ; [Version] Signature="$WINDOWS NT$" Provider=%ProviderName% Class=%DeviceClassName% ClassGUID={C38C9D86-471E-4d6b-9FB6-78DDA20E3F70} DriverVer=09/16/2008,2.49.8.4514 CatalogFile=PcanDrv.cat ; ------------------------------------------------------------------------------ [Manufacturer] %MfgName%=Mfg0 [Mfg0] %DeviceDesc%=PcanPci.DeviceInstall, PCI\VEN_001C&DEV_0001 [ClassInstall32] Addreg=Class_AddReg [Class_AddReg] HKR,,,0,%DeviceClassName% HKR,,Icon,,-5 ; ------------------------------------------------------------------------------ [SourceDisksNames] 1 = %DiskId%,,,"" [SourceDisksFiles] Pcan_pci.sys = 1,, [DestinationDirs] DefaultDestDir = 12 ; --------- Windows NT --------- [PcanPci.DeviceInstall.NT] CopyFiles=PcanPci.NT.Files [PcanPci.DeviceInstall.NT.Services] Addservice = Pcan_pci,0x00000002,PcanPci.AddService [PcanPci.NT.Files] Pcan_pci.sys [PcanPci.AddService] DisplayName = %SvcDesc% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL LoadOrderGroup = Extended Base ServiceBinary = %12%\Pcan_pci.sys ;--------- Strings Section --------------------------------------------------- [Strings] DiskId="PCAN-PCI Installation Disk" ProviderName="PEAK-System Technik GmbH" MfgName="PEAK-System Technik GmbH" DeviceDesc="PEAKCAN PCI-card" SvcDesc="PCAN-PCI Device Driver" DeviceClassName="CAN-Hardware"