DXR3W2K.INF Driver File Contents (dvdr3-beta.zip)

;
; INF file for Creative Labs Encore Dxr3 (Windows 2000)
;

[Version]
signature="$CHICAGO$"
Class=MEDIA
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider=%Creat%
LayoutFile=layout.inf, layout1.inf, layout2.inf

[DestinationDirs]
Dxr3.CopyFiles=10,system32\drivers
Dxr3.DelList=11                        ; WINDOWS\SYSTEM
Dxr3.UserMode=11                       ; WINDOWS\SYSTEM
DVD.Copy.SYS=10,system32\drivers

[DVD.Copy.SYS]
stream.SYS

[DVD.Copy.Player]
dvdplay.exe

[dvdplay.links]
setup.ini,progman.groups,,"dvdfolder=%FOLDER_DESC%"
setup.ini,dvdfolder,,"""%DVDPLAY_DESC%"",dvdplay.exe,,,"

[Manufacturer]
%MfgCreat%=Creat

[Creat]
%Dxr3.DeviceDesc%=Dxr3,PCI\VEN_1105&DEV_8300

[Dxr3]
AddReg=Dxr3.AddReg,KSOLAY.AddReg
DelFiles=Dxr3.DelList
CopyFiles=Dxr3.CopyFiles,Dxr3.UserMode,DVD.Copy.SYS,DVD.Copy.Player
include=ks.inf,ksfilter.inf,motown.inf
; Note: KSOLAY.Installation has been added for Win2000 support
needs=KS.Registration,MSPCLOCK.Installation,MSKSSVR.Installation,KSOLAY.Installation,DVDPlay
UpdateInis=dvdplay.links

[Dxr3.DelList]
dxr3wdm.sys
enc2dvd.sys
enc2filt.sys
enc2port.sys
enc2dev.sys

[Dxr3.AddReg]
HKR,,NTMPDriver,,dxr3wdm.sys
HKR,,DevLoader,,*NTKERN
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce",Dxr3_1,,"%11%\regsvr32 -s %11%\encwdm.ax"
;page out the minidriver when the device is not opened
HKR,,PageOutWhenUnopened,3,01

[Dxr3.CopyFiles]
dxr3wdm.sys
enc2dvd.sys
enc2filt.sys
enc2port.sys
enc2dev.sys

[Dxr3.Interfaces]
AddInterface=%KSCATEGORY_DATADECOMPRESSOR%,GLOBAL,Dxr3.Interface.Decompressor

[Dxr3.Interface.Decompressor]
AddReg=Dxr3.Interface.AddReg

[Dxr3.Interface.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%Dxr3.DeviceDesc%
HKR,,Merit,1,00,00,64,00

[Dxr3.UserMode]
encwdm.ax
Dxr3cfg.cpl
encwdm.dll
ac3dll.dll
enc2wnt.dll
enc2mpeg.dll
enc2mpd.dll

[Dxr3.Services]
AddService=Dxr3, 0x00000002, Dxr3.ServiceInstall
AddService=enc2dvd, 0x00000000, enc2dvd.ServiceInstall
AddService=enc2filt, 0x00000001, enc2filt.ServiceInstall
AddService=enc2port, 0x00000000, enc2port.ServiceInstall, enc2port.EventLogInst
AddService=enc2dev, 0x00000000, enc2dev.ServiceInstall

[Dxr3.ServiceInstall]
DisplayName=%Dxr3.DeviceDesc%
ServiceType=%SERVICE_KERNEL_DRIVER%
StartType=%SERVICE_DEMAND_START%
ErrorControl=%SERVICE_ERROR_NORMAL%
ServiceBinary=%12%\dxr3wdm.sys
LoadOrderGroup=ExtendedBase

[enc2dvd.ServiceInstall]
DisplayName=%Dxr3.Helper%
ServiceType=%SERVICE_KERNEL_DRIVER%
StartType=%SERVICE_AUTO_START%  
ErrorControl=%SERVICE_ERROR_NORMAL%
ServiceBinary=%12%\enc2dvd.sys

[enc2filt.ServiceInstall]
DisplayName=ENC2 Video Filter
ServiceType=%SERVICE_KERNEL_DRIVER%
StartType=%SERVICE_SYSTEM_START%
ErrorControl=%SERVICE_ERROR_NORMAL%
LoadOrderGroup=MPEG2
ServiceBinary=%12%\enc2filt.sys

[enc2port.ServiceInstall]
DisplayName=ENC2 MPEG PORT
ServiceType=%SERVICE_KERNEL_DRIVER%
StartType=%SERVICE_SYSTEM_START%
ErrorControl=%SERVICE_ERROR_NORMAL%
LoadOrderGroup=MPEG2
ServiceBinary=%12%\enc2port.sys

[enc2port.EventLogInst]
AddReg=enc2port.EventLogAddReg

[enc2port.EventLogAddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\enc2port.sys"
HKR,,TypesSupported,0x00010001,7

[enc2dev.ServiceInstall]
DisplayName=ENC2 MPEG MINIPORT
ServiceType=%SERVICE_KERNEL_DRIVER% 
StartType=%SERVICE_AUTO_START%  
ErrorControl=%SERVICE_ERROR_NORMAL%
ServiceBinary=%12%\enc2dev.sys
AddReg=device.parameters

[device.parameters]
HKR,Device0\Parameters,ResourceControl,%REG_DWORD%,1
HKR,Device0\Parameters,SnoopPalette,%REG_DWORD%,1

[KSOLAY.AddReg]
HKCR,CLSID\{490EA5CF-7681-11D1-A21C-00A0C9223196},,,%PlugIn_Olay%
HKCR,CLSID\{490EA5CF-7681-11D1-A21C-00A0C9223196}\InprocServer32,,,ksolay.ax
HKCR,CLSID\{490EA5CF-7681-11D1-A21C-00A0C9223196}\InprocServer32,ThreadingModel,,Both
HKLM,System\CurrentControlSet\Control\MediaInterfaces\{490EA5CF-7681-11D1-A21C-00A0C9223196},,,%PlugIn_Olay%

[Strings]
; non-localizeable
Proxy.CLSID="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
KSCATEGORY_DATADECOMPRESSOR="{2721AE20-7E70-11D0-A5D6-28DB04C10000}"
KSCATEGORY_CAPTURE="{65e8773d-8f56-11d0-a3b9-00a0c9223196}"
KSCATEGORY_TVTUNER="{a799a800-a46d-11d0-a18c-00a02401dcd4}"
KSCATEGORY_CROSSBAR="{a799a801-a46d-11d0-a18c-00a02401dcd4}"

SERVICE_KERNEL_DRIVER=1
SERVICE_BOOT_START=0
SERVICE_SYSTEM_START=1
SERVICE_AUTO_START=2
SERVICE_DEMAND_START=3
SERVICE_ERROR_NORMAL=1
REG_EXPAND_SZ=0x00020000
REG_DWORD=0x00010001

; localizeable
Creat="Creative Labs, Inc"
DVDProxy.Description="DVD proxy filter"
MfgCreat="Creative Labs, Inc."
Dxr3.DeviceDesc="Creative Labs Encore Dxr3 (Windows 2000)"
Dxr3.Helper="Creative DVD helper"
PlugIn_Olay="WDM Streaming IOverlay Property Set Interface Handler"

; DVD Player
DVDPLAY_DESC="DVD Player"
FOLDER_DESC="Accessories\Entertainment"
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: ftp, load: 5.23