Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
2.1 KiB

  1. ; WIAVID.INF -- WIA Video Stream Driver Setup File
  2. ; Copyright (c) 199( Microsoft Corporation
  3. ; Manufacturer: Microsoft
  4. [Version]
  5. ;CatalogFile=wia.cat
  6. LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
  7. Signature="$CHICAGO$"
  8. Class=Image
  9. ClassGUID={6bdd1fc6-810f-11d0-bec7-08002be2092f}
  10. Provider=%Msft%
  11. [DestinationDirs]
  12. ; By default, files will be copied to \windows\system.
  13. DefaultDestDir=11
  14. WIAVid.TempFiles=10,temp ; LDID_WIN
  15. [Manufacturer]
  16. %Mfg%=Models
  17. [Models]
  18. %WIAVid.DeviceDesc% = WIAVid.Camera, PnPIDInformation
  19. [WIAVid.Camera]
  20. SubClass=StillImage
  21. DeviceType=3
  22. DeviceSubType=0x1
  23. Capabilities=0x00000001
  24. DeviceData=WIAVid.DeviceData
  25. AddReg=WIAVid.AddReg
  26. CopyFiles=WIAVid.CopyFiles, WebFiles
  27. DelFiles=WIAVid.DelSysFiles
  28. UninstallSection=Uninstall.WIAVid
  29. ICMProfiles="sRGB Color Space Profile.icm"
  30. [WIAVid.Camera.Services]
  31. AddService = WIAVid, 0x00000002, WIAVid.AddService
  32. [WIAVid.DeviceData]
  33. DShowDeviceId={17CCA71B-ECD7-11D0-B908-00A0C9223196}
  34. Server=local
  35. UI DLL=sti.dll
  36. UI Class ID={0527d1d0-88c2-11d2-82c7-00c04f8ec183}
  37. [WIAVid.AddService]
  38. DisplayName = %WIAVid.SvcDesc%
  39. ServiceType = 1 ; SERVICE_KERNEL_DRIVER
  40. StartType = 3 ; SERVICE_DEMAND_START
  41. ErrorControl = 1 ; SERVICE_ERROR_NORMAL
  42. ServiceBinary = %12%\null.sys
  43. LoadOrderGroup = Base
  44. [WIAVid.Events]
  45. TimeChanged="%TimeChanged%",{61127F40-E1A5-11D0-B454-00A02438AD48},*
  46. SizeChanged="%SizeChanged%",{052ED270-28A3-11D1-ACAD-00A02438AD48},*
  47. [WIAVid.AddReg]
  48. HKR,,HardwareConfig,1,1
  49. HKR,,USDClass,,"{0527d1d0-88c2-11d2-82c7-00c04f8ec183}"
  50. HKCR,CLSID\{0527d1d0-88c2-11d2-82c7-00c04f8ec183},,,"Phillips CIF Digital Camera"
  51. HKCR,CLSID\{0527d1d0-88c2-11d2-82c7-00c04f8ec183}\InProcServer32,,,%11%\wiavusd.dll
  52. HKCR,CLSID\{0527d1d0-88c2-11d2-82c7-00c04f8ec183}\InProcServer32,ThreadingModel,,Both
  53. [WIAVid.CopyFiles]
  54. wiavusd.dll
  55. [Strings]
  56. Msft="Microsoft"
  57. Mfg="Microsoft"
  58. WIAVid.DeviceDesc="WIA DirectShow Still Device"
  59. TimeChanged="File Time Changed"
  60. SizeChanged="File Size Changed"
  61. WIAVid.SvcDesc="WIA DirectShow Still Driver"