home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 4 / Windows / inf / netnlb.inf < prev    next >
Windows Setup INFormation  |  2008-01-19  |  7KB  |  97 lines

  1.  ■;-------------------------------------------------------------------------
  2. ; netNLB.INF -- Network Load Balancing kernel-mode driver
  3. ;
  4. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  5. ;-------------------------------------------------------------------------
  6. ;;++-- AddSDisk.cmd said no CopyFiles
  7. [version]
  8. Signature = "$Windows NT$"
  9. Class     = NetService
  10. ClassGUID = {4D36E974-E325-11CE-BFC1-08002BE10318}
  11. Provider  = %Msft%
  12. DriverVer=06/21/2006,6.0.6001.18000
  13. [Manufacturer]
  14. %Msft% = Msft,NTx86...2,NTx86...3,NTia64...2,NTia64...3,NTamd64...2,NTamd64...3
  15. [Msft.NTx86...2]
  16. %NLB_Desc% = Install, MS_WLBS
  17. [Msft.NTx86...3]
  18. %NLB_Desc% = Install, MS_WLBS
  19. [Msft.NTia64...2]
  20. %NLB_Desc% = Install, MS_WLBS
  21. [Msft.NTia64...3]
  22. %NLB_Desc% = Install, MS_WLBS
  23. [Msft.NTamd64...2]
  24. %NLB_Desc% = Install, MS_WLBS
  25. [Msft.NTamd64...3]
  26. %NLB_Desc% = Install, MS_WLBS
  27. [ControlFlags]
  28. ExcludeFromSelect = MS_WLBS
  29. ;-------------------------------------------------------------------------
  30. ; Installation Section
  31. ;-------------------------------------------------------------------------
  32. [Install]
  33. AddReg           = Inst_Ndi
  34. Characteristics  = 0x40020 ; NCF_LW_FILTER | NCF_NOT_USER_REMOVABLE
  35. NetcfgInstanceId = "{bf0eaea8-c122-11d2-94f4-00c04f72d8c4}"
  36. ;-------------------------------------------------------------------------
  37. ; Ndi installation support
  38. ;-------------------------------------------------------------------------
  39. [Inst_Ndi]
  40. HKR, Ndi,            Service,          ,           "WLBS"
  41. HKR, Ndi,            CoServices,       0x00010000, "WLBS"
  42. HKR, Ndi,            ClsID,            ,           "{bf0eaea8-c122-11d2-94f4-00c04f72d8c4}"
  43. HKR, Ndi,            ComponentDll,     ,           "nlbcfg.dll"
  44. HKR, Ndi,            HelpText,         ,           "@nlbcfg.dll,-5000"
  45. HKR, Ndi,            FilterClass,      ,           loadbalance
  46. HKR, Ndi,            FilterType,       0x00010001, 0x00000002
  47. HKR, Ndi,            FilterRunType,    0x00010001, 0x00000001   ;Mandatory filter
  48. HKR, Ndi\Interfaces, UpperRange,       ,           "noupper"
  49. HKR, Ndi\Interfaces, LowerRange,       ,           "nolower"
  50. HKR, Ndi\Interfaces, FilterMediaTypes, ,           "ethernet"
  51. ;-------------------------------------------------------------------------
  52. ; Service installation support
  53. ;-------------------------------------------------------------------------
  54. [Install.Services]
  55. AddService = WLBS, , NLB_Service_Inst, NLB_EventLog_Inst
  56. [NLB_Service_Inst]
  57. DisplayName     = %NLB_Desc%
  58. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  59. StartType       = 3 ;SERVICE_DEMAND_START
  60. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  61. ServiceBinary   = %12%\NLB.sys
  62. LoadOrderGroup  = NDIS
  63. Description     = %NLB_Desc%
  64. [NLB_EventLog_Inst]
  65. AddReg = NLB_EventLog
  66. [NLB_EventLog]
  67. ; The provider GUID below is taken from the provider's definition in the 
  68. ; NLB core events manifest (these GUIDs must be identical).
  69. HKR, , providerGuid, 0x20000, "{F22AF71F-C4C3-425D-9653-B2F47B85DD30}"
  70. ;-------------------------------------------------------------------------
  71. ; Service de-installation support
  72. ;-------------------------------------------------------------------------
  73. [Install.Remove.Services]
  74. DelService = WLBS,0x200
  75. [Strings]
  76. ; localizable
  77. Msft         = "Microsoft"
  78. NLB_Desc     = "Network Load Balancing (NLB)"