;------------------------------------------------------- ; INF file for DS40/41/42xx Series Driver ; Copyright (C) Hikvision Digital Technology Co.,Ltd. [Version] CatalogFile=HikDrv.cat Signature="$WINDOWS NT$" Class=MEDIA ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318} Provider=%DS400XX% DriverVer=10/13/2009,2.3.0.0 ; ================= Device Install section ===================== [SourceDisksNames] 1 = %DISK_NAME%,,,"" [SourceDisksFiles] DS40xxV.sys=1 DS41xxV.sys=1 DS42xxV.sys=1 [Manufacturer] %Manufacturer%=DS400x,NTAMD64 ; For Win2K [DS400x] %DS40XXHC.DRVDESC% = DS40XXHC, PCI\VEN_104c&DEV_9065 %DS41XXHC.DRVDESC% = DS41XXHC, PCI\VEN_104c&DEV_B003 %DS42XXHC.DRVDESC% = DS42XXHC, PCI\VEN_3086&DEV_0101 ; For XP and later [DS400x.NTAMD64] %DS40XXHC.DRVDESC% = DS40XXHC, PCI\VEN_104c&DEV_9065 %DS41XXHC.DRVDESC% = DS41XXHC, PCI\VEN_104c&DEV_B003 %DS42XXHC.DRVDESC% = DS42XXHC, PCI\VEN_3086&DEV_0101 [DestinationDirs] DS40XXHC.CopyList = 10,system32\drivers ; WinXX\system32\drivers DS41XXHC.CopyList = 10,system32\drivers ; WinXX\system32\drivers DS42XXHC.CopyList = 10,system32\drivers ; WinXX\system32\drivers ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;; ds40xxhc md ;;;;;;;;;;;;;;;;;;; [DS40XXHC.NT] CopyFiles=DS40XXHC.CopyList [DS40XXHC.CopyList] DS40xxV.sys [DS40XXHC.NT.Services] AddService = DS40XXHC,0x00000002,DS40XXHC_Service [DS40XXHC_Service] ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\DS40xxV.sys ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;; ds41xxhc ;;;;;;;;;;;;;;;;;;; [DS41XXHC.NT] CopyFiles=DS41XXHC.CopyList [DS41XXHC.CopyList] DS41xxV.sys [DS41XXHC.NT.Services] AddService = DS41XXHC,0x00000002,DS41XXHC_Service [DS41XXHC_Service] ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\DS41xxV.sys ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;; ds42xxhc ;;;;;;;;;;;;;;;;;;; [DS42XXHC.NT] CopyFiles=DS42XXHC.CopyList [DS42XXHC.CopyList] DS42xxV.sys [DS42XXHC.NT.Services] AddService = DS42XXHC,0x00000002,DS42XXHC_Service [DS42XXHC_Service] ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\DS42xxV.sys ;-------------- Coinstaller installation [DestinationDirs] CoInstaller_CopyFiles = 11 [CoInstaller_CopyFiles] wdfcoinstaller01005.dll [SourceDisksFiles] wdfcoinstaller01005.dll=1 ; make sure the number matches with SourceDisksNames [Strings] DS400XX= "ChongQing Netvision Techinology Co.,Ltd." Manufacturer="ChongQing Netvision Techinology Co.,Ltd." DS40XXHC.DRVDESC="Netvision NV40xxHC/HCS/HC+/HF/HS/MD Series" DS41XXHC.DRVDESC="Netvision NV41xx Series" DS42XXHC.DRVDESC="Netvision NV42xx Series" DISK_NAME="NV40/42xx serial card Installation Disk"