DvrInstall.inf Driver File Contents (Driver.zip)

;; DVRInstall.inf

;; --PLEASE READ--
;; The wizard cannot create exact INF files for all buses and device types.
;; You may have to make changes to this file in order to get your device to
;; install. In particular, hardware IDs and logical configurations require
;; intervention.
;; The Win2K DDK documentation contains an excellent INF reference.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; \\(^^)//  \\(^^)//   \\(^^)//  Version Section  \\(^^)//    \\(^^)//   
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Version]
Signature=$Chicago$
Provider=%ProviderName%

; 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="Digital Video Recording System"
ClassGUID={D90859ED-D40B-430f-8755-A955F3E8A693}
DriverVer=09/19/2003, 4.0.0919.0


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; \\(^^)//  \\(^^)// SourceDiskNames and SourceDiskFiles Section  \\(^^)// 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; These sections identify source disks and files for installation. They are
; shown here as an example, but commented out.


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; \\(^^)//  \\(^^)// DestinationDirs Section   \\(^^)//   \\(^^)// 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[DestinationDirs]
DVRVideo_Files_Driver = 10,System32\Drivers
DVRAudio_FIles_Driver = 10,System32\Drivers


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; \\(^^)//   \\(^^)// Class Section   \\(^^)//   \\(^^)//   \\(^^)// 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[ClassInstall32]
AddReg=DVR_CLASS

[DVR_CLASS]
HKR,,,,%ClassName%
HKR,,SilentInstall,,1


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; \\(^^)//   \\(^^)// Manufacturer and Models Sections \\(^^)//   \\(^^)//
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Manufacturer]
%MfgName%=Mfg0

[Mfg0]
; PCI hardware IDs use the form
; => PCI\VEN_aaaa&DEV_bbbb&SUBSYS_cccccccc&REV_dd

%DeviceDesc%=DVRVideo_DDI, PCI\VEN_109E&DEV_036E
%AudioDesc%=DVRAudio_DDI, PCI\VEN_109E&DEV_0878


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; \\(^^)//  \\(^^)//   \\(^^)// DDInstall Sections  \\(^^)//   \\(^^)//   
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

; --------- Windows 9X -----------------
; Experimentation has shown that DDInstall root names greater than 19
; characters cause problems in Windows 98
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Audio Section
[DVRAudio_DDI]
CopyFiles=DVRVideo_Files_Driver
AddReg=DVRVideo_9X_AddReg
[DVRAudio_9X_AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,DVRAudio.sys

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Video Section
[DVRVideo_DDI]
CopyFiles=DVRVideo_Files_Driver
AddReg=DVRVideo_9X_AddReg
[DVRVideo_9X_AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,DVRVideo.sys
HKR, "Parameters", "BreakOnEntry", 0x00010001, 0
HKR, "Parameters", "ChipCount", 0x00010001, 2

; --------- Windows Xp/2K -----------------
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Audio Section
[DVRAudio_DDI.NT]
CopyFiles=DVRAudio_Files_Driver
[DVRAudio_DDI.NT.Services]
Addservice = DVRAudio, 0x00000002, DVRAudio_AddService
[DVRAudio_AddService]
DisplayName    = %ASvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %10%\System32\Drivers\DVRAudio.sys

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Video Section
[DVRVideo_DDI.NT]
CopyFiles=DVRVideo_Files_Driver
AddReg=DVRVideo_NT_AddReg
[DVRVideo_DDI.NT.Services]
Addservice = DVRVideo, 0x00000002, DVRVideo_AddService
[DVRVideo_AddService]
DisplayName    = %SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %10%\System32\Drivers\DVRVideo.sys

[DVRVideo_NT_AddReg]
HKLM, "System\CurrentControlSet\Services\DVRVideo\Parameters",\
	"BreakOnEntry", 0x00010001, 0
HKLM, "System\CurrentControlSet\Services\DVRVideo\Parameters",\
	"ChipCount", 0x00010001, 2
HKLM, "System\CurrentControlSet\Services\DVRDisplay\Parameters",\
	"DisplayBoard", 0x00010001, 0

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; \\(^^)//  \\(^^)//  Files (common) \\(^^)//  \\(^^)// \\(^^)// 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[DVRVideo_Files_Driver]
DVRVideo.sys

[DVRAudio_Files_Driver]
DVRAudio.sys


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; \\(^^)//  \\(^^)// Strings Section \\(^^)// \\(^^)// \\(^^)// 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Strings]
ClassName = "Digital Video Recording System"
ProviderName="DVR Driver"
MfgName="DVR Driver"
DeviceDesc="WDM DVR Video Driver"
AudioDesc="WDM DVR Audio Driver"
SvcDesc="WDM DVR Video Driver Service."
ASvcDesc="WDM DVR Audio Driver Service."
Download Driver Pack

How To Update Drivers Manually

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.

server: web3, load: 2.34