AsusVRC64.inf Driver File Contents (GadgeTV_17.zip)

; Copyright (c) Microsoft Corporation.  All rights reserved.
;
; AsusVRC.INF  -- This file contains installation information for Testcap,
;                 A sample WDM capture driver that requires no hardware
;               
;     This INF expects the following hierarchy in the installation folder:
;

[Version]
Signature="$Windows NT$"
Class=Media
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider=%ProviderName%
CatalogFile.NTAMD64 =AsusVRC64.cat ; This file is required and is supplied when the package is certified

DriverVer=10/13/2008,1.0.0.9

[SourceDisksNames]
1000= %ASUSVRC.Disk1%,,

[SourceDisksFiles.amd64]
AsusVRC64.sys = 1000,\

[ControlFlags]
; All PnP devices should be excluded from manual AddDevice Applet list
; ExcludeFromSelect=*

[Manufacturer]
%Asus%=ASUSTeK,NTAMD64

[DestinationDirs]
ASUSVRC.CopyDrivers=12

;---------------------------------------------------------------
;              M I C R O S O F T
;
;                 T E S T C A P 
;---------------------------------------------------------------

[ASUSTeK.NTamd64]
%ASUSVRC.DeviceDesc%=ASUSVRC.Device,ASUSVRCENUM

[ASUSVRC.Device.NTamd64]
Include=    ks.inf,wdmaudio.inf,kscaptur.inf
Needs=      KS.Registration,WDMAUDIO.Registration.NT,KSCAPTUR.Registration.NT
AddReg=     ASUSVRC.AddReg
CopyFiles=  ASUSVRC.CopyDrivers

[ASUSVRC.AddReg]
HKR,,DevLoader,,*NTKERN
HKR,,NTMPDriver,,AsusVRC64.sys
HKR,,AssociatedFilters,,"wdmaud,swmidi,redbook"
HKR,Drivers,SubClasses,,"wave,mixer"
HKR,Drivers\wave\wdmaud.drv,Driver,,wdmaud.drv
HKR,Drivers\mixer\wdmaud.drv,Driver,,wdmaud.drv

HKR,Drivers\wave\wdmaud.drv,Description,,"ASUSTeK Audio Capture"
HKR,Drivers\mixer\wdmaud.drv,Description,,"ASUSTeK Audio Capture"

HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AUDIO_CAP_PIN_IN%,"Name",,"AudioCapIn"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AUDIO_CAP_PIN_OUT%,"Name",,"AudioCapOut"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AUDIO_SINK_PIN%,"Name",,"AudioSink"

[ASUSVRC.CopyDrivers]
AsusVRC64.sys

[ASUSVRC.Device.NTamd64.Interfaces]
AddInterface=%KSCATEGORY_CAPTURE%,%VideoCapFilter_Name%,VideoCapture.Interface.NTamd64,
AddInterface=%KSCATEGORY_VIDEO%,%VideoCapFilter_Name%,VideoCapture.Interface.NTamd64,

AddInterface=%KSCATEGORY_CAPTURE%,%VideoSinkFilter_Name%,VideoSink.Interface.NTamd64,

AddInterface=%KSCATEGORY_CAPTURE%,%AudioCapFilter_Name%,AudioCapture.Interface.NTamd64,
AddInterface=%KSCATEGORY_AUDIO%,%AudioCapFilter_Name%,AudioCapture.Interface.NTamd64,

AddInterface=%KSCATEGORY_CAPTURE%,%AudioSinkFilter_Name%,AudioSink.Interface.NTamd64,

[VideoCapture.Interface.NTamd64]
AddReg=wVideoCapture.AddReg

[wVideoCapture.AddReg]
; Populate the 32-bit registry for WoW64 access to this instance
HKR,,CLSID,,{17CCA71B-ECD7-11D0-B908-00A0C9223196}
HKR,,FriendlyName,,%ASUSVRC.VCapture%

;Video Sink Interface
[VideoSink.Interface.NTamd64]
AddReg=wVideoSink.AddReg

[wVideoSink.AddReg]
; Populate the 32-bit registry for WoW64 access to this instance
HKR,,CLSID,,{17CCA71B-ECD7-11D0-B908-00A0C9223196}
HKR,,FriendlyName,,%ASUSVRC.VSink%
;Audio capture Interface

[AudioCapture.Interface.NTamd64]
AddReg=wAudioCapture.AddReg

[wAudioCapture.AddReg]
; Populate the 32-bit registry for WoW64 access to this instance
HKR,,CLSID,,{17CCA71B-ECD7-11D0-B908-00A0C9223196}
HKR,,FriendlyName,,%ASUSVRC.ACapture%


;Audio Sink Interface

[AudioSink.Interface.NTamd64]
AddReg=wAudioSink.AddReg

[wAudioSink.AddReg]
; Populate the 32-bit registry for WoW64 access to this instance
HKR,,CLSID,,{17CCA71B-ECD7-11D0-B908-00A0C9223196}
HKR,,FriendlyName,,%ASUSVRC.ASink%

[ASUSVRC.Device.NTamd64.Services]
AddService = ASUSVRC64,0x00000002,ASUSVRC.ServiceInstall

[ASUSVRC.ServiceInstall]
DisplayName   = %ASUSVRC.DeviceDesc%
ServiceType   = %SERVICE_KERNEL_DRIVER%
StartType     = %SERVICE_DEMAND_START%
ErrorControl  = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\AsusVRC64.sys
LoadOrderGroup=ExtendedBase
;---------------------------------------------------------------
;                S t r i n g s
;---------------------------------------------------------------

[Strings]

;----------------
; Non-Localizable
;----------------

SERVICE_KERNEL_DRIVER=1
SERVICE_DEMAND_START=3
SERVICE_ERROR_NORMAL=1

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

ProviderName=       "ASUSTeK"
Asus=               "ASUSTeK"
ASUSVRC.Disk1=      "Install Disk"
ASUSVRC.DeviceDesc= "ASUSTeK Virtual Capture Device"
ASUSVRC.VCapture=    "ASUSTeK Video Capture Filter"
ASUSVRC.VSink = "ASUSTeK Video Sink Filter"
ASUSVRC.ACapture = "ASUSTeK Audio Capture Filter"
ASUSVRC.ASink = "ASUSTeK Audio Sink Filter"
Proxy.CLSID="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
AUDIO_CAP_PIN_OUT   = "{85FED389-D50E-482b-9BCE-769CD7BC5C5F}"
AUDIO_CAP_PIN_IN    = "{CC4893D7-45D0-439b-BE94-4A5058B91801}"
AUDIO_SINK_PIN      = "{0398E187-EC2A-4a8e-A947-4870947815CB}"
KSCATEGORY_CAPTURE                = "{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
KSCATEGORY_VIDEO                  = "{6994AD05-93EF-11D0-A3CC-00A0C9223196}"
KSCATEGORY_AUDIO                  = "{6994AD04-93EF-11D0-A3CC-00A0C9223196}"
KSCATEGORY_RENDER		  ="{65E8773E-8F56-11D0-A3B9-00A0C9223196}"
VideoCapFilter_Name="{06ad68d3-438c-4658-98d8-1cf12bccdeb9}"
VideoSinkFilter_Name="{79caf1c2-a9e3-41d2-85dd-d8c29ea88ed8}"
AudioCapFilter_Name= "{2b650272-0ba2-4226-ab29-d6232188cb9b}"
AudioSinkFilter_Name= "{D9C7977F-AB60-433e-ADC4-72D8EC96E614}"
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: web5, load: 1.20