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.

86 lines
2.1 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. RsAdmin.msc
  44. [RSENGINEProgramFiles]
  45. RsLaunch.exe
  46. RsTask.dll
  47. RsIdb.dll
  48. RsMover.dll
  49. RsFsa.exe
  50. RsEng.exe
  51. RsSub.exe
  52. RsTore.exe
  53. [RSENGINESysFiles]
  54. RsFilter.sys
  55. [Service.RSFilter]
  56. DisplayName = "Remote Storage Recall Support"
  57. Description = %RSTORAGEFilter_DESC%
  58. ServiceType = %SERVICE_FILE_SYSTEM_DRIVER%
  59. StartType = %SERVICE_BOOT_START%
  60. ErrorControl = %SERVICE_ERROR_NORMAL%
  61. ServiceBinary = %12%\RSFilter.sys
  62. LoadOrderGroup = "filter"
  63. FilesRequired = RSFilter.sys
  64. [EventLog.RSFilter]
  65. AddReg = RSFilter.EventLog_AddReg
  66. [RSFilter.EventLog_AddReg]
  67. HKR,,EventMessageFile,0x00020000, "%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\RSFilter.sys"
  68. HKR,,TypesSupported,0x00010001,7
  69. [RSFilter.Uninstall_DelReg]
  70. HKLM,System\CurrentControlSet\Services\EventLog\System\RsFilter