; DC10plus.INF DC10plus ; ; will install new WDM driver for 2k/XP and vfw drivers for 9x/Me ; ; ; ; V2.1 ; ; ; ; Copyright (c) 2001-2002 Pinnacle Systems ;------------------------------------------------------------------------------ ;Version Section ;------------------------------------------------------------------------------ [Version] Signature="$CHICAGO$" Provider=%PCLE% Class=Media ClassGuid={4d36e96c-e325-11ce-bfc1-08002be10318} CatalogFile=dc10plus.cat DriverVer=05/22/2002, 2.1.1.0 ;------------------------------------------------------------------------------ ;ClassInstall Section ;------------------------------------------------------------------------------ [ClassInstall] AddReg=Class.AddReg [Class.AddReg] HKR,,,,%MediaClassName% HKR,,Icon,,"-1" HKR,,Installer,,mmci.dll ;------------------------------------------------------------------------------ ;Manufacturer and List of supported devices Section ;------------------------------------------------------------------------------ [Manufacturer] %PCLE%=Pinnacle [Pinnacle] %DevDesc%=DCxxMJPG,PCI\VEN_11DE&DEV_6057 %DevDesc%=DCxxMJPG,PCI\VEN_11DE&DEV_6057&SUBSYS_00000000 %DevDesc%=DCxxMJPG,PCI\VEN_11DE&DEV_6057&SUBSYS_7EFE1031 ;------------------------------------------------------------------------------ ;DDInstall Windows 98/Me Section ;------------------------------------------------------------------------------ [DCxxMJPG] DriverVer=01/22/2002, 2.1.1.0 CopyFiles=DCxxCopy DelReg=Registry.Del AddReg=DCxxMJPG.AddReg, RunOnce.AddReg UpdateInis=SystemIni.Add [DCxxMJPG.AddReg] HKR,,DevLoader,,mmdevldr.vxd HKR,,Driver,,misiV95D.vxd HKR,Drivers\msvideo\CAPCDC.drv,Description,,%DevDesc% HKR,Drivers\msvideo\CAPCDC.drv,Driver,,CAPCDC.drv HKR,Drivers,MIGRATED,,0 HKR,Drivers\msvideo,,, HKLM,System\CurrentControlSet\control\MediaResources\icm\vidc.MJPG,Description,,"%DevDesc% [MJPG]" HKLM,System\CurrentControlSet\control\MediaResources\icm\vidc.MJPG,Driver,,CAPCDC.drv HKLM,System\CurrentControlSet\control\MediaResources\icm\vidc.MJPG,FriendlyName,,"%DevDesc% [MJPG]" ; miro-Addreg: HKCU,"Software\"%PCLE%"\miroVIDEO Settings",Logo,,dc10plus.dib HKCU,"Software\"%PCLE%"\miroVIDEO Settings",EditingBoard,,"Studio DC10plus" ; miro-Install-Addreg: HKCU,"Software\"%PCLE%"\INSTALL\Studio_DC10plus",Version,,%Version% HKLM,"Software\Microsoft\Windows\CurrentVersion\Run","misiCTRL",,"%11%\misiCTRL.exe" HKLM,"Software\Microsoft\Windows\CurrentVersion\Run","misiTRAY",,"%11%\misiTRAY.exe" HKLM,%RUNONCE%,"DC10HWTest",,"%11%\mdricon.exe CAPCDC.DRV" HKLM,"Software\"%PCLE%"\miroVIDEO MJPG",MicroSec,0x00010001,0x00000050 HKLM,"Software\"%PCLE%"\miroVIDEO MJPG",MicroSec,0x00010001,0x00000050 HKCU,"Software\Microsoft\Multimedia Tools\VidCap",MicroSecPerFrame,0x00010001,0x00009c40 [RunOnce.AddReg] ; RunOnceEx settings HKLM,%RunOnceEx%,"Flags",0x10001,0xA38 HKLM,%RunOnceEx%,"Title",,"%RUNONCEEX_TITLE%" ; RunOnceEx group 101 HKLM,"%RunOnceEx%\101",,,"%RUNONCEEX101_TITLE%" HKLM,"%RunOnceEx%\101","001",,"%11%\mirocom.dll|DllRegisterServer" HKLM,"%RunOnceEx%\101","002",,"%11%\mocs95dc.dll|DllRegisterServer" [SystemIni.Add] SYSTEM.INI,drivers32,"VIDC.MJPG=*",,0 SYSTEM.INI,drivers,"msvideo*=CAPCDC.drv",,1 SYSTEM.INI,drivers,,"VIDC.MJPG=CAPCDC.drv",0 SYSTEM.INI,mci,,"avivideo1=miroavi.drv", 0 ;------------------------------------------------------------------------------ ;DDInstall Windows 2k/XP Section ;------------------------------------------------------------------------------ [DCxxMJPG.NT] CopyFiles= DCxx_DriverCopy, DCxx_Filter, DCxx_Common_Files DelReg= Registry.Del.NT AddReg= DCxxMJPG.AddReg.NT UpdateInis= SystemIni.Add RegisterDlls = DCxxRegSvr DriverVer=05/22/2002, 2.1.1.0 [DCxxMJPG.AddReg.NT] ;HKLM,%Run%,"DCxxCTRL",,"%11%\DCxxMjpgControl.exe Autostart" [DCxxMJPG.NT.Services] DelService = DC30 AddService = DCxxMJPG,0x00000002,DCxxMJPG.ServiceInstall, DCxx_EventLog_Inst [DCxx_EventLog_Inst] AddReg = DCxx_EventLog_AddReg [DCxx_EventLog_AddReg] HKR,,EventMessageFile,0x00020000,"%10%\System32\drivers\DCxxMJPG.sys" HKR,,TypesSupported,0x00010001,7 [DCxxMJPG.ServiceInstall] DisplayName = %DevDesc% ServiceType = %SERVICE_KERNEL_DRIVER% StartType = %SERVICE_SYSTEM_START% ErrorControl = %SERVICE_ERROR_NORMAL% ServiceBinary = %10%\system32\drivers\DCxxMJPG.sys ;------------------------------------------------------------------------------ ;Filter ;------------------------------------------------------------------------------ [DCxxRegSvr] 16422,"Pinnacle\Shared Files\Filter",DCxxMjpgCapture.ax, 1 16422,"Pinnacle\Shared Files\Filter",DCxxMjpgRender.ax, 1 ;------------------------------------------------------------------------------ ;Uninstall Section ;------------------------------------------------------------------------------ [UnInstall] DelReg = DC30.AddReg UpdateInis = SystemIni.Restore [Registry.Del] ; FIXME uninstall VfW drivers HKLM,"Software\"%PCLE%"\miroVIDEO MJPG",Version HKR,,DevLoader,,mmdevldr.vxd HKR,,Driver,,misiV95D.vxd HKR,Drivers\msvideo\CAPCDC.drv,Description,,%DevDesc% HKR,Drivers\msvideo\CAPCDC.drv,Driver,,CAPCDC.drv HKR,Drivers,MIGRATED,,0 HKR,Drivers\msvideo,,, HKLM,System\CurrentControlSet\control\MediaResources\icm\vidc.MJPG,Description,,"%DevDesc% [MJPG]" HKLM,System\CurrentControlSet\control\MediaResources\icm\vidc.MJPG,Driver,,CAPCDC.drv HKLM,System\CurrentControlSet\control\MediaResources\icm\vidc.MJPG,FriendlyName,,"%DevDesc% [MJPG]" ; miro-Addreg: HKCU,"Software\"%PCLE%"\miroVIDEO Settings",Logo,,dc10plus.dib HKCU,"Software\"%PCLE%"\miroVIDEO Settings",EditingBoard,,"Studio DC10plus" ; miro-Install-Addreg: HKCU,"Software\"%PCLE%"\INSTALL\Studio_DC10plus",Version,,%Version% HKLM,"Software\Microsoft\Windows\CurrentVersion\Run","misiCTRL",,"%11%\misiCTRL.exe" HKLM,"Software\Microsoft\Windows\CurrentVersion\Run","misiTRAY",,"%11%\misiTRAY.exe" [Registry.Del.NT] HKLM,"Software\"%PCLE%"\miroVIDEO MJPG",Version HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Drivers32",VIDC.MJPG HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Userinstallable.drivers",VIDC.MJPG HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Drivers.desc",mjpgcdc.dll HKLM,System\CurrentControlSet\control\MediaResources\icm\vidc.MDVF,Description HKLM,System\CurrentControlSet\control\MediaResources\icm\vidc.MDVF,Driver HKLM,System\CurrentControlSet\control\MediaResources\icm\vidc.MDVF,FriendlyName [SystemIni.Del] SYSTEM.INI,drivers,"VIDC.MJPG=CAPCDC.drv",,0 SYSTEM.INI,mci,"avivideo1=miroavi.drv",,0 ;------------------------------------------------------------------------------ ; Files Section ;------------------------------------------------------------------------------ [DCxx_DriverCopy] DCxxMJPG.sys [DCxxCopy] CAPCDC.drv,,,4 misiCI.dll,,,4 misiDD.dll,,,4 misiV95D.vxd,,,4 misiCTRL.EXE,,,4 misiTRAY.EXE,,,4 misiLGER.DLL,,,4 misiLENG.DLL,,,4 misiLFRE.DLL,,,4 MIROXP32.exe,,,4 Xprtger.hlp,,,4 Xprteng.hlp,,,4 Xprtfre.hlp,,,4 miroavi.drv,,,4 miroav32.dll,,,4 DC10plus.dib,,,4 ImPrAx.dll,,,4 mdricon.exe,,,4 MIDCx0NT.dll,,,4 midvx0.dll,,,4 mirocom.dll,,,4 mocs95dc.dll,,,4 MRTHUNK.dll,,,4 WnPapi32.dll,,,4 [DCxx_Filter] ;MjpgCompress.ax,,,4 ;MjpgDecompress.ax,,,4 DCxxMjpgCapture.ax,,,4 DCxxMjpgRender.ax,,,4 ;PCLESync.ax,,,4 ;PCLE_ovr.ax,,,4 [DCxx_Common_Files] ;DCxxMjpgControl.exe,,,4 ;------------------------------------------------------------------------------ ;DestinationDirs Section ;------------------------------------------------------------------------------ [DestinationDirs] DefaultDestDir = 11 ; LDID_SYS DCxx_DriverCopy= 10,system32\drivers DCxx_Filter=16422,Pinnacle\Shared Files\Filter DCxx_Common_Files=11 ;------------------------------------------------------------------------------ ;Strings Section ;------------------------------------------------------------------------------ [Strings] ; ; Localizable ; Version=2.1.1.0 PCLE="Pinnacle Systems" DevDesc="Pinnacle DC10plus, Motion-JPEG VideoIO Board" Run = "Software\Microsoft\Windows\CurrentVersion\Run" RunOnce = "SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce" RunOnceEx = "Software\Microsoft\Windows\CurrentVersion\RunOnceEx" RUNONCEEX101_TITLE = "Selfregistering files" RUNONCEEX_TITLE = "Windows Update" DiskLabel1="Pinnacle Studio7 DC10plus disk" ; ; Non-Localizable ; MediaClassName="Sound, video and game controllers" KEY_FIL="SYSTEM\CurrentControlSet\Control\MediaResources\FilterList" KEY_IOC="SYSTEM\CurrentControlSet\Control\MediaResources\InstallOptionalComponents" SERVICE_KERNEL_DRIVER=1 SERVICE_BOOT_START=0 SERVICE_SYSTEM_START=1 SERVICE_AUTO_START=2 SERVICE_DEMAND_START=3 SERVICE_DISABLED=4 SERVICE_ERROR_IGNORE=0 SERVICE_ERROR_NORMAL=1 SERVICE_ERROR_SEVERE=2 SERVICE_ERROR_CRITICAL=3 ;*** BEGIN ********************************************************** ;** ** ;** Automatically generated on: Tue Jun 04 19:37:25 2002 ** ;** ** ;** MakeCAB Version: (32) 1.00.0601 (03/18/97) ** ;** ** ;*** BEGIN ********************************************************** [SourceDisksNames] 1=Pinnacle Studio7 DC10plus driver disk,"DC10plus.CAB", [SourceDisksFiles] DCxxMJPG.sys=1,,132940 WDMStub.vxd=1,,12124 DCxxMjpgCapture.ax=1,,94208 DCxxMjpgRender.ax=1,,86016 CAPCDC.DRV=1,,218560 DC10Plus.dib=1,,140892 mdricon.exe=1,,29443 Miroav32.dll=1,,23552 MIROAVI.DRV=1,,41024 mirocom.dll=1,,39424 Mrthunk.dll=1,,6592 MIROXP32.exe=1,,98563 Xprteng.hlp=1,,211823 Xprtger.hlp=1,,213076 Xprtfre.hlp=1,,215454 misiCI.dll=1,,128032 misictrl.exe=1,,33280 misidd.dll=1,,114688 misiLEng.dll=1,,13456 misiLFre.dll=1,,14496 misiLGer.dll=1,,15072 misiTray.exe=1,,37123 misiV95D.vxd=1,,8796 ImPrAx.dll=1,,139335 MIDCx0NT.dll=1,,385024 midvx0.dll=1,,364544 mocs95dc.dll=1,,65536 wnpapi32.dll=1,,32768 ;*** END ************************************************************ ;** ** ;** Automatically generated on: Tue Jun 04 19:37:25 2002 ** ;** ** ;*** END ************************************************************