home *** CD-ROM | disk | FTP | other *** search
- ; r3dcap.inf -- This file installs r3dcap.sys
- ; for Starfighter graphics card
- ;
-
- [Version]
- ;CatalogFile=bt829.cat
- signature="$CHICAGO$"
- Class=MEDIA
- ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
- Provider=%Company%
- LayoutFile=LAYOUT.INF, layout1.inf, layout2.inf
-
- [DestinationDirs]
- R3DCAP.CopyDrivers=10,system32\drivers ; eg. \windows\system32\drivers
- R3DCAP.CopyCodec=11
-
- [Manufacturer]
- %MS%=MS
-
- [MS]
- %R3DCAP.DeviceDesc%=R3DCAP.Device,DISPLAY\r3dcap
-
- [R3DCAP.Device]
- Include = ks.inf, kscaptur.inf, ksfilter.inf
- Needs= KS.Registration,KSCAPTUR.Registration,MSPCLOCK.Installation
- AddReg = R3DCAP.AddReg
- UpdateInis= R3DCAP.UpdateIni
- CopyFiles= R3DCAP.CopyDrivers, R3DCAP.CopyCodec
- DelFiles = R3DCAP.DelDrivers
-
- [R3DCAP.CopyDrivers]
- r3dcap.sys
- stream.sys
-
- [R3DCAP.CopyCodec]
- msyuv.dll
-
- [R3DCAP.UpdateIni]
- system.ini, drivers32,,"VIDC.UYVY=msyuv.dll"
-
- [R3DCAP.DelDrivers]
-
- [R3DCAP.AddReg]
- HKR,,DevLoader,,*ntkern
- HKR,,NTMPDriver,,r3dcap.sys
-
- [R3DCAP.Device.Interfaces]
- AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture,
-
- [VideoCapture]
- AddReg=VideoCapture.AddReg
-
- [VideoCapture.AddReg]
- HKR,,CLSID,,{17CCA71B-ECD7-11D0-B908-00A0C9223196}
- HKR,,FriendlyName,,%R3DCAP.Capture%
- HKR,,PageOutWhenUnopened,3,01
- HKR,,DontSuspendIfStreamsAreRunning,3,01
-
- [Strings]
- Company="Real 3D Inc"
- MS="Real 3D Inc"
- captureClassName="Sound, video and game controllers"
- R3DCAP.DeviceDesc="Real3D WDM Video Capture"
- R3DCAP.Capture="Real 3D WDM Video Capture"