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.

84 lines
2.2 KiB

  1. ; TESTCAM.INF -- WIA test CAMERA Setup File
  2. ; Copyright (c) 1998 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. TScan.TempFiles=10,temp ; LDID_WIN
  15. WebFiles=25,Web
  16. [Manufacturer]
  17. %Mfg%=Models
  18. [Models]
  19. %TCam.DeviceDesc% = TCam.Camera, WIA_TEST_CAMERA_ID
  20. [TCam.Camera]
  21. SubClass=StillImage
  22. DeviceType=2
  23. DeviceSubType=0x1
  24. Capabilities=0x00000011
  25. DeviceData=TCam.DeviceData
  26. AddReg=TCam.AddReg
  27. CopyFiles=TCam.CopyFiles, WebFiles
  28. DelFiles=TCam.DelSysFiles
  29. DelReg=TCam.DelReg
  30. UninstallSection=Uninstall.TCam
  31. ICMProfiles="sRGB Color Space Profile.icm"
  32. [TCam.Camera.Services]
  33. AddService = TCamscan, 0x00000002, TCamScan.AddService
  34. [TCam.DeviceData]
  35. Server=local
  36. UI DLL=sti.dll
  37. UI Class ID={ACBF6AF6-51C9-46a9-87D8-A93F352BCB3E}
  38. [TCamScan.AddService]
  39. DisplayName = %TCam.SvcDesc%
  40. ServiceType = 1 ; SERVICE_KERNEL_DRIVER
  41. StartType = 3 ; SERVICE_DEMAND_START
  42. ErrorControl = 1 ; SERVICE_ERROR_NORMAL
  43. ServiceBinary = %12%\null.sys
  44. LoadOrderGroup = Base
  45. [TCam.Events]
  46. TimeChanged="%TimeChanged%",{61127F40-E1A5-11D0-B454-00A02438AD48},*
  47. SizeChanged="%SizeChanged%",{052ED270-28A3-11D1-ACAD-00A02438AD48},*
  48. [TCam.AddReg]
  49. HKR,,HardwareConfig,1,1
  50. HKR,,USDClass,,"{ACBF6AF6-51C9-46a9-87D8-A93F352BCB3E}"
  51. HKCR,CLSID\{ACBF6AF6-51C9-46a9-87D8-A93F352BCB3E},,,"Test Cam STI/WIA USD"
  52. HKCR,CLSID\{ACBF6AF6-51C9-46a9-87D8-A93F352BCB3E}\InProcServer32,,,%11%\testcam.dll
  53. HKCR,CLSID\{ACBF6AF6-51C9-46a9-87D8-A93F352BCB3E}\InProcServer32,ThreadingModel,,Both
  54. HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,WIATestCam2,,"%11%\regsvr32 /s %11%\extend.dll"
  55. [TCam.CopyFiles]
  56. testcam.dll
  57. extend.dll
  58. [WebFiles]
  59. tcamlogo.jpg
  60. testcam.ico
  61. [Strings]
  62. Msft="Microsoft"
  63. Mfg="Microsoft"
  64. TCam.DeviceDesc="WIA Test Camera Device"
  65. TimeChanged="File Time Changed"
  66. SizeChanged="File Size Changed"
  67. TCam.SvcDesc="WIA Test Camera Driver"