omusd.inf Driver File Contents (ppc-600.zip)

; omscan.INF  -- Windows Still Image Setup File for the DDK
; Copyright (c) 1997 Microsoft Corporation

; Leave thse lines as they are.
[Version]
Signature="$CHICAGO$"
Class=Image
ClassGUID={6bdd1fc6-810f-11d0-bec7-08002be2092f}
Provider=%Msft%
LayoutFile=layout.inf, layout1.inf

[DestinationDirs]
; By default, files will be copied to \windows\system.
DefaultDestDir=11

; If usbscan.sys or scsiscan.sys are needed, put them in a
; CopySys32Files section.
OMScan.CopySys32Files=10,system32\drivers

; If a TWAIN datasource is needed, put it in a CopyTwainFiles section.
OMScan.CopyTwainFiles=10,twain_32\ovt\usb
OmScan.CopyTwainSetting=10

; If a TWAIN Capture is needed, put it in a CopyCaptureFiles section.
OMScan.CopyCaptureFiles=31,image

[ControlFlags]
; Remove comment from this line if all devices are PnP.
;ExcludeFromSelect=*

[Manufacturer]
%Mfg%=Models

[Models]
; Replace PnPIDInformation with the hardware ID generated by your
; device for PnP identification.
%OMScan.DeviceDesc% = OMScan.Scanner, OMSCAN

[OMScan.Scanner]
; Since video devices also use the class installer you must identify still
; image devices.
SubClass=StillImage

; DeviceType should be set to 1 = scanner or 2 = camera.
DeviceType=2

; Put here any number you want to identify subtypes. These are vendor
; specified.
DeviceSubType=0x1

; Capabilities refers to the events generated by the device. Set bit 1
; if it generates events and set bit 2 if the USD requires polling.
Capabilities=1

; To Enable additional property pages for this device in the CPL
; add the DLL name and entry point here.
PropertyPages="omcpl.cpl ,EnumStiPropPages"

; If the device supports events, add a link to the events section here.
Events=OMUSD.Events

; Forward reference to ancillary device data.
DeviceData=OMScan.DeviceData

; Forward reference to registry information.
AddReg=OMScan.AddReg

; Forward reference to those files to copy.
;CopyFiles=OMScan.CopyFiles,OMScan.CopySys32Files
CopyFiles=OMScan.CopyFiles,OMScan.CopySys32Files,OMScan.CopyTwainFiles,OMScan.CopyTwainSetting,OMScan.CopyCaptureFiles

; Forward reference to those files to delete during install.
DelFiles=OMScan.DelSysFiles

; Forward reference to uninstall instructions.
UninstallSection=Uninstall.OMScan

; Put the Image Color Management profile here.
ICMProfiles="sRGB Color Space Profile.icm"

VendorSetup="OVTsuExt.dll,SetupOVTEntry OMSCAN"
Reboot

[OMScan.DeviceData]
; Ancillary data to be associated with this device.  TwainDS is the
; name of the data source that a TWAIN-compliant app will be open
; in response to an event.
TwainDS="VGA USB Camera Version98"

; You can also attach additional information to any device that can
; be retrieved with the IStillImage::GetDeviceValue() function.
SpecialInfo="My very special information"

[OMUSD.Events]
; These are events that the device issues to trigger application
; launching.
NewPicture="%NewPicture%",{61127F42-28A3-11D1-ACAD-00A02438AD48},*

[OMScan.AddReg]
; This all depends on which kernel services you need
; Hardware configuration is not known
HKR,,HardwareConfig,1,1
;HKR,,DevLoader,,*NTKERN
; List system drivers here if required, such as this line for SCSI
; devices using scsiscan.
;HKR,,NTMPDriver,,"scsimap.sys,scsiscan.sys"

; Replace the GUID in these four lines with new GUIDs from guidgen
; Also change them in Sampusd.h
HKR,,USDClass,,"{C3A80962-28B1-11D1-ACAD-00A02438AD48}"

; Change the dll names at the end of the next two lines.
HKCR,CLSID\{C3A80962-28B1-11D1-ACAD-00A02438AD48} ,,,"VGA USB Still Camera USD"
HKCR,CLSID\{C3A80962-28B1-11D1-ACAD-00A02438AD48} \InProcServer32,,,%11%\omusd.dll
HKCR,CLSID\{C3A80962-28B1-11D1-ACAD-00A02438AD48} \InProcServer32,ThreadingModel,,"Both"

HKLM,System\CurrentControlSet\Services\OMSCAN,Group,,"Base"
HKLM,System\CurrentControlSet\Services\OMSCAN,ImagePath,,"\SystemRoot\system32\drivers\omscan.sys"
HKLM,System\CurrentControlSet\Services\OMSCAN,Start,1,02,00,00,00
HKLM,System\CurrentControlSet\Services\OMSCAN,Type,1,01,00,00,00
HKLM,System\CurrentControlSet\Services\OMSCAN,ErrorControl,1,01,00,00,00

; Update the name of application
HKLM,"Software\Microsoft\Windows\CurrentVersion\StillImage\Registered Applications","WDM Still Image Capture",,"C:\IMAGE\SCANCAP.EXE /StiDevice:%1 /StiEvent:%2"

[OMScan.CopyFiles]
; Copy the user mode minidriver.
omusd.dll

; If you have extended the control panel's property pages, copy the dll.
omcpl.cpl

ovtsuext.dll

[OMScan.CopySys32Files]
; Copy the kernel drivers that are needed.
omscan.sys

[OMScan.CopyTwainFiles]
; Put the data source here.
OMScanDs.ds

[OmScan.CopyTwainSetting]
DEFAULT.SRC
TWACKER.INI

[OMScan.CopyCaptureFiles]
scancap.exe
dibapi32.dll

[Uninstall.OMScan]
DelFiles=OMScan.DelSysFiles

[OMScan.DelSysFiles]
omusd.dll
; If you have extended the control panel's property pages
omcpl.cpl
ovtsuext.dll

[Strings]
; Always put strings down here so they can be easily localized to
; other languages.
Msft="Microsoft"
Mfg="Omnivision Technology Inc."
OMScan.DeviceDesc="VGA USB Still Camera Device"
NewPicture="New Picture Captured"
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: web3, load: 1.80