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

  1.  ■;++
  2. ;
  3. ; Copyright (c) 2004  Microsoft Corporation
  4. ;
  5. ; Module Name:
  6. ;
  7. ;     netft.inf
  8. ;
  9. ; Abstract:
  10. ;
  11. ;     This module contains the INF file for the miniport interface of the 
  12. ;     Microsoft Failover Cluster Virtual Driver.
  13. ;
  14. ;--
  15. [version]
  16. Signature   = "$Windows NT$"
  17. Class       = Net
  18. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  19. Provider    = %Msft%
  20. DriverVer=06/21/2006,6.0.6001.18000
  21. ;++
  22. ;
  23. ; The ...2 and ...3 parts indicate that we should only install on domain
  24. ; controllers (2) and servers (3), meaning that we should not install on clients
  25. ;
  26. ;--
  27. [Manufacturer]
  28. %Msft% = Msft,NTx86...2,NTx86...3,NTia64...2,NTia64...3,NTamd64...2,NTamd64...3
  29. [Msft.NTx86...2]
  30. %Netft.DeviceDesc%    = Netft.ndi, root\Netft ; Root enumerated 
  31. [Msft.NTx86...3]
  32. %Netft.DeviceDesc%    = Netft.ndi, root\Netft ; Root enumerated 
  33. [Msft.NTia64...2]
  34. %Netft.DeviceDesc%    = Netft.ndi, root\Netft ; Root enumerated 
  35. [Msft.NTia64...3]
  36. %Netft.DeviceDesc%    = Netft.ndi, root\Netft ; Root enumerated 
  37. [Msft.NTamd64...2]
  38. %Netft.DeviceDesc%    = Netft.ndi, root\Netft ; Root enumerated 
  39. [Msft.NTamd64...3]
  40. %Netft.DeviceDesc%    = Netft.ndi, root\Netft ; Root enumerated 
  41. ;++
  42. ;
  43. ; Microsoft Virtual Ethernet Adapter
  44. ;
  45. ;--
  46. [Netft.ndi]
  47. Characteristics = 0x9 ; NCF_VIRTUAL | NCF_HIDDEN
  48. AddReg          = Netft.Reg
  49. CopyFiles       = Netft.CopyFiles
  50. [Netft.ndi.Services]
  51. AddService      = Netft, 2, Netft.Service
  52. ;++
  53. ;
  54. ; Microsoft Virtual Miniport Common
  55. ;
  56. ;--
  57. [Netft.Reg]
  58. HKR,    ,                         BusNumber,           0, "0" 
  59. HKR, Ndi,                         Service,             0, "Netft"
  60. HKR, Ndi\Interfaces,              UpperRange,          0, "ndis5"
  61. HKR, Ndi\Interfaces,              LowerRange,          0, "ethernet"
  62. ;++
  63. ;
  64. ; Driver and Service Section
  65. ;
  66. ;--
  67. [Netft.CopyFiles]
  68. Netft.sys,,,2
  69. [Netft.Service]
  70. DisplayName     = %Netft.Service.DispName%
  71. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  72. StartType       = 3 ;%SERVICE_DEMAND_START%
  73. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  74. ServiceBinary   = %12%\netft.sys
  75. LoadOrderGroup  = NDIS
  76. AddReg          = TextModeFlags.Reg
  77. [TextModeFlags.Reg]
  78. HKR, , TextModeFlags,    0x00010001, 0x0001
  79. [SourceDisksNames]
  80. 1 = %DiskId1%,,,""
  81. [SourceDisksFiles]
  82. netft.sys  = 1,,
  83. ;++
  84. ;
  85. ; DestinationDirs
  86. ;
  87. ;--
  88. [DestinationDirs]
  89. Netft.CopyFiles = 12
  90. ;++
  91. ;
  92. ; Localizable Strings
  93. ;
  94. ;--
  95. [Strings]
  96. Msft                    = "Microsoft"                      
  97. Netft.DeviceDesc        = "Microsoft Failover Cluster Virtual Adapter"
  98. Netft.Service.DispName  = "Cluster Virtual Miniport Driver"
  99. DiskId1 = "Microsoft Failover Cluster Virtual Miniport Device Installation Disk #1"