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
2.0 KiB

  1. ; -- NETWLBS.INX --
  2. ;
  3. ; Windows Load Balancing Service
  4. ;
  5. ; Copyright (c) Microsoft Corporation. All rights reserved.
  6. [Version]
  7. Signature = "$Windows NT$"
  8. Class = NetService
  9. ClassGUID = {4D36E974-E325-11CE-BFC1-08002BE10318}
  10. Provider = %Msft%
  11. LayoutFile = layout.inf
  12. [Manufacturer]
  13. %Msft% = MSFT
  14. [MSFT]
  15. %WLBS_Desc% = WLBS.ndi, ms_wlbs
  16. [WLBS.ndi]
  17. ProfileItems=NLBMgrProfile
  18. AddReg = WLBS.ndi.AddReg
  19. Characteristics = 0x490 ; NCF_FILTER | NCF_NO_SERVICE | NCF_HAS_UI
  20. [WLBS.ndi.Services]
  21. AddService = WLBS, , WLBS.AddService, WLBS.AddEventLog
  22. [WLBS.AddService]
  23. DisplayName = %WLBS_Desc%
  24. ServiceType = 1 ;SERVICE_KERNEL_DRIVER
  25. StartType = 3 ;SERVICE_DEMAND_START
  26. ErrorControl = 1 ;SERVICE_ERROR_NORMAL
  27. ServiceBinary = %12%\wlbs.sys
  28. LoadOrderGroup = PNP_TDI
  29. Description = %WLBS_Desc%
  30. [WLBS.AddEventLog]
  31. AddReg = WLBS.AddEventLog.AddReg
  32. [WLBS.AddEventLog.AddReg]
  33. HKR, , EventMessageFile, 0x20000, "%%SystemRoot%%\System32\drivers\wlbs.sys;%%SystemRoot%%\System32\netevent.dll;%%SystemRoot%%\System32\netcfgx.dll;%%SystemRoot%%\System32\wbem\nlbmprov.dll"
  34. HKR, , TypesSupported, 0x10001, 7
  35. [WLBS.ndi.AddReg]
  36. HKR, Ndi, ClsID, , {bf0eaea8-c122-11d2-94f4-00c04f72d8c4}
  37. ;HKR, Ndi, ComponentDll, , wlbs.dll
  38. HKR, Ndi, HelpText, , "@netcfgx.dll,-50019"
  39. HKR, Ndi, FilterClass, , loadbalance
  40. HKR, Ndi, FilterDeviceInfId, , ms_wlbsmp
  41. HKR, Ndi, Service, , Wlbs
  42. HKR, Ndi\Interfaces, UpperRange, , noupper
  43. HKR, Ndi\Interfaces, LowerRange, , nolower
  44. HKR, Ndi\Interfaces, LowerExclude, , "ndisatm, ndiscowan, ndiswan, ndiswanasync, ndiswanipx, ndiswannbf, ndiswanip, ndiswanbh, ndiswanatalk, ndis1394"
  45. [NLBMgrProfile]
  46. Name=%NLB_Manager%
  47. CmdLine=11,,nlbmgr.exe
  48. SubDir=%Administrative_Tools%
  49. InfoTip="@%11%\wbem\nlbmprov.dll,-244"
  50. DisplayResource="%11%\wbem\nlbmprov.dll",243