CTENCWDM.INF Driver File Contents (dx2drdvdewup.exe)

/****************************************************************************
*                                                                           *
*     Copyright (C) 1999 Creative Technology Ltd.  All Rights Reserved.     *
*                                                                           *
****************************************************************************/
; INF file for PC-DVD Encore and WDM Drivers
; Version 1.00
; Created on 6 Jun 1999
; Copyright 1999, Creative Technology Ltd.


;******************************************************************************
;*** General section(s) *******************************************************
[Version]
signature="$CHICAGO$"
Class=MEDIA
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider=%BoardMaker%
LayoutFile=layout.inf,layout1.inf,layout2.inf

[DestinationDirs]
UniDVD.CopyToSystem32=10,system32\drivers    ; Windows\System32\Drivers
UniDVD.CopyToSystem=11                       ; Windows\System
UniDVD.DelList=11                            ; Windows\System
UniDVD.DelList32=10,system32\drivers         ; Windows\System32\Drivers

[Manufacturer]
%BoardMaker%=BoardMakerSetup
;*** General section(s) *******************************************************
;******************************************************************************


;******************************************************************************
;*** "To do" directive for this device ****************************************
[BoardMakerSetup]
%UniDVD.DeviceDesc%=UniDVD,PCI\VEN_11D1&DEV_01F7

[UniDVD]
include=ks.inf,motown.inf,kscaptur.inf,ksfilter.inf
needs=KS.Registration,DVDPlay,KSCAPTUR.Registration,MSPCLOCK.Installation
AddReg=ProxyPlugin.AddReg.Win,UniDVD.AddReg,PropServers.AddReg,Overlay.AddReg.Win,Overlay.AddSettings,Class.AddReg
CopyFiles=ProxyPlugin.CopyToSystem.Win,UniDVD.CopyToSystem,UniDVD.CopyToSystem32
DelReg=PropServers.DelReg
DelFiles=UniDVD.DelList,UniDVD.DelList32
DriverVer = 06/21/1999, [1.00.05.0142]

[UniDVD.NT]
include=ks.inf,multimed.inf,kscaptur.inf,ksfilter.inf
needs=KS.Registration,DVDPlay,KSCAPTUR.Registration.NT,MSPCLOCK.Installation,KSOLAY.Installation
AddReg=UniDVD.AddReg,PropServers.AddReg,Overlay.AddReg.NT,Overlay.AddSettings
CopyFiles=UniDVD.CopyToSystem,UniDVD.CopyToSystem32
DelReg=PropServers.DelReg
DelFiles=UniDVD.DelList,UniDVD.DelList32
DriverVer = 06/21/1999, [1.00.05.0142]

;*** "To do" directive for this device ****************************************
;******************************************************************************


;******************************************************************************
;*** Files to copy/delete *****************************************************
[UniDVD.CopyToSystem]
Encvcfg.exe

[UniDVD.CopyToSystem32]
stream.sys
ctencwdm.sys

[UniDVD.DelList]
Encvcfg.exe

[UniDVD.DelList32]
ctencwdm.sys

;*** Files to copy/delete *****************************************************
;******************************************************************************


;******************************************************************************
;*** Ksolay.ax setup **********************************************************
[ProxyPlugin.CopyToSystem.Win]
ksolay.ax

[ProxyPlugin.AddReg.Win]
HKLM,Software\Classes\CLSID\%ProxyPlugin.FilterId%,,,%ProxyPlugin.FilterDesc%
HKLM,Software\Classes\CLSID\%ProxyPlugin.FilterId%\InprocServer32,,,ksolay.ax
HKLM,Software\Classes\CLSID\%ProxyPlugin.FilterId%\InprocServer32,ThreadingModel,,Both

