;---------------------------------------------------------------------------
; VQ2101.INF -- ViewQuest Camera Model Number 2.1M DigitalCAM installation
; Copyright (c) 2001 ViewQuest Technologies Inc. All rights reserved.
;---------------------------------------------------------------------------
[Version]
CatalogFile = V2101VID.cat
LayoutFile = Layout.inf, Layout1.inf, Layout2.inf
signature = "$CHICAGO$"
Class = Image
ClassGUID = {6bdd1fc6-810f-11d0-bec7-08002be2092f}
Provider = %VQ%
DriverVer = 06/12/2002,1.0.0.0
[ControlFlags]
; All PnP devices should be excluded from manual AddDevice Applet list
ExcludeFromSelect=*
[Manufacturer]
%VQ2101Mfg%=VQ2101
[DestinationDirs]
DefaultDestDir = 11 ; LDID_SYS
VQ2101.USBDCam.DelDrivers = 10,system
VQ2101.USBDCam.CopyDrivers = 10,system32\drivers
VQ2101.USBDCam.CopyCODEC = 11
PPCamINF = 17
PPCamAX = 11
CopyVFW = 11
CopyDS = 11
VQSETUP = 10
[VQ2101]
%USB\VID_04C8&PID_0720.DeviceDesc%=VQ2101.USBDCam,USB\VID_0733&PID_2105
[VQ2101.USBDCam]
Include = ks.inf,kscaptur.inf,Ksfilte2.inf
Needs = KS.Registration,KSCAPTUR.Registration
AddReg = VQ2101.USBDCam.AddReg
UpdateInis = VQ2101.USBDCam.UpdateIni
DelFiles = VQ2101.USBDCam.DelDrivers
CopyFiles = VQ2101.USBDCam.CopyDrivers,VQ2101.USBDCam.CopyCODEC,PPCamINF,PPCamAX,CopyVFW,CopyDS,VQSETUP
SubClass = StillImage
DeviceType = 2
DeviceSubType = 0x1
Capabilities = 1
ICMProfiles = "sRGB Color Space Profile.icm"
[VQ2101.USBDCam.NT]
Include = ks.inf,kscaptur.inf
Needs = KS.Registration,KSCAPTUR.Registration.NT
DeviceData = VQ.DeviceData
AddReg = VQ2101.USBDCam.AddReg
UpdateInis = VQ2101.USBDCam.UpdateIni
DelFiles = VQ2101.USBDCam.DelDrivers
CopyFiles = VQ2101.USBDCam.CopyDrivers,VQ2101.USBDCam.CopyCODEC,PPCamINF,PPCamAX,CopyVFW,CopyDS,VQSETUP
SubClass = StillImage
DeviceType = 2
DeviceSubType = 0x1
Capabilities = 1
ICMProfiles = "sRGB Color Space Profile.icm"
[VQ2101.USBDCam.AddReg]
;HKR,,HardwareConfig,1,1
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,VQ2101v.sys
;HKR,,PageOutWhenUnopened,3,01
;HKR,,PowerDownWhenUnopened,3,01
HKR,,DontSuspendIfStreamsAreRunning,3,01
HKLM,%UninstallINF%%ProductName%
HKLM,%UninstallINF%%ProductName%,"DisplayName",,"%ProductName2%"
HKLM,%UninstallINF%%ProductName%,"UninstallString",,"%11%\unVQ2101.exe"
; Copy localize files
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,"V2101LOC.EXE",,"rundll32.exe %10%\vqsetup.dll,QVRunOnceInstall %11%\V2101LOC.EXE"
[VQ2101.USBDCam.DelDrivers]
ks.sys,,,1
stream.sys,,,1
VQ2101v.sys,,,1
VQ2101c.sys,,,1
imagecls.sys,,,1
[PPCamAX]
V2101IF.DLL
[CopyVFW]
V2101vex.dll
V2101vex.pro
V2101loc.exe
[VQ2101.USBDCam.CopyDrivers]
VQ2101v.sys
VQ2101c.sys
[VQ2101.USBDCam.CopyCODEC]
VQ2101d.dll
unVQ2101.exe
[VQSETUP]
vqsetup.dll ; from ViewQuest
[SourceDisksNames]
1000 = "VQ2101 Setup Disk","",,
[SourceDisksFiles]
V2101IF.DLL=1000
V2101vex.dll=1000
V2101vex.pro=1000
VQ2101v.sys=1000
VQ2101c.sys=1000
VQ2101d.dll=1000
unVQ2101.exe=1000
vqsetup.dll=1000
v2101loc.exe=1000
[VQ2101.USBDCam.UpdateIni]
system.ini,drivers32,,"VIDC.I420=msh263.drv"
system.ini,drivers32,,"VIDC.VQC3=VQ2101d.dll"
[VQ2101.USBDCam.Interfaces]
AddInterface=%KSCATEGORY_CAPTURE%,GLOBAL,VQ2101.USBDCam.Interface
[VQ2101.USBDCam.NT.Interfaces]
AddInterface=%KSCATEGORY_CAPTURE%,GLOBAL,VQ2101.USBDCam.Interface
[VQ2101.USBDCam.Interface]
AddReg=VQ2101.USBDCam.Intf.AddReg
[VQ2101.USBDCam.Intf.AddReg]
HKR,,CLSID,,%ProxyVCap.CLSID%
HKR,,FriendlyName,,%USB\VID_04C8&PID_0720.DeviceDesc%
HKR,,ExtensionDLL,,%VQ2101.ExtensionDLL%
[VQ2101.USBDCam.NT.Services]
AddService = VQ2101,0x00000002,VQ2101.USBDCam.ServiceInstall
[VQ2101.USBDCam.ServiceInstall]
DisplayName = %USB\VID_04C8&PID_0720.DeviceDesc%
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_DEMAND_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\VQ2101v.sys
[Strings]
;----------------
; Non-Localizable
;----------------
; note: only register value is case sensitive, key is not.
ProxyVCap.CLSID="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
KSCATEGORY_CAPTURE="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
SERVICE_KERNEL_DRIVER=1
; PnP should use demand start
SERVICE_DEMAND_START=3
SERVICE_ERROR_NORMAL=1
VQ2101.ExtensionDLL="V2101Vex.dll"
;----------------
; Localizable
;----------------
VQ="ViewQuest Technologies INC."
VQ2101Mfg="ViewQuest Technologies INC."
USB\VID_04C8&PID_0720.DeviceDesc="2.1M DigitalCAM"
ProductName ="VQ2101"
ProductName2="2.1M DigitalCAM"
UninstallINF="Software\Microsoft\Windows\CurrentVersion\Uninstall\"
Download Driver Pack
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.