; Pcan_usb.inf ; ; Installation file (.inf) for the PCAN-USB device. ; ; (c) Copyright 2008 PEAK-System Technik GmbH ; [Version] Signature="$WINDOWS NT$" Provider=%ProviderName% Class=%DeviceClassName% ClassGUID={CC87D8EA-E78F-466d-9040-02254A61E309} DriverVer=09/16/2008,2.49.8.4514 CatalogFile=PcanDrv.cat ; ------------------------------------------------------------------------------ [Manufacturer] %MfgName%=Mfg0 [Mfg0] %DeviceDesc%=PcanUsb.DeviceInstall, USB\VID_0C72&PID_000C [ClassInstall32] Addreg=Class_AddReg [Class_AddReg] HKR,,,0,%DeviceClassName% HKR,,Icon,,-20 ; ------------------------------------------------------------------------------ [SourceDisksNames] 1 = %DiskId%,,,"" [SourceDisksFiles] Pcan_usb.sys = 1,, [DestinationDirs] DefaultDestDir = 12 ; --------- Windows NT ----------------- [PcanUsb.DeviceInstall.NT] CopyFiles=PcanUsb.NT.Files [PcanUsb.DeviceInstall.NT.Services] AddService = Pcan_usb,0x00000002,PcanUsb.AddService [PcanUsb.NT.Files] Pcan_usb.sys [PcanUsb.AddService] DisplayName = %SvcDesc% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL LoadOrderGroup = Extended Base ServiceBinary = %12%\Pcan_usb.sys ;--------- Strings Section --------------------------- [Strings] DiskId="PCAN-USB Installation Disk" ProviderName="PEAK-System Technik GmbH" MfgName="PEAK-System Technik GmbH" DeviceDesc="PCAN-USB Device" SvcDesc="PCAN-USB Device Driver" DeviceClassName="CAN-USB-Hardware"