home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1614 / precopy2.cab / sti.inf < prev    next >
Encoding:
INI File  |  1997-10-21  |  1.9 KB  |  76 lines

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