HKLM,System\CurrentControlSet\Control\MediaInterfaces\%ProxyPlugin.FilterId%,,,ProxyPlugin.FilterDesc
HKLM,System\CurrentControlSet\Control\MediaInterfaces\%ProxyPlugin.FilterId%,IID,1,cf,a5,0e,49,81,76,d1,11,a2,1c,00,a0,c9,22,31,96
;*** Ksolay.ax setup **********************************************************
;******************************************************************************


;******************************************************************************
;*** Driver registration/unregistration ***************************************
[UniDVD.AddReg]
HKR,,NTMPDriver,,ctencwdm.sys
HKR,,DevLoader,,*NTKERN
;page out the minidriver when the device is not opened
;HKR,,PageOutWhenUnopened,3,01

[PropServers.AddReg]

[PropServers.DelReg]

[UniDVD.Interfaces]
AddInterface={2721AE20-7E70-11D0-A5D6-28DB04C10000},GLOBAL,UniDVD.Interface.Decompressor

[UniDVD.NT.Interfaces]
AddInterface={2721AE20-7E70-11D0-A5D6-28DB04C10000},GLOBAL,UniDVD.Interface.Decompressor

[UniDVD.Interface.Decompressor]
AddReg=UniDVD.Interface.AddReg

[UniDVD.Interface.AddReg]
HKR,,CLSID,,{17CCA71B-ECD7-11D0-B908-00A0C9223196}
HKR,,FriendlyName,,%UniDVD.DeviceDesc%

[UniDVD.Services]
AddService=ctencwdm,0x00000002,UniDVD.ServiceInstall

[UniDVD.NT.Services]
AddService=ctencwdm,0x00000002,UniDVD.ServiceInstall

[UniDVD.ServiceInstall]
DisplayName=%UniDVD.DeviceDesc%
ServiceType=%SERVICE_KERNEL_DRIVER%
StartType=%SERVICE_DEMAND_START%
ErrorControl=%SERVICE_ERROR_NORMAL%
ServiceBinary=%10%\system32\drivers\ctencwdm.sys
LoadOrderGroup=ExtendedBase

;*** Driver registration/unregistration ***************************************
;******************************************************************************


;******************************************************************************
;*** Overlay registration data ************************************************
[Overlay.AddReg.Win]

[Overlay.AddReg.NT]

