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.

61 lines
1.5 KiB

  1. ; -- NETIPRIP.INX --
  2. ;
  3. ; Route Listening Service
  4. ;
  5. ; Copyright (c) Microsoft Corporation. All rights reserved.
  6. [Version]
  7. Signature="$Windows NT$"
  8. LayoutFile=layout.inf
  9. Provider=%Msft%
  10. [Iprip]
  11. CopyFiles = CpyFiles_Sys
  12. Uninstall = Iprip.Remove
  13. StartServices = Iprip
  14. [DestinationDirs]
  15. CpyFiles_Sys = 11 ;System32
  16. [Iprip.Upgrade]
  17. CopyFiles = CpyFiles_Sys
  18. [Iprip.Services]
  19. AddService = Iprip,, Iprip_Service_Inst, Iprip_Evt
  20. [Iprip.Remove.Services]
  21. DelService = Iprip
  22. [CpyFiles_Sys]
  23. iprip.dll,,,2
  24. [CpyFiles_Sys.Security]
  25. "D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)(A;;GRGX;;;WD)"
  26. [Iprip_Service_Inst]
  27. Description = %Iprip_Desc%
  28. DisplayName = %Iprip_Display%
  29. ServiceType = 0x20 ;SERVICE_WIN32_SHARE_PROCESS
  30. StartType = 2
  31. ErrorControl = 1
  32. ServiceBinary = "%%SystemRoot%%\System32\svchost.exe -k netsvcs"
  33. ;
  34. ; The dependency on RpcSs is because this service is set to auto-start
  35. ; and it runs in an instance of Svchost that needs to call
  36. ; CoInitailizeSecurity on behalf of the entire process.
  37. ; This call (made by svchost) will not succeed unless RpcSs is running.
  38. ;
  39. Dependencies = RpcSS
  40. AddReg = Iprip_AddReg
  41. Description = %Iprip_Desc%
  42. [Iprip_AddReg]
  43. HKR, Parameters, ServiceDll, 0x20000, "%%SystemRoot%%\System32\iprip.dll"
  44. [Iprip_Evt]
  45. AddReg = Iprip_Evt_AddReg
  46. [Iprip_Evt_AddReg]
  47. HKR,, EventMessageFile, 0x20000, "%%SystemRoot%%\System32\iprip.dll"
  48. HKR,, TypesSupported, 0x10001, 0x00000007