Cinergy_CI_USB.inf Driver File Contents (Cinergy_CI_USB_Drv_Vista_XP_3.5.0.1.exe)

;==============================================================================
; TerraTec Cinergy CI USB
; Driver Install Script (32 bit)
; Copyright (c) 2007, TerraTec Electronic GmbH
;------------------------------------------------------------------------------        
; History:
;------------------------------------------------------------------------------
; 05-Sep-07 FMB 1st version
; 26-Sep-07 FMB Bugfix: duplicate service name used
; 31-Oct-07 FMB Added coinstaller
; 06-Nov-07 FMB Added missing export function to coinstaller
; 12-Nov-07 FMB Moved devcon code to coinstaller
; 13-Nov-07 FMB Removed dependency from MSVCR80.dll
; 14-Nov-07 FMB New driver version v.3.5.0.1
;------------------------------------------------------------------------------
; Notes:
;------------------------------------------------------------------------------
;
;==============================================================================

[Version]
Signature   = "$CHICAGO$"
Class       = Media
ClassGUID   = {4d36e96c-e325-11ce-bfc1-08002be10318}
Provider    = %Provider% 
DriverVer   = 11/142007, 3.5.0.1
CatalogFile = Cinergy_CI_USB.cat  

DriverPackageType        = "PlugAndPlay"
DriverPackageDisplayName = %Cinergy.DeviceDesc%

[SourceDisksNames]
1 = %DiskName%,,

[SourceDisksFiles]
USB2CIUSB.sys            = 1
US2CIBDA.sys             = 1
USB2CIPlugin.ax          = 1
Cinergy_CI_USB_Coinst.dll= 1

[DestinationDirs]
Cinergy.CopySys   = 12                  ; driver files

Cinergy.CopyDll32 = 11                  ; 32-bit DLLs
Cinergy.CopyCoinst= 11

[ControlFlags]
ExcludeFromSelect = *


[Manufacturer]
%Provider% = TerraTec, NTx86

[TerraTec.NTx86]
;TODO: Remove prototype
%Cinergy.DeviceDesc%=Cinergy, USB\VID_1B0D&PID_5F0F
%Cinergy.DeviceDesc%=Cinergy, USB\VID_0CCD&PID_0074

; Bda.DeviceId = {D128CC28-BF31-48e3-9E71-78FF4607E893}
%CinergyBda.DeviceDesc%  = CinergyBda, SW\{D128CC28-BF31-48e3-9E71-78FF4607E893}


;===============================================================
;                C o i n s t a l l e r
;===============================================================
[Cinergy.NTx86.Coinstallers]
AddReg          = Coinst.AddReg
CopyFiles       = Cinergy.CopyCoinst

[Coinst.AddReg]
HKR,,CoInstallers32,0x00010000,"Cinergy_CI_USB_Coinst.dll,CoDeviceInstall"

[Cinergy.CopyCoinst]
; 0x00000010 (COPYFLG_NO_OVERWRITE)
;Cinergy_CI_USB_Coinst.dll,,,0x10
Cinergy_CI_USB_Coinst.dll



;===============================================================
;                D e v i c e s
;===============================================================
[Cinergy.NTx86]
Include       = ks.inf, kscaptur.inf, ksfilter.inf, bda.inf, wdmaudio.inf
Needs         = KS.Registration, KSCAPTUR.Registration.NT, BDA.Installation.NT, WDMAUDIO.Registration.NT
AddReg        = Cinergy.AddReg
CopyFiles     = Cinergy.CopySys, Cinergy.CopyDll32
RegisterDlls  = Cinergy.RegisterDlls
CopyINF       = Cinergy_CI_USB.inf

[CinergyBda.NTx86]
;Include      = ks.inf, kscaptur.inf, ksfilter.inf, bda.inf, wdmaudio.inf
;Needs        = KS.Registration, KSCAPTUR.Registration.NT, BDA.Installation.NT, WDMAUDIO.Registration.NT
AddReg        = CinergyBda.AddReg
;CopyFiles    = Cinergy.CopySys, Cinergy.CopyDll32
RegisterDlls  = Cinergy.RegisterDlls