[Overlay.AddSettings]
HKLM,%RegPath%\AVInit,Line1,,"(1Fh,0h) (38h,0Ah)"
HKLM,%RegPath%\ExInit,Decoder,,MPEGM
HKLM,%RegPath%\InitDevice,BusType,0x10001,0
HKLM,%RegPath%\InitDevice,ChipType,0x10001,0
HKLM,%RegPath%\InitDevice,Line1,,"(8Ah,A6h,80h) (8Ah,ACh,00h) (8Ah,AEh,00h) (8Ah,B0h,00h)"
HKLM,%RegPath%\InitDevice,Line2,,"(8Ah,B2h,00h) (8Ah,BCh,00h) (8Ah,CCh,42h) (8Ah,CEh,82h)"
HKLM,%RegPath%\InitDevice,Line3,,"(8Ah,A0h,80h)"
HKLM,%RegPath%\AVSettings,BoardName,,"PCDVD"
HKLM,%RegPath%\AVSettings,BoardType,0x10001,5
HKLM,%RegPath%\AVSettings,Port,,"0"
HKLM,%RegPath%\AVSettings,Address,,"E800"
HKLM,%RegPath%\AVSettings,Memory_Size,0x10001,2
HKLM,%RegPath%\AVSettings,MEM_FREQ,,"66666700"
HKLM,%RegPath%\AVSettings,MPEG_CLOCK,,"13250000"
HKLM,%RegPath%\AVSettings,PRAM_Clock_source,,"0"
HKLM,%RegPath%\AVSettings,PRAM_Clock_min,,"14000000"
HKLM,%RegPath%\AVSettings,MPEGDMAMode,0x10001,3
HKLM,%RegPath%\AVSettings,DACStat,0x10001,0
HKLM,%RegPath%\AVSettings,InputIntL,0x10001,0
HKLM,%RegPath%\AVSettings,OverlayMode,0x10001,1
HKLM,%RegPath%\AVSettings,Q411,0x10001,80
HKLM,%RegPath%\AVSettings,TScaling,0x10001,0
HKLM,%RegPath%\AVSettings,VIN,,"MPEGM"
HKLM,%RegPath%\AVSettings,VIO,,""
HKLM,%RegPath%\AVSettings,VINFormat,,""
HKLM,%RegPath%\AVSettings,VIOFormat,,""
HKLM,%RegPath%\AVSettings,ZVOT,0x10001,0
HKLM,%RegPath%\AVSettings,Brightness,,"164"
HKLM,%RegPath%\AVSettings,Contrast,,"19"
HKLM,%RegPath%\AVSettings,Saturation,,"15"
HKLM,%RegPath%\AVSettings,Hue,,"127"
HKLM,%RegPath%\AVSettings,CropLeft,,"0"
HKLM,%RegPath%\AVSettings,CropRight,,"712"
HKLM,%RegPath%\AVSettings,CropTop,,"20"
HKLM,%RegPath%\AVSettings,CropBottom,,"258"
HKLM,%RegPath%\AVSettings,VideoSource,,"0"
HKLM,%RegPath%\AVSettings,InputFormat,,"1"
HKLM,%RegPath%\AVSettings,QFactor,,"99"
HKLM,%RegPath%\AVSettings,Interleave,,"3"
HKLM,%RegPath%\AVSettings,Colorkey,,"1"
HKLM,%RegPath%\AVSettings,IRQLevel,,"10"
HKLM,%RegPath%\AVSettings,Playback,,"0"
HKLM,%RegPath%\AVSettings,RedLow,,"0"
HKLM,%RegPath%\AVSettings,RedHigh,,"3"
HKLM,%RegPath%\AVSettings,GreenLow,,"0"
HKLM,%RegPath%\AVSettings,GreenHigh,,"3"
HKLM,%RegPath%\AVSettings,BlueLow,,"0"
HKLM,%RegPath%\AVSettings,BlueHigh,,"3"
HKLM,%RegPath%\AVSettings,AV_AVICOLOR,,"1"
HKLM,%RegPath%\AVSettings,AV_BLANKDELAY,,"0"
HKLM,%RegPath%\AVSettings,AV_COLORKEY1,,"255"
HKLM,%RegPath%\AVSettings,AV_COLORKEY2,,"0"
HKLM,%RegPath%\AVSettings,AV_COLORKEY3,,"255"
HKLM,%RegPath%\AVSettings,AV_Audio,,"1"
HKLM,%RegPath%\AVSettings,AV_Gamma,,"1024"
HKLM,%RegPath%\AVSettings,AV_Negative,,"0"
HKLM,%RegPath%\AVSettings,AV_Solarization,,"0"
HKLM,%RegPath%\AVSettings,AV_AlignDelay,,"0"
HKLM,%RegPath%\AVSettings,AV_ClkDelay,,"0"
HKLM,%RegPath%\AVSettings,AV_PulseWidth,,"0"
HKLM,%RegPath%\AVSettings,AV_Sharp,,"0"
HKLM,%RegPath%\AVSettings,AV_VgaPath,,"0"
HKLM,%RegPath%\AVSettings,AV_ONTOP,,"0"
HKLM,%RegPath%\AVSettings,AV_DIGITALMUX,,"0"
HKLM,%RegPath%\AVSettings,AV_SKEWRISE,,"25"
HKLM,%RegPath%\AVSettings,AV_SKEWFALL,,"36"
HKLM,%RegPath%\AVSettings,AV_DUTYCYCLEHILO,,"0"
HKLM,%RegPath%\AVSettings,AV_RISEINGFALLING,,"0"
HKLM,%RegPath%\AVSettings,AV_INALIGN,,"0"
HKLM,%RegPath%\AVSettings,AVIBuffer,,"2"
HKLM,%RegPath%\AVSettings,DOVE_AUTO,,"1"
HKLM,%RegPath%\AVSettings,VLBus,,"1"
HKLM,%RegPath%\AVSettings,DacSpeed,,"80000000"
HKLM,%RegPath%\AVSettings,SetPAL,,"(9Ch,11h,59h) (9Ch,0Fh,99h)"
HKLM,%RegPath%\AVSettings,SetNTSC,,"(9Ch,11h,2Bh) (9Ch,0Fh,D9h)"
HKLM,%RegPath%\Modes,0640x0480x00016,,"130 28 04 0 0 2 36 0 0 255 0 255 0 0 0"
HKLM,%RegPath%\Modes,0640x0480x00256,,"074 22 06 0 0 2 36 0 1 255 0 255 0 4 0"
HKLM,%RegPath%\Modes,0640x0480x00565,,"110 20 62 0 0 2 36 0 0 255 0 255 0 0 0"
HKLM,%RegPath%\Modes,0640x0480x00888,,"040 33 00 0 0 2 36 0 0 255 0 255 0 0 0"
HKLM,%RegPath%\Modes,0640x0480x00999,,"040 33 00 0 0 2 36 0 0 255 0 255 0 0 0"
HKLM,%RegPath%\Modes,0800x0600x00016,,"147 26 04 0 0 2 36 0 0 255 0 255 0 2 0"
HKLM,%RegPath%\Modes,0800x0600x00256,,"062 18 06 0 0 2 36 0 1 255 0 255 0 6 0"
HKLM,%RegPath%\Modes,0800x0600x00555,,"158 05 62 0 0 2 36 0 0 255 0 255 0 0 0"
HKLM,%RegPath%\Modes,0800x0600x00565,,"158 05 62 0 0 2 36 0 0 255 0 255 0 0 0"
HKLM,%RegPath%\Modes,0800x0600x00888,,"080 20 00 0 0 2 36 0 0 255 0 255 0 0 0"
HKLM,%RegPath%\Modes,0800x0600x00999,,"080 20 00 0 0 2 36 0 0 255 0 255 0 0 0"
HKLM,%RegPath%\Modes,1024x0768x00016,,"037 00 06 0 0 2 36 0 0 255 0 255 0 0 0"
HKLM,%RegPath%\Modes,1024x0768x00256,,"127 00 06 0 0 2 36 0 0 255 0 255 0 0 0"
HKLM,%RegPath%\Modes,1024x0768x00565,,"037 00 06 0 0 2 36 0 0 255 0 255 0 0 0"
HKLM,%RegPath%\Modes,1024x0768x00888,,"037 00 06 0 0 2 36 0 0 255 0 255 0 0 0"
HKLM,%RegPath%\Modes,1024x0768x00999,,"037 00 06 0 0 2 36 0 0 255 0 255 0 0 0"
HKLM,%RegPath%\Modes,1152x0864x00016,,"140 48 06 0 0 2 36 0 0 255 0 255 0 4 0"
HKLM,%RegPath%\Modes,1152x0864x00256,,"140 48 06 0 0 2 36 0 0 255 0 255 0 4 0"
HKLM,%RegPath%\Modes,1152x0864x00565,,"140 48 06 0 0 2 36 0 0 255 0 255 0 4 0"
HKLM,%RegPath%\Modes,1152x0864x00888,,"140 48 06 0 0 2 36 0 0 255 0 255 0 4 0"
HKLM,%RegPath%\Modes,1152x0864x00999,,"140 48 06 0 0 2 36 0 0 255 0 255 0 4 0"
HKLM,%RegPath%\Modes,1280x1024x00016,,"182 37 04 0 0 2 36 0 0 255 0 255 0 4 0"
HKLM,%RegPath%\Modes,1280x1024x00256,,"090 26 04 0 0 2 36 0 0 255 0 255 0 4 0"
HKLM,%RegPath%\Modes,1280x1024x00565,,"182 37 04 0 0 2 36 0 0 255 0 255 0 4 0"
HKLM,%RegPath%\Modes,1280x1024x00888,,"182 37 04 0 0 2 36 0 0 255 0 255 0 4 0"
HKLM,%RegPath%\Modes,1280x1024x00999,,"182 37 04 0 0 2 36 0 0 255 0 255 0 4 0"
HKLM,%RegPath%\Modes,1600x1200x00016,,"182 37 04 0 0 2 36 0 0 255 0 255 0 4 0"
HKLM,%RegPath%\Modes,1600x1200x00256,,"090 26 04 0 0 2 36 0 0 255 0 255 0 4 0"
HKLM,%RegPath%\Modes,1600x1200x00565,,"182 37 04 0 0 2 36 0 0 255 0 255 0 4 0"
HKLM,%RegPath%\Modes,1600x1200x00888,,"182 37 04 0 0 2 36 0 0 255 0 255 0 4 0"
HKLM,%RegPath%\Modes,1600x1200x00999,,"182 37 04 0 0 2 36 0 0 255 0 255 0 4 0"
HKLM,%RegPath%\AVVideo,TunerInput,0x10001,0
HKLM,%RegPath%\AVVideo,tvchannel,0x10001,4
HKLM,%RegPath%\AVVideo,cablechannel,0x10001,7
HKLM,%RegPath%\AVVideo,CableSelected,0x10001,0
HKLM,%RegPath%\DoveSetting,OVERLAY_FREQ,,"50000000"
HKLM,%RegPath%\DoveSetting,Overlaychip,0x10001,81
HKLM,%RegPath%\DoveSetting,dredhigh,0x10001,148
HKLM,%RegPath%\DoveSetting,dredlow,0x10001,38
HKLM,%RegPath%\DoveSetting,dgreenhigh,0x10001,40
HKLM,%RegPath%\DoveSetting,dgreenlow,0x10001,0
HKLM,%RegPath%\DoveSetting,dbluehigh,0x10001,148
HKLM,%RegPath%\DoveSetting,dbluelow,0x10001,38
HKLM,%RegPath%\DoveSetting,dacred,0x10001,11
HKLM,%RegPath%\DoveSetting,dacgreen,0x10001,11
HKLM,%RegPath%\DoveSetting,dacblue,0x10001,11
HKLM,%RegPath%\DoveSetting,cgain,0x10001,48
HKLM,%RegPath%\DoveSetting,clockdelay,0x10001,0
HKLM,%RegPath%\DoveSetting,fading,0x10001,8
HKLM,%RegPath%\DoveSetting,alpha,0x10001,0
HKLM,%RegPath%\DoveSetting,keyselect,0x10001,3
HKLM,%RegPath%\DoveSetting,analogfilter,0x10001,0
HKLM,%RegPath%\DoveSetting,digitalfilter,0x10001,0
HKLM,%RegPath%\DoveSetting,red_ref,0x10001,0
HKLM,%RegPath%\DoveSetting,green_ref,0x10001,0
HKLM,%RegPath%\DoveSetting,blue_ref,0x10001,0
HKLM,%RegPath%\DoveSetting,rkey,0x10001,0
HKLM,%RegPath%\DoveSetting,gkey,0x10001,0
HKLM,%RegPath%\DoveSetting,bkey,0x10001,255
HKLM,%RegPath%\DoveSetting,VGA_L_HIGH_MARGIN,0x10001,30
HKLM,%RegPath%\DoveSetting,VGA_L_LOW_MARGIN,0x10001,255
HKLM,%RegPath%\DoveSetting,VGA_H_HIGH_MARGIN,0x10001,255
HKLM,%RegPath%\DoveSetting,VGA_H_LOW_MARGIN,0x10001,30
HKLM,%RegPath%\DoveSetting,red_low_ref,0x10001,25
HKLM,%RegPath%\DoveSetting,green_low_ref,0x10001,9
HKLM,%RegPath%\DoveSetting,blue_low_ref,0x10001,49
HKLM,%RegPath%\DoveSetting,red_high_ref,0x10001,38
HKLM,%RegPath%\DoveSetting,green_high_ref,0x10001,42
HKLM,%RegPath%\DoveSetting,blue_high_ref,0x10001,34
HKLM,%RegPath%\DoveSetting,VGADriver,,""
HKLM,%RegPath%\Croppings,MPEG_NTSC,,"0 0 704 240 0 20 0 -18"
HKLM,%RegPath%\Croppings,MPEG_PAL,,"0 0 704 288 0 46 0 3"
HKLM,%RegPath%\Croppings,VIDEO_NTSC,,"0 0 1024 500 0 18 389 247"
HKLM,%RegPath%\Croppings,VIDEO_PAL,,"0 0 1024 500 0 15 420 200"
HKLM,%RegPath%\Croppings,MPEG_NTSC_16_9,,"0 0 800 300 0 20 100 80"
HKLM,%RegPath%\Croppings,MPEG_PAL_16_9,,"0 0 800 300 0 20 100 80"
HKLM,%RegPath%\Croppings,VIDEO_NTSC_16_9,,"0 0 1024 500 0 32 393 287"
HKLM,%RegPath%\Croppings,VIDEO_PAL_16_9,,"0 0 1024 500 0 15 420 200"
HKLM,%RegPath%\I2C,FrameBit,0x10001,1
HKLM,%RegPath%\FlyFisher,BoardID,0x10001,2
HKLM,%RegPath%\FlyFisher,AudioRate,0x10001,2
HKLM,%RegPath%\EncoreColorkeys,ColorKey1,0x10001,45
HKLM,%RegPath%\EncoreColorkeys,ColorKey2,0x10001,50
HKLM,%RegPath%\EncoreColorkeys,RedHi,0x10001,50
HKLM,%RegPath%\EncoreColorkeys,RedLo,0x10001,0
HKLM,%RegPath%\EncoreColorkeys,GreenHi,0x10001,50
HKLM,%RegPath%\EncoreColorkeys,GreenLo,0x10001,0
HKLM,%RegPath%\EncoreColorkeys,BlueHi,0x10001,255
HKLM,%RegPath%\EncoreColorkeys,BlueLo,0x10001,45
HKLM,%RegPath%\EncoreColorkeys,EncColorkey1,0x10001,0
HKLM,%RegPath%\EncoreColorkeys,EncColorkey2,0x10001,0
HKLM,%RegPath%\EncoreColorkeys,EncColorkey3,0x10001,255
HKLM,%RegPath%\EncoreWDMColorkeys,ColorKey1,0x10001,0
HKLM,%RegPath%\EncoreWDMColorkeys,ColorKey2,0x10001,50
HKLM,%RegPath%\EncoreWDMColorkeys,RedHi,0x10001,255
HKLM,%RegPath%\EncoreWDMColorkeys,RedLo,0x10001,0
HKLM,%RegPath%\EncoreWDMColorkeys,GreenHi,0x10001,50
HKLM,%RegPath%\EncoreWDMColorkeys,GreenLo,0x10001,0
HKLM,%RegPath%\EncoreWDMColorkeys,BlueHi,0x10001,255
HKLM,%RegPath%\EncoreWDMColorkeys,BlueLo,0x10001,0
HKLM,%RegPath%\EncoreWDMColorkeys,EncColorkey1,0x10001,16
HKLM,%RegPath%\EncoreWDMColorkeys,EncColorkey2,0x10001,0
HKLM,%RegPath%\EncoreWDMColorkeys,EncColorkey3,0x10001,16
HKLM,%RegPath%\PH7110,BusType,0x10001,0
HKLM,%RegPath%\PH7110,ChipType,0x10001,0
HKLM,%RegPath%\PH7110,ClockMode,0x10001,1
HKLM,%RegPath%\PH7110,Line1,,"(9Ch,00h,4Ch) (9Ch,01h,3Ch) (9Ch,02h,0Dh) (9Ch,03h,EFh)"
HKLM,%RegPath%\PH7110,Line2,,"(9Ch,04h,BDh) (9Ch,05h,E2h) (9Ch,06h,2eh) (9Ch,07h,00h)"
HKLM,%RegPath%\PH7110,Line3,,"(9Ch,08h,F8h) (9Ch,09h,F8h) (9Ch,0Ah,60h) (9Ch,0Bh,60h)"
HKLM,%RegPath%\PH7110,Line4,,"(9Ch,0Ch,00h) (9Ch,0Dh,80h) (9Ch,0Eh,18h) (9Ch,0Fh,D9h)"
HKLM,%RegPath%\PH7110,Line5,,"(9Ch,10h,00h) (9Ch,11h,2Bh) (9Ch,12h,50h) (9Ch,13h,45h)"
HKLM,%RegPath%\PH7110,Line6,,"(9Ch,14h,42h) (9Ch,15h,1Ah) (9Ch,16h,FFh) (9Ch,17h,DAh)"
HKLM,%RegPath%\PH7110,Line7,,"(9Ch,18h,E2h) (9Ch,19h,90h) (9Ch,20h,D9h) (9Ch,21h,16h)"
HKLM,%RegPath%\PH7110,Line8,,"(9Ch,22h,40h) (9Ch,23h,40h) (9Ch,24h,80h) (9Ch,25h,40h)"
HKLM,%RegPath%\PH7110,Line9,,"(9Ch,26h,80h) (9Ch,27h,4Fh) (9Ch,28h,FEh) (9Ch,29h,01h)"
HKLM,%RegPath%\PH7110,Line10,,"(9Ch,2Ah,CFh) (9Ch,2Bh,0Fh) (9Ch,2Ch,03h) (9Ch,2Dh,01h)"
HKLM,%RegPath%\PH7110,Line11,,"(9Ch,2Eh,81h) (9Ch,2Fh,70h) (9Ch,30h,40h) (9Ch,31h,35h)"
HKLM,%RegPath%\PH7110,Line12,,"(9Ch,32h,02h) (9Ch,33h,8Ch) (9Ch,34h,03h)"
HKLM,%RegPath%\PH7110,SetPAL,,"(9Ch,11h,59h) (9Ch,0Fh,99h)"
HKLM,%RegPath%\PH7110,SetNTSC,,"(9Ch,11h,2Bh) (9Ch,0Fh,D9h)"

