RmDvr.inf Driver File Contents (dvr2_2dk.zip)

; REALmagic DVR
;
; Installation inf for the DVR Decoder adapter.
;
; Copyright Sigma Designs 
;

[Version]
Signature="$Windows NT$"        ; Windows 2000
Class = MEDIA
ClassGUID = {4d36e96c-e325-11ce-bfc1-08002be10318} 
Provider=%SDESIGN%

[DestinationDirs]
DVR.Drivers	 = 12		; load from system32\drivers
DVR.Files	 = 11		; load from system32

;
; Driver information
;

[Manufacturer]
%SDESIGN%   = SDESIGN.Mfg

[SDESIGN.Mfg]
%SDESIGN% DVR MPEG Decoder = DVR, PCI\VEN_1105&DEV_8300

;
; General installation section
;

[DVR]
CopyFiles=DVR.Drivers
CopyFiles=DVR.Files
AddReg=DVR.AddReg
UpdateInis=DVR.Ini

;
; Driver section
;

[DVR.Drivers]
rmquasar.sys,rmquasar.sy_
mpegport.sys,mpegport.sy_
rmdvd.sys,rmdvd.sy_

;
; Files section
;
[DVR.Files]
ac3dll.dll,ac3dll.dl_
waviface.dll,waviface.dl_
impeg32.dll,impeg32.dl_
impeg32.exe,impeg32.ex_
mcifmp32.dll,mcifmp32.dl_
mpegapi.dll,mpegapi.dl_
sdudf.dll,sdudf.dl_
cross.vbs,cross.vb_
24bits.dib,24bits.di_
8bits.dib,8bits.di_
4bits.dib,4bits.di_
wavifac2.dll,wavifac2.dl_
rmmpeg2.ax,rmmpeg2.ax_
crmmem.ax,crmmem.ax_
crmsplit.ax,crmsplit.ax_
rmsplit.ax,rmsplit.ax_

[DVR.AddReg]
HKLM,"SOFTWARE\Sigma Designs\REALmagic\13\DVD",CountryCode,0,US
HKLM,"SOFTWARE\Sigma Designs\REALmagic\13\DVD",LanguageCode,0,en

HKLM,"SOFTWARE\Sigma Designs\REALmagic\13",PcmOutputSpdif,%REG_DWORD%,0
HKLM,"SOFTWARE\Sigma Designs\REALmagic\13\General",KeyColor,%REG_DWORD%,0x00002800
HKLM,"SOFTWARE\Sigma Designs\REALmagic\13\VGATV",TvOut,%REG_DWORD%,0
HKLM,"SOFTWARE\Sigma Designs\REALmagic\13\VGATV",Pal,%REG_DWORD%,0

HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce",DVRA,,"regsvr32 /s rmmpeg2.ax"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce",DVRB,,"regsvr32 /s crmmem.ax"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce",DVRC,,"regsvr32 /s crmsplit.ax"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce",DVRD,,"regsvr32 /s rmsplit.ax"

[DVR.Ini]
SYSTEM.INI,DRIVERS.DESC,,"IMPEG32.DLL=IMPEG32.DLL",0
SYSTEM.INI,DRIVERS.DESC,,"MCIFMP32.DLL=MCIFMP32.DLL",0
SYSTEM.INI,DRIVERS.DESC,,"REELDRV=REELDRV",0

SYSTEM.INI,DRIVERS32,,"REELDRV=IMPEG32.DLL",0

SYSTEM.INI,MCI,,"MPEGVIDEO=MCIFMP32.DLL",0
SYSTEM.INI,MCI,,"REELmagic=MCIFMP32.DLL",0

SYSTEM.INI,MCI32,,"MPEGVIDEO=MCIFMP32.DLL",0
SYSTEM.INI,MCI32,,"REELmagic=MCIFMP32.DLL",0

WIN.INI,"MCI EXTENSIONS",,"mpg=REELmagic",0
WIN.INI,"MCI EXTENSIONS",,"ifo=REELmagic",0
WIN.INI,"MCI EXTENSIONS",,"vbs=REELmagic",0
WIN.INI,"MCI EXTENSIONS",,"abs=REELmagic",0
WIN.INI,"MCI EXTENSIONS",,"dat=REELmagic",0
WIN.INI,"MCI EXTENSIONS",,"rmg=REELmagic",0
WIN.INI,"MCI EXTENSIONS",,"ac3=REELmagic",0
WIN.INI,"MCI EXTENSIONS",,"vob=REELmagic",0

;
; Service Installation
;

[DVR.Services]
AddService = mpegport, ,mpegport_Service_Inst
AddService = rmquasar,2,rmquasar_Service_Inst
AddService = rmdvd   , ,rmdvd_Service_Inst  

;=============================================================================================================

[mpegport_Service_Inst]
ServiceType	= %SERVICE_KERNEL_DRIVER%
StartType	= %SERVICE_BOOT_START%
ErrorControl	= %SERVICE_ERROR_IGNORE%
ServiceBinary	= %12%\mpegport.sys

;=============================================================================================================

[rmquasar_Service_Inst]
DisplayName	= DVR Decoder MiniDriver
ServiceType	= %SERVICE_KERNEL_DRIVER%
StartType	= %SERVICE_DEMAND_START%
ErrorControl	= %SERVICE_ERROR_NORMAL%
ServiceBinary	= %12%\rmquasar.sys

;=============================================================================================================

[rmdvd_Service_Inst]
DisplayName	= RM DVD helper
ServiceType	= %SERVICE_KERNEL_DRIVER% 
StartType	= %SERVICE_AUTO_START%  
ErrorControl	= %SERVICE_ERROR_NORMAL%
ServiceBinary	= %12%\rmdvd.sys

;=============================================================================================================

;
; Source file information
;

[SourceDisksNames]
1 = %DiskId%,,,""

[SourceDisksFiles]
rmquasar.sy_	= 1
mpegport.sy_	= 1
rmdvd.sy_	= 1

ac3dll.dl_	= 1
waviface.dl_	= 1
impeg32.dl_	= 1
impeg32.ex_	= 1
mcifmp32.dl_	= 1
mpegapi.dl_	= 1
sdudf.dl_	= 1
cross.vb_	= 1
24bits.di_	= 1
8bits.di_	= 1
4bits.di_	= 1
wavifac2.dl_	= 1
rmmpeg2.ax_	= 1
crmmem.ax_	= 1
crmsplit.ax_	= 1
rmsplit.ax_	= 1

[Strings]

;
; Non-Localizable Strings
;

REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_EXPAND_SZ  = 0x00020000
REG_BINARY     = 0x00000001
REG_DWORD      = 0x00010001

SERVICE_BOOT_START   = 0x0
SERVICE_SYSTEM_START = 0x1
SERVICE_AUTO_START   = 0x2
SERVICE_DEMAND_START = 0x3

SERVICE_ERROR_IGNORE = 0x0
SERVICE_ERROR_NORMAL = 0x1
SERVICE_KERNEL_DRIVER= 0x1

;
; Localizable Strings
;

DiskId       = "Sigma Designs DVR Decoder Installation Disk"
SDESIGN      = "Sigma Designs"
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: web2, load: 1.32