[Cinergy.CopySys]
USB2CIUSB.sys
US2CIBDA.sys

[Cinergy.CopyDll32]
USB2CIPlugin.ax



[Cinergy.RegisterDlls]
11,,USB2CIPlugin.ax,1

;===============================================================
;                R e g i s t r y
;===============================================================

[Cinergy.AddReg]
HKR,,DevLoader,,*NTKERN
HKR,,NTMPDriver,,USB2CIUSB.sys

;HKR,,OkToHibernate                 ,3,1
;HKR,,PageOutWhenUnopened           ,3,0
;HKR,,DontSuspendIfStreamsAreRunning,3,1


[CinergyBda.AddReg]
HKR,,DevLoader,,*NTKERN
HKR,,NTMPDriver,,US2CIBDA.sys

;HKR,,OkToHibernate                 ,3,1
;HKR,,PageOutWhenUnopened           ,3,0
;HKR,,DontSuspendIfStreamsAreRunning,3,1




;===============================================================
;                I n t e r f a c e s
;===============================================================

[CinergyBda.NTx86.Interfaces]
                                       
AddInterface=%KSCATEGORY_CAPTURE%     ,%REFGUID_CAPTURE%      ,AnalogCapture_Interface

;---------------------------------------------------------------
; WDM streaming interfaces (analog TV/capture)
;---------------------------------------------------------------

[AnalogCapture_Interface]
AddReg=AnalogCapture_Interface.AddReg

[AnalogCapture_Interface.AddReg]
HKR,,CLSID,,%PROXY_CAPTURE%
HKR,,FriendlyName,,%DShow.AnalogCapture%

;===============================================================
;                S e r v i c e s
;===============================================================

[Cinergy.NTx86.Services]
AddService = USB2CI, 0x00000002, Cinergy.ServiceInstall

[Cinergy.ServiceInstall]
DisplayName   = %Service.FriendlyName%
ServiceType   = %SERVICE_KERNEL_DRIVER%
StartType     = %SERVICE_DEMAND_START%
ErrorControl  = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\USB2CIUSB.sys
LoadOrderGroup= Base

[CinergyBda.NTx86.Services]
AddService = US2CIBDA, 0x00000002, CinergyBda.ServiceInstall

[CinergyBda.ServiceInstall]
DisplayName   = %ServiceBda.FriendlyName%
ServiceType   = %SERVICE_KERNEL_DRIVER%
StartType     = %SERVICE_DEMAND_START%
ErrorControl  = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\US2CIBDA.sys
LoadOrderGroup= ExtendedBase

;===============================================================
;                S t r i n g s
;===============================================================

[Strings]
;---------------------------------------------------------------
; Non-localizable (Windows)
;---------------------------------------------------------------
; Registry types
REG_SZ                           = 0x00000000
REG_MULTI_SZ                     = 0x00010000
REG_EXPAND_SZ                    = 0x00020000
REG_DWORD                        = 0x00010001

; Service: ServiceType values
SERVICE_KERNEL_DRIVER            = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER       = 0x00000002
SERVICE_ADAPTER                  = 0x00000004
SERVICE_RECOGNIZER_DRIVER        = 0x00000008
SERVICE_WIN32_OWN_PROCESS        = 0x00000010
SERVICE_WIN32_SHARE_PROCESS      = 0x00000020
SERVICE_INTERACTIVE_PROCESS      = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS= 0x00000120

; Service: StartType values
SERVICE_BOOT_START               = 0x00000000
SERVICE_SYSTEM_START             = 0x00000001
SERVICE_AUTO_START               = 0x00000002
SERVICE_DEMAND_START             = 0x00000003
SERVICE_DISABLED                 = 0x00000004

