OEMSETUP.INF Driver File Contents (ihdriverinstall.zip)

; OEMSETUP.INF
;
; Installation inf for DGC123 display driver
;

[Version]
Signature="$CHICAGO$"
ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
Class=Display
Provider=%ProviderName%
; Note version date is in MM/DD/YYYY format.
DriverVer=%DATE%,%VERSION%

[DestinationDirs]
DefaultDestDir         = 11  ; system32
Driver.Miniport        = 12  ; drivers
Driver.Display         = 11  ; system32
Driver.Video           = 11  ; system32
Driver.Renderer        = 11  ; system32

;
; Driver information
;

[Manufacturer]
%ProviderName% = Driver.Mfg

;
; This section should be modified to reflect the chip strings the
; user will see in the Displays applet when the new driver is being
; installed from the driver diskette.
;
[Driver.Mfg]
%OEM% %PRODUCT% V%VERSION%= Driver, PCI\VEN_DADA&DEV_0123

;
; General installation section
;

[Driver]
CopyFiles=Driver.Miniport, Driver.Display, Driver.Video, Driver.Renderer

;
; File sections
;

[Driver.Miniport]
dgc123m.sys

[Driver.Display]
dgc123.dll
s3gcil_clb.dll
twinmem.dll
twincplx.dll

[Driver.Video]
ovrlyprp.dll
mciovrly.dll
ovrly044.dll
ovrly049.dll
ovrlyusr.dll
ovrlykrn.dll
twovrly.dll
dcovrly.dll
twrgbkrn.dll
dcrgbkrn.dll
i2cusr.dll
i2ckrn.dll
s3iousr.dll
s3iokrn.dll
dci2c.dll
krnmem.dll
capt123.dll
autotag.dll

[Driver.Renderer]
accfilter.ax

;
; Service Installation
;

[Driver.Services]
AddService = %SERVICENAME%, 0x00000002, Driver.ServiceInstall, Driver.EventLogInstall

[Driver.ServiceInstall]
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 1                  ; SERVICE_SYSTEM_START
ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Video
ServiceBinary  = %12%\dgc123m.sys

[Driver.EventLogInstall]
AddReg = Driver.EventLogAddReg

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


;
; Software Installation
;

[Driver.SoftwareSettings]
AddReg = Driver.SoftwareDeviceSettings
AddReg = TWIN_PropertySheetSettings
AddReg = Driver.VideoSettings
DelReg = IMAGE2.AppletSettings
AddReg = System.Settings
AddReg = Driver.RendererSettings

[Driver.SoftwareDeviceSettings]
HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, dgc123
HKR,, Ver,                         %REG_MULTI_SZ%, %VERSION%
HKR,, VgaCompatible,               %REG_DWORD%,    0
HKR,, Height,                      %REG_DWORD%,    %HEIGHT%
HKR,, Backwards,                   %REG_DWORD%,    0
HKR,, VirtualDesktop,              %REG_DWORD%,    0
HKR,, MaxBoards,                   %REG_DWORD%,    %MAXBOARDS%
HKR,, DMAXScreenBlt,               %REG_DWORD%,    1
HKR,, VideoBufferSize,             %REG_DWORD%,    0x00100000
HKR,, SupportSAMM,                 %REG_DWORD%,    0
HKR,, UseAGPDMA,                   %REG_DWORD%,    0
HKR,, SupportIcd,                  %REG_DWORD%,    0
HKR,, S3GDW_DMASize,               %REG_DWORD%,    0x00400000
HKLM, SOFTWARE\Classes\CLSID\{5E8C9AB7-A184-43fb-BBEC-763403234651},ServiceName,,%SERVICENAME%


