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.

77 lines
1.8 KiB

  1. ; STI.INF -- Windows Still Image Setup File
  2. ; Copyright (c) 1997 Microsoft Corporation
  3. [Version]
  4. Signature="$CHICAGO$"
  5. LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
  6. Class=Image
  7. ClassGUID={6bdd1fc6-810f-11d0-bec7-08002be2092f}
  8. SetupClass=BASE
  9. Provider=%Msft%
  10. [BaseWinOptions]
  11. StillImageSetup
  12. [StillImageSetup]
  13. CopyFiles=StillImage.Sys.Files, StillImage.Inf.Files
  14. DelFiles=StillImage.Inf.DelFiles, StillImage.Sys.DelFiles
  15. UpdateInis=StillImage.Ini.Change
  16. [DestinationDirs]
  17. StillImage.Sys.Files =11 ; LDID_SYS
  18. StillImage.Inf.Files =17 ; LDID_INF
  19. StillImage.Sys.DelFiles =11 ; LDID_SYS
  20. StillImage.Inf.DelFiles =17 ; LDID_INF
  21. [StillImage.Sys.Files]
  22. sti_ci.dll
  23. sti_ci32.dll
  24. sti.dll
  25. stimon.exe
  26. sticpl.cpl
  27. [StillImage.Inf.Files]
  28. kodak.inf
  29. logiscan.inf
  30. hpscanms.inf
  31. umaxusd.inf
  32. lghpscan.inf
  33. sti.inf
  34. [StillImage.Inf.DelFiles]
  35. [StillImage.Sys.DelFiles]
  36. ; Remove the VHPSCAND.VxD due to pagefault on first boot.
  37. vhpscand.vxd,,,1
  38. [StillImage.Ini.Change]
  39. control.ini,"don't load",,"sticpl.cpl=no",0
  40. [ClassInstall]
  41. Addreg=StillImageClassReg
  42. [StillImageClassReg]
  43. HKR,,,,%ClassName%
  44. HKR,,Installer,,sti_ci.dll
  45. HKR,,Icon,,0
  46. ; For event logging
  47. ; For trace logging
  48. HKLM,System\CurrentControlSet\Control\StillImage\Logging\STICLI,,,%STICLI%
  49. HKLM,System\CurrentControlSet\Control\StillImage\Logging\STICLI,Level,,4
  50. HKLM,System\CurrentControlSet\Control\StillImage\Logging\STIMON,,,%STISVC%
  51. HKLM,System\CurrentControlSet\Control\StillImage\Logging\STIMON,Level,,4
  52. ;Class registration
  53. HKCR,CLSID\{B323F8E0-2E68-11D0-90EA-00AA0060F86C },,,"StillImage"
  54. HKCR,CLSID\{B323F8E0-2E68-11D0-90EA-00AA0060F86C }\InProcServer32,,,%11%\sti.dll
  55. HKCR,CLSID\{B323F8E0-2E68-11D0-90EA-00AA0060F86C }\InProcServer32,ThreadingModel,,"Both"
  56. [Strings]
  57. Msft = "Microsoft"
  58. ClassName = "Imaging Device"
  59. STICLI="STI Client Application"
  60. STISVC="STI Monitoring Process"