; Service: ErrorControl values
SERVICE_ERROR_IGNORE             = 0x00000000
SERVICE_ERROR_NORMAL             = 0x00000001
SERVICE_ERROR_SEVERE             = 0x00000002
SERVICE_ERROR_CRITICAL           = 0x00000003

; DirectShow filter categories                                                DirectShow category name
KSCATEGORY_AUDIO                 = "{6994AD04-93EF-11D0-A3CC-00A0C9223196}"
KSCATEGORY_RENDER                = "{65E8773E-8F56-11D0-A3B9-00A0C9223196}" ; Audio Renderers
KSCATEGORY_TOPOLOGY              = "{DDA54A40-1E4C-11D1-A050-405705C10000}" ; Audio Mixer Devices

KSCATEGORY_VIDEO                 = "{6994AD05-93EF-11D0-A3CC-00A0C9223196}" ;

KSCATEGORY_CAPTURE               = "{65E8773D-8F56-11D0-A3B9-00A0C9223196}" ; WDM Streaming capture Devices (audio & video)
KSCATEGORY_TVTUNER               = "{A799A800-A46D-11D0-A18C-00A02401DCD4}" ; WDM Streaming TV Tuner Devices 
KSCATEGORY_CROSSBAR              = "{A799A801-A46D-11D0-A18C-00A02401DCD4}" ; WDM Streaming Crossbar Devices
KSCATEGORY_TVAUDIO               = "{A799A802-A46D-11D0-A18C-00A02401DCD4}" ; WDM Streaming TV Audio Devices

KSCATEGORY_ENCODER               = "{19689BF6-C384-48fd-AD51-90E58C79F70B}" ; WDM Streaming Encoder Devices
KSCATEGORY_MULTIPLEXER           = "{7A5DE1D3-01A1-452c-B481-4FA2B96271E8}" ; WDM Streaming Multiplexer Devices

KSCATEGORY_BDA_RECEIVER          = "{FD0A5AF4-B41D-11D2-9C95-00C04F7971E0}" ; BDA Receiver Component
KSCATEGORY_BDA_TUNER             = "{71985F48-1CA1-11D3-9CC8-00C04F7971E0}" ; BDA Source Filters


; Proxy CLSIDs (KsProxy.ax)
PROXY_CAPTURE                    = "{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
PROXY_TVTUNER                    = "{266EEE40-6C63-11cf-8A03-00AA006ECB65}"
PROXY_CROSSBAR                   = "{71F96460-78F3-11D0-A18C-00A0C9118956}"
PROXY_TVAUDIO                    = "{71F96462-78F3-11D0-A18C-00A0C9118956}"

RunOnce                          = "Software\Microsoft\Windows\CurrentVersion\RunOnce"
Uninstall                        = "Software\Microsoft\Windows\CurrentVersion\Uninstall"

;---------------------------------------------------------------
; Non-localizable (this driver)
;---------------------------------------------------------------
; Reference guids
REFGUID_CAPTURE                  = "{9B365890-165F-11D0-A195-0020AFD156E4}"

;Virtual BDA device ID
Bda.DeviceId                     = "{D128CC28-BF31-48e3-9E71-78FF4607E893}"

; Name of this very INF file
InfFile                          = "Cinergy_CI_USB.inf"

;---------------------------------------------------------------
; Localizable
;---------------------------------------------------------------

Provider                 = "TerraTec "
DiskName                 = "Cinergy Driver CD"

; Service strings
Service.FriendlyName     = "Cinergy CI USB service"
ServiceBda.FriendlyName  = "Cinergy CI USB (BDA) service"

; Device Manager
Cinergy.DeviceDesc       = "Cinergy CI USB"
CinergyBda.DeviceDesc    = "Cinergy CI USB (BDA)"

; DirectShow filter names
DShow.AnalogCapture      = "Cinergy CI USB Capture"      ; KSCATEGORY_CAPTURE

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: 0.93