Source code of Windows XP (NT5)
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.

139 lines
3.0 KiB

  1. ; KDK2x0.INF -- Windows Still Image Setup File
  2. ;;
  3. ;; Installation sections for Kodak 2x0 series digital cameras (USB)
  4. ;;
  5. ;
  6. ; Nb: Contents and settings, used in this file should be synchronized with STILLCAM.INF
  7. ; as some components are shared
  8. ;
  9. ;
  10. ; Copyright (c) 1997 Microsoft Corporation
  11. [Version]
  12. ;CatalogFile=wia.cat
  13. LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
  14. Signature = "$CHICAGO$"
  15. Class=Image
  16. ClassGUID={6bdd1fc6-810f-11d0-bec7-08002be2092f}
  17. Provider=%Msft%
  18. [ControlFlags]
  19. ExcludeFromSelect=*
  20. [DestinationDirs]
  21. DefaultDestDir=11
  22. ;DC2x0.Files=10,system32
  23. DC220.CopyFiles.Twain32=10,twain_32
  24. DC260.CopyFiles.Twain32=10,twain_32
  25. STI.Usb.CopySys32Files=10,system32\drivers
  26. ; Table of Contents
  27. [Manufacturer]
  28. %MfgName%=Models
  29. [Models]
  30. %USB\VID_040A&PID_0100.Device%=DC220, USB\VID_040A&PID_0100
  31. %USB\VID_040A&PID_0110.Device%=DC260, USB\VID_040A&PID_0110
  32. ;
  33. ; DC220 USB camera
  34. ;
  35. [DC220]
  36. ;CopyFiles=DC2x0.Files,DC220.CopyFiles.Twain32,STI.Usb.CopySys32Files
  37. CopyFiles=DC2x0.Files,STI.Usb.CopySys32Files
  38. AddReg=DC2x0.AddReg
  39. DeviceData=DC220.DeviceData
  40. SubClass=StillImage
  41. DeviceType=2
  42. Capabilities=5
  43. UninstallSection=
  44. Events=DC2x0.Events
  45. ICMProfiles="sRGB Color Space Profile.icm"
  46. [DC220.DeviceData]
  47. Model=DC220/DC260
  48. Server=local
  49. UI DLL=sti.dll
  50. UI Class ID={4DB1AD10-3391-11D2-9A33-00C04FA36145}
  51. ;
  52. ; FN TWAIN ID
  53. ;
  54. TwainDS="Kodak DC-220 Digital Camera"
  55. ModelID=220,1
  56. DeviceID=0x000A0008,1
  57. ;[DC220.CopyFiles.Twain32]
  58. ;kod220.ds
  59. ;
  60. ; DC260 USB camera
  61. ;
  62. [DC260]
  63. LogConfig=DIGITA.Log
  64. ;CopyFiles=DC2x0.Files,DC260.CopyFiles.Twain32,STI.Usb.CopySys32Files
  65. CopyFiles=DC2x0.Files,STI.Usb.CopySys32Files
  66. AddReg=DC2x0.AddReg
  67. DeviceData=DC260.DeviceData
  68. SubClass=StillImage
  69. DeviceType=2
  70. Capabilities=5
  71. UninstallSection=
  72. Events=DC2x0.Events
  73. ICMProfiles="sRGB Color Space Profile.icm"
  74. [DC260.DeviceData]
  75. Model=DC220/DC260
  76. Server=local
  77. UI DLL=sti.dll
  78. UI Class ID={4DB1AD10-3391-11D2-9A33-00C04FA36145}
  79. ;
  80. ; FN TWAIN ID
  81. ;
  82. TwainDS="Kodak DC-260 Digital Camera"
  83. ModelID=260,1
  84. DeviceID=0x000A0008,1
  85. ;[DC260.CopyFiles.Twain32]
  86. ;;
  87. ;; Common DC2x0 files and settings
  88. ;;
  89. [DC2x0.Events]
  90. ;;PowerOn="%PowerOn%",{740D9EE6-70F1-11d1-AD10-00A02438AD48},*
  91. Connected="DC220 connected",{A28BBADE-64B6-11d2-A231-00C04FA31809},*
  92. Disconnected="DC220 disconnected",{143E4E83-6497-11d2-A231-00C04FA31809},*
  93. [DC2x0.Files]
  94. dc260usd.dll
  95. [DC2x0.AddReg]
  96. HKR,,DevLoader,,*NTKERN
  97. HKR,,NTMPDriver,,"usbscan.sys"
  98. HKR,,USDClass,,"{DA87EB0E-6D29-11d2-A23F-00C04FA31809}"
  99. HKCR,CLSID\{DA87EB0E-6D29-11d2-A23F-00C04FA31809},,,"DC220/DC260 USB Camera USD"
  100. HKCR,CLSID\{DA87EB0E-6D29-11d2-A23F-00C04FA31809}\InProcServer32,,,%11%\dc260usd.dll
  101. HKCR,CLSID\{DA87EB0E-6D29-11d2-A23F-00C04FA31809}\InProcServer32,ThreadingModel,,"Both"
  102. ;
  103. ; Generic
  104. ;
  105. [STI.Usb.CopySys32Files]
  106. usbscan.sys
  107. [Strings]
  108. MfgName="Eastman Kodak Company"
  109. USB\VID_040A&PID_0100.Device="KODAK DIGITAL SCIENCE DC220"
  110. USB\VID_040A&PID_0110.Device="KODAK DIGITAL SCIENCE DC260"
  111. StartUp="Software\Microsoft\Windows\CurrentVersion\Run"
  112. Msft="Microsoft"
  113. Mfg="Microsoft"
  114. PowerOn="Powered on"