vq680.inf Driver File Contents (VQ680_ALL.EXE)

;
; vq680 INF file for functionality of Digital Camera
;

[Version]
;CatalogFile=image.cat
LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
signature="$CHICAGO$"
Class=Image
ClassGUID={6bdd1fc6-810f-11d0-bec7-08002be2092f}
Provider=%Msft%
DriverVer=2001/11/28 , 1.90.0007 

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

[Manufacturer]
%vq680Mfg%=vq680

[DestinationDirs]
DefaultDestDir=11               ; LDID_SYS
VQ.USBDCam.DelDrivers=10,system
VQ.USBDCam.CopyDrivers=10,system32\drivers

[vq680]
%USB\VID_04C8&PID_0720.DeviceDesc%=vq680.USBDCam,USB\VID_0733&PID_0631&MI_00

[vq680.USBDCam]
Include       = ks2.inf,kscaptu2.inf,Ksfilte2.inf,vq680dex.inf
Needs         = KS.Registration,KSCAPTUR.Registration
AddReg        = vq680.USBDCam.AddReg,PPCamAX.Reg
UpdateInis    = VQ.USBDCam.UpdateIni
DelFiles      = VQ.USBDCam.DelDrivers
CopyFiles     = VQ.USBDCam.CopyDrivers
SubClass      = StillImage
DeviceType    = 2
DeviceSubType = 0x1
Capabilities  = 1
Events        = VQ.Events
DeviceData    = VQ.DeviceData
ICMProfiles   = "sRGB Color Space Profile.icm"

[vq680.USBDCam.NT]
Include       = ks.inf,kscaptur.inf,vq680dex.inf
Needs         = KS.Registration,KSCAPTUR.Registration.NT
AddReg        = vq680.USBDCam.AddRegNT,vq680.USBDCam.AddReg,PPCamAX.Reg
UpdateInis    = VQ.USBDCam.UpdateIni
DelFiles      = VQ.USBDCam.DelDrivers
CopyFiles     = VQ.USBDCam.CopyDrivers
SubClass      = StillImage
DeviceType    = 2
DeviceSubType = 0x1
Capabilities  = 1
Events        = VQ.Events
DeviceData    = VQ.DeviceData
ICMProfiles   = "sRGB Color Space Profile.icm"

[VQ.DeviceData]
TwainDS="VQ680 4 in 1 Digital Camera"

[VQ.Events]
CaptureStillImage="%CaptureStillImage%",{D0DD1C40-4881-4689-95D7-4C65055B7440},*

[vq680.USBDCam.AddRegNT]
HKR,,HardwareConfig,1,1

[vq680.USBDCam.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,vq680.sys
;HKR,,PageOutWhenUnopened,3,01
;HKR,,PowerDownWhenUnopened,3,01
HKR,,DontSuspendIfStreamsAreRunning,3,01

HKR,,ShortCutString,,%ShortCutString%
HKLM, Software\VQ\VQ631, "IsoMode", 0x10001, 00, 00, 00, 00
HKLM, Software\VQ\VQ631, "BulkMode", 0x10001, 00, 00, 00, 00

HKR,,USDClass,,"{3F2E8FE5-D927-4329-92A7-90750972706B}"
HKCR,CLSID\{3F2E8FE5-D927-4329-92A7-90750972706B},,,"VQ680 STI USD"
HKCR,CLSID\{3F2E8FE5-D927-4329-92A7-90750972706B}\InProcServer32,,,%11%\vq680sti.dll
HKCR,CLSID\{3F2E8FE5-D927-4329-92A7-90750972706B}\InProcServer32,ThreadingModel,,"Apartment"
HKR,,CreateFileName,,"USB"

[PPCamAX.Reg]
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,"Vq680AVI.ax",,"%11%\regsvr32.exe /s %10%\twain_32\VQ\vq680\Vq680Avi.ax"

[VQ.USBDCam.DelDrivers]
ks.sys,,,1
stream.sys,,,1
vq680.sys,,,1
vq680cmd.sys,,,1
imagecls.sys,,,1

[VQ.USBDCam.CopyDrivers]
stream.sys

[VQ.USBDCam.UpdateIni]
system.ini,drivers32,,"VIDC.I420=msh263.drv"
system.ini,drivers32,,"VIDC.VQJP=vq680dec.dll"

[vq680.USBDCam.Interfaces]
AddInterface=%KSCATEGORY_CAPTURE%,GLOBAL,vq680.USBDCam.Interface

[vq680.USBDCam.NT.Interfaces]
AddInterface=%KSCATEGORY_CAPTURE%,GLOBAL,vq680.USBDCam.Interface

[vq680.USBDCam.Interface]
AddReg=vq680.USBDCam.Intf.AddReg
         
[vq680.USBDCam.Intf.AddReg]
HKR,,CLSID,,%ProxyVCap.CLSID%
HKR,,FriendlyName,,%USB\VID_04C8&PID_0720.DeviceDesc%
HKR,,ExtensionDLL,,%vq680.ExtensionDLL%

[vq680.USBDCam.NT.Services]
AddService = VQ680,0x00000002,vq680.USBDCam.ServiceInstall

[vq680.USBDCam.ServiceInstall]
DisplayName   = %USB\VID_04C8&PID_0720.DeviceDesc%
ServiceType   = %SERVICE_KERNEL_DRIVER%
StartType     = %SERVICE_DEMAND_START%
ErrorControl  = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\vq680.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
vq680.ExtensionDLL="Vq680VEx.dll"

;----------------
; Localizable
;----------------
Msft="Unknow"
vq680Mfg="Unknow"
USB\VID_04C8&PID_0720.DeviceDesc="VQ680 4 in 1 Digital Camera"
UninstallINF="Software\Microsoft\Windows\CurrentVersion\Uninstall\"
ProductName="VQ680 4 in 1 Digital Camera"
ShortCutString="VQ680 4 in 1 Digital Camera"
VQRegistry="Software\VQ\VQ680"
CaptureStillImage="VQ680 4 in 1 Still Image"
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: 1.60