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.

63 lines
1.9 KiB

  1. ; NETip6s.INX -- IPv6 Services
  2. ;
  3. ; Copyright (c) 2000, Microsoft Corporation
  4. [version]
  5. Signature = "$Windows NT$"
  6. Class = NetService
  7. ClassGUID = {4d36e974-e325-11ce-bfc1-08002be10318}
  8. Provider = %Msft%
  9. DriverVer=05/23/2000,5.1.2237.1
  10. [Manufacturer]
  11. %Msft% = Msft
  12. [Msft]
  13. ; DisplayName Section DeviceID
  14. ; ----------- ------- --------
  15. %Svc-6to4-DispName% = Ndi-6to4, "MS_6to4"
  16. ;-------------------------------------------------------------------------
  17. ; [Services] sections.
  18. ; 0x10 = SPSVCINST_NOCLOBBER_STARTTYPE
  19. ;-------------------------------------------------------------------------
  20. [Ndi-6to4]
  21. Characteristics = 0
  22. AddReg = Ndi-Reg-6to4
  23. [Ndi-Reg-6to4]
  24. HKR, Ndi, CoServices, 0x00010000, "6to4"
  25. HKR, Ndi\Interfaces, UpperRange, 0, "noupper"
  26. HKR, Ndi\Interfaces, LowerRange, 0, "nolower"
  27. [Ndi-6to4.Services]
  28. AddService = 6to4,,Svc-6to4
  29. [Ndi-6to4.Remove.Services]
  30. DelService = 6to4,,Svc-6to4
  31. [Reg-6to4-Params]
  32. HKR, Parameters, ServiceDll, 0x00020000, "%%SystemRoot%%\System32\6to4svc.dll"
  33. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Svchost",netsvcs,0x00010008,"6to4"
  34. [Svc-6to4]
  35. DisplayName = %Svc-6to4-DispName%
  36. ServiceType = 0x120 ;SERVICE_INTERACTIVE_PROCESS | SERVICE_WIN32_SHARE_PROCESS
  37. StartType = 2 ;SERVICE_AUTO_START
  38. ErrorControl = 1 ;SERVICE_ERROR_NORMAL
  39. ServiceBinary = %11%\svchost.exe -k netsvcs
  40. ;
  41. ; The dependancy on RpcSs is because this service may be set to auto-start
  42. ; and it runs in an instance of Svchost that needs to call
  43. ; CoInitailizeSecurity on behalf of the entire process.
  44. ; This call (made by svchost) will not succeed unless RpcSs is running.
  45. ;
  46. Dependencies = RpcSS,tcpip6
  47. AddReg = Reg-6to4-Params
  48. Description = %Svc-6to4-Description%
  49. [Strings]
  50. Msft = "Microsoft"
  51. Svc-6to4-DispName = "6to4"
  52. Svc-6to4-Description = "Offers IPv6 connectivity over an IPv4 network"