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.

102 lines
2.5 KiB

  1. ; RSOPTCOM.INF
  2. ;
  3. ; This is the Setup information file to install Remote Storage
  4. ; as an optional component in Windows NT Server
  5. ;
  6. ; Copyright (c) 1998 Microsoft Corporation
  7. ;
  8. [version]
  9. signature="$Windows NT$"
  10. Platform = NTS
  11. Layoutfile=Layout.inf
  12. [Optional Components]
  13. RSTORAGE ;Top Level Option
  14. ;Destination Directories for CopyFiles Sections
  15. [DestinationDirs]
  16. RSUIProgramFiles = 11 ;LDID_SYSTEM
  17. RSENGINEProgramFiles = 11 ;LDID_SYSTEM
  18. RSENGINESysFiles = 12 ;LDID_SYSTEM DRIVERS
  19. [RSTORAGE]
  20. ; Top Level option
  21. OptionDesc = %RSTORAGETop_DESC%
  22. Tip = %RSTORAGETop_TIP%
  23. IconIndex = *
  24. @i:SizeApproximation = 3620864
  25. @a:SizeApproximation = 6336512
  26. [RSInstall]
  27. Copyfiles = RSUIProgramFiles, RSENGINEProgramFiles, RSENGINESysFiles
  28. [RSInstall.Services]
  29. AddService = RSFilter,%SPSVCINST_TAGTOFRONT%,Service.RSFilter,EventLog.RSFilter
  30. [RSUninstall]
  31. Delfiles = RSUIProgramFiles, RSENGINEProgramFiles, RSENGINESysFiles
  32. DelReg = RSFilter.Uninstall_DelReg
  33. [RSUninstall.Services]
  34. DelService = RSFilter
  35. [RSUIProgramFiles]
  36. RsConn.dll
  37. RsJob.dll
  38. RsCommon.dll
  39. RsAdmin.dll
  40. RsShell.dll
  41. RsEngPs.dll
  42. RsSubPs.dll
  43. RsServPs.dll
  44. RsAdmin.msc
  45. [RSENGINEProgramFiles]
  46. RsLaunch.exe
  47. RsTask.dll
  48. RsIdb.dll
  49. RsMover.dll
  50. RsFsa.dll
  51. RsEng.dll
  52. RsSub.dll
  53. RsTore.exe
  54. RsServ.exe
  55. RsLnk.exe
  56. [RSENGINESysFiles]
  57. RsFilter.sys
  58. [Service.RSFilter]
  59. DisplayName = "Remote Storage Recall Support"
  60. Description = %RSTORAGEFilter_DESC%
  61. ServiceType = %SERVICE_FILE_SYSTEM_DRIVER%
  62. StartType = %SERVICE_BOOT_START%
  63. ErrorControl = %SERVICE_ERROR_NORMAL%
  64. ServiceBinary = %12%\RSFilter.sys
  65. LoadOrderGroup = "filter"
  66. FilesRequired = RSFilter.sys
  67. [EventLog.RSFilter]
  68. AddReg = RSFilter.EventLog_AddReg
  69. [RSFilter.EventLog_AddReg]
  70. HKR,,EventMessageFile,0x00020000, "%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\RSFilter.sys"
  71. HKR,,TypesSupported,0x00010001,7
  72. [RSFilter.Uninstall_DelReg]
  73. HKLM,System\CurrentControlSet\Services\EventLog\System\RsFilter
  74. ; User-visible strings
  75. [Strings]
  76. RSTORAGETop_DESC = "Remote Storage"
  77. RSTORAGETop_TIP = "A set of services and administrative tools that you can use to store data from infrequently used files on magnetic tape."
  78. RSTORAGEFilter_DESC = "Remote Storage Recall Support"
  79. SERVICE_FILE_SYSTEM_DRIVER = 2
  80. SERVICE_BOOT_START = 0
  81. SERVICE_ERROR_NORMAL = 1
  82. SPSVCINST_TAGTOFRONT = 1