[Driver.VideoSettings]
HKR,, EscDrv,                      %REG_MULTI_SZ%, ovrlykrn.dll, twrgbkrn.dll, i2ckrn.dll, s3iokrn.dll
HKR,, "[KERN Overlay] SubDriver",  %REG_SZ%, twovrly.dll
HKR,, "[KERN I2C] SubDriver",      %REG_SZ%, dci2c.dll
HKR,, "[KERN S3IO] SubDriver",     %REG_SZ%, dci2c.dll
HKR,, "[TWIN Overlay] SubDriver",  %REG_SZ%, dcovrly.dll
HKR,, "[TWIN Overlay] MemDriver",  %REG_SZ%, krnmem.dll
HKR,, "[TWIN RGBAccel] SubDriver", %REG_SZ%, dcrgbkrn.dll
HKR,, "[Overlay] DGC99",           %REG_DWORD%, 0
HKR,, "DCaptLib", %REG_SZ%, capt123.dll
HKLM, Software\Microsoft\"Windows NT"\CurrentVersion\MCI32, Overlay, %REG_SZ%, mciovrly.dll
HKLM, Software\%OEM%\"MCI Overlay", SubDriver, %REG_SZ%, ovrlyusr.dll
HKLM, Software\%OEM%\"MCI Overlay", Heartbeat, %REG_DWORD%, 0
HKLM, Software\%OEM%\"MCI Overlay", UseOSModel, %REG_DWORD%, 7
HKLM, Software\%OEM%\"Video Overlay", ResourceDLL, %REG_SZ%,
HKLM, Software\%OEM%\I2C, I2CDLL, %REG_SZ%, i2cusr.dll
HKLM, Software\%OEM%\S3IO, S3IODLL, %REG_SZ%, s3iousr.dll
HKLM, SOFTWARE\Classes\CLSID\{EF2B3160-F6AB-11D4-830F-0060080BE9AE},"",,"%OEM% Video Overlay Property Sheet Extension"
HKLM, SOFTWARE\Classes\CLSID\{EF2B3160-F6AB-11D4-830F-0060080BE9AE}\InProcServer32,"",,"ovrlyprp.dll"
HKLM, SOFTWARE\Classes\CLSID\{EF2B3160-F6AB-11D4-830F-0060080BE9AE}\InProcServer32,ThreadingModel,,"Apartment"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\Video Overlay",,,"{EF2B3160-F6AB-11D4-830F-0060080BE9AE}"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc",mciovrly.dll, %REG_SZ%, "(MCI) Video Overlay"


[IMAGE2.AppletSettings]
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run,IMAGE2


[TWIN_PropertySheetSettings]
HKCR, "CLSID\{7D168CE4-79D1-11d0-B65D-02608C3CB5A4}",,,"%OEM% TWIN Property Sheet Extension"
HKCR, "CLSID\{7D168CE4-79D1-11d0-B65D-02608C3CB5A4}\InProcServer32",,,"twincplx.dll"
HKCR, "CLSID\{7D168CE4-79D1-11d0-B65D-02608C3CB5A4}\InProcServer32",ThreadingModel,,"Apartment"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\DriverPages",,,"{7D168CE4-79D1-11d0-B65D-02608C3CB5A4}"
HKLM,"SOFTWARE\%OEM%\TWIN","ResourceDLL", %REG_SZ%
HKLM,"SOFTWARE\%OEM%\TWIN","MaximumScreens", %REG_DWORD%, %MAXSCREENS%


[System.Settings]
HKLM, SYSTEM\CurrentControlSet\Control\"Session Manager"\"Memory Management", SessionImageSize, %REG_DWORD%, 16


[Driver.RendererSettings]
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce","AccFilter",%REG_SZ%,"regsvr32 /s accfilter.ax"

;
; Source file information
;

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

[SourceDisksFiles]
dgc123m.sys     = 1     ; all files on Disk 1
dgc123.dll      = 1
s3gcil_clb.dll  = 1
twinmem.dll     = 1
twincplx.dll    = 1
ovrlyprp.dll    = 1
mciovrly.dll    = 1
ovrly044.dll    = 1
ovrly049.dll    = 1
ovrlyusr.dll    = 1
ovrlykrn.dll    = 1
twovrly.dll     = 1
dcovrly.dll     = 1
twrgbkrn.dll    = 1
dcrgbkrn.dll    = 1
i2cusr.dll      = 1
i2ckrn.dll      = 1
s3iousr.dll     = 1
s3iokrn.dll     = 1
dci2c.dll       = 1
krnmem.dll      = 1
accfilter.ax    = 1
capt123.dll     = 1
autotag.dll     = 1

[Strings]
;
; Non-Localizable Strings
;

REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_EXPAND_SZ  = 0x00020000
REG_BINARY     = 0x00000001
REG_DWORD      = 0x00010001
SERVICEROOT    = System\CurrentControlSet\Services

;
; Localizable Strings
;
OEM         = Datapath
ProviderName= "Datapath"
DiskId      = "Datapath Vantage Installation DISK (VIDEO)"
GraphAdap   = "Graphics Adapter"
MAXBOARDS   = 4
HEIGHT      = 1
MAXSCREENS  = 64
SERVICENAME = DGC123
PRODUCT	    = Vantage
VERSION     = 01.15.00.00
DATE        = 08/28/2009
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: 1.28