;*** Overlay registration data ************************************************
;******************************************************************************
[Class.AddReg]
HKLM,%KEY_SW%\Default Setting,Video Mode,,1
HKLM,%KEY_SW%\Default Setting,X-Offset,,0x12
HKLM,%KEY_SW%\Default Setting,Y-Offset,,0x2a
HKLM,%KEY_SW%\Default Setting,Z-Offset,,0xfff2

;******************************************************************************
;*** Strings ******************************************************************
[Strings]
; Non-localizeable
SERVICE_KERNEL_DRIVER=1
SERVICE_DEMAND_START=3
SERVICE_ERROR_NORMAL=1

ProxyPlugin.FilterId     = "{490EA5CF-7681-11D1-A21C-00A0C9223196}"
ProxyPlugin.FilterDesc   = "WDM Streaming IOverlay Property Set Interface Handler"

; Localizeable
BoardMaker         = "Creative Technology Ltd"
UniDVD.DeviceDesc   = "Creative PC-DVD Encore ( WDM )"
KEY_RUNONCE         = "Software\Microsoft\Windows\CurrentVersion\Runonce"
KEY_SW="Software\Creative Tech\PC-DVD Encore"
RegPath="Software\Creative Tech\PC-DVD\Encore\Drivers\Video Config\Configuration"

;*** Strings ******************************************************************
;******************************************************************************
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: web1, load: 2.27