oem0.inf Driver File Contents (probook_4320s.exe)

;
; ArcSoftVCapture.INF  -- This file contains installation information for ArcSoftVCapture,
;                 A sample WDM capture driver that requires no hardware
;               
; Copyright (c) 2006 ArcSoft Corporation.  All rights reserved.
;
;

[Version]
signature="$CHICAGO$"
Class=IMAGE
ClassGUID={6BDD1FC6-810F-11D0-BEC7-08002BE2092F}
Provider=%ProviderName%
; LayoutFile needed only for Windows 9x/Me
LayoutFile=layout.inf,layout1.inf,layout2.inf
DriverVer=12/03/2009, 1.0.0.26
CatalogFile=ArcSoftVCapture.cat

[ControlFlags]
;ExcludeFromSelect=*

[Manufacturer]
%MsftMfg%=ArcSoft

[DestinationDirs]
ArcSoftVCapture.CopyDrivers=10,system32\drivers
ArcFakeCapture.CopyList=11
Temp.CopyList=11
ArcSoftVCapture.inf.CopyDrivers=11
PREDELETE=11

[SourceDisksNames]
1=%ArcSoftVCapture.Disk1%,,,
2="Render Engin Files",,,\VCapRender


[SourceDisksFiles]
ArcVCam.inf = 1
ArcSoftVCapture.sys=1
ArcVCapture.dll=1
arcvcapcoin.dll=1
uArcCapture.exe=2
VDGraph.dll=2
VDRender.ax=2
ArcVCapLogo.bmp=2
RegVCap32.exe=2

[DefaultInstall]
DelFiles=PREDELETE
CopyFiles=ArcSoftVCapture.inf.CopyDrivers
AddReg=ArcSoftVCapture.RunOnce.AddReg

[ArcSoftVCapture.inf.CopyDrivers]
arcvcapcoin.dll

[PREDELETE]
arcvcapcoin.dll

[ArcSoftVCapture.RunOnce.AddReg]
HKLM,%RunOnce%,"InstallArcVCapture",,"rundll32.exe arcvcapcoin.dll,IntallArcSoftDriver -I,%1%\ArcVCam.inf"

;---------------------------------------------------------------
;               C R O S O F T
;---------------------------------------------------------------

[ArcSoft]
%ArcSoftVCapture.Capture%=ArcSoftVCapture.Device,ArcVCam

[ArcSoftVCapture.Device]
Include=    ks.inf,kscaptur.inf
Needs=      Stream.Registration,KS.Registration,KSCAPTUR.Registration
AddReg=     ArcSoftVCapture.AddReg
CopyFiles=  ArcSoftVCapture.CopyDrivers,ArcFakeCapture.CopyDrivers
KnownFiles= ArcSoftVCapture.KnownFiles

[ArcSoftVCapture.Device.NT]
Include=    ks.inf,kscaptur.inf
Needs=      Stream.Registration,KS.Registration,KSCAPTUR.Registration.NT
AddReg=     ArcSoftVCapture.AddReg
CopyFiles=  ArcSoftVCapture.CopyDrivers,ArcFakeCapture.CopyDrivers,Temp.CopyList
KnownFiles= ArcSoftVCapture.KnownFiles

[ArcSoftVCapture.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,ArcSoftVCapture.sys
HKR,,PageOutWhenUnopened,3,01
HKR,,DontSuspendIfStreamsAreRunning,3,01
;;HKLM,%RunOnce%,"InstallArcVCapture",,"rundll32.exe arcvcapcoin.dll,IntallArcSoftDriver -S,%1%\ArcVCam.inf"

[ArcSoftVCapture.CopyDrivers]
ArcSoftVCapture.sys

[ArcFakeCapture.CopyDrivers]
ArcVCapture.dll
uArcCapture.exe
VDGraph.dll
VDRender.ax
ArcVCapLogo.bmp

[Temp.CopyList]
RegVCap32.exe

[ArcSoftVCapture.KnownFiles]
ArcSoftVCapture.sys=force
ArcVCapture.dll=force
uArcCapture.exe=force
VDGraph.dll=force
VDRender.ax=force
ArcVCapLogo.bmp=force
RegVCap32.exe=force

[ArcSoftVCapture.Device.Interfaces]
AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture,
AddInterface={6994AD05-93EF-11D0-A3CC-00A0C9223196},"GLOBAL",VideoCapture,

[ArcSoftVCapture.Device.NT.Interfaces]
AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture,
AddInterface={6994AD05-93EF-11D0-A3CC-00A0C9223196},"GLOBAL",VideoCapture,

[VideoCapture]
AddReg=VideoCapture.AddReg

[VideoCapture.AddReg]
HKR,,CLSID,,{17CCA71B-ECD7-11D0-B908-00A0C9223196}
HKR,,FriendlyName,,%ArcSoftVCapture.Capture%
; IAMVideoCompression installed as static interface on both output pins
HKR,PinFactory\0\Interfaces\{C6E13343-30AC-11d0-A18C-00A0C9118956},,,{C6E13343-30AC-11d0-A18C-00A0C9118956}
HKR,PinFactory\1\Interfaces\{C6E13343-30AC-11d0-A18C-00A0C9118956},,,{C6E13343-30AC-11d0-A18C-00A0C9118956}


[ArcSoftVCapture.Device.NT.Services]
AddService = ARCVCAM,0x00000002,ArcSoftVCapture.ServiceInstall

[ArcSoftVCapture.ServiceInstall]
DisplayName   = %ArcSoftVCapture.DeviceDesc%
ServiceType   = %SERVICE_KERNEL_DRIVER%
StartType     = %SERVICE_DEMAND_START%
ErrorControl  = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\ArcSoftVCapture.sys


[ArcSoftVCapture.Device.NT.CoInstallers]
DelFiles=PREDELETE
CopyFiles=CoinstCopyFiles
AddReg=CoinstAddReg

[CoinstCopyFiles]
arcvcapcoin.dll,,,2

[CoinstAddReg]
HKR,,CoInstallers32,0x00010000,"arcvcapcoin.dll,CoinstallerProc"

;---------------------------------------------------------------
;                S t r i n g s
;---------------------------------------------------------------

[Strings]

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

SERVICE_KERNEL_DRIVER=1
SERVICE_DEMAND_START=3
SERVICE_ERROR_NORMAL=1


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

ProviderName=       "ArcSoft"
MsftMfg=            "ArcSoft"
ArcSoftVCapture.Disk1=      "Install Disk"
ArcSoftVCapture.DeviceDesc= "ARCVCAM, ArcSoft Webcam Sharing Manager Driver"
ArcSoftVCapture.Capture=    "ArcSoft Webcam Sharing Manager"
RunOnce="SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"
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: web4, load: 1.22