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

  1.  ■;-------------------------------------------------------------------------------
  2. ; NETRNDIS.INF
  3. ;
  4. ; Generic RNDIS USB Adapter INF file
  5. ;
  6. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  7. ;;++ Added by AddSDisk.cmd
  8. [SourceDisksNames]
  9. 3426=windows cd
  10. [SourceDisksFiles]
  11. rndismpx.sys         = 3426
  12. usb8023x.sys         = 3426
  13. ;;--
  14. [version]
  15. Signature   = "$Windows NT$"
  16. Class       = Net
  17. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  18. Provider    = %Msft%
  19. DriverVer=06/21/2006,6.0.6001.18000
  20. ;; Commented by AddSDisk.cmd
  21. ;; Layoutfile  = Layout.inf
  22. [ControlFlags]
  23. ExcludeFromSelect=*
  24. [Manufacturer]
  25. %Msft% = Msft,NTx86,NTia64,NTamd64
  26. [DestinationDirs]
  27. DefaultDestDir=12                               
  28. rndisxCopyFiles=12
  29. ;-------------------------------------------------------------------------------
  30. ; This is a template INF. IHV INFs are expected to reference this INF.
  31. [Msft.NTx86]
  32.  ; DisplayName           Section        DeviceID
  33.  ; -----------           -------        --------
  34. %usb_rndis.DeviceDesc%    = usb_rndis.ndi, ms_rndisusb
  35. [Msft.NTia64]
  36.  ; DisplayName           Section        DeviceID
  37.  ; -----------           -------        --------
  38. %usb_rndis.DeviceDesc%    = usb_rndis.ndi, ms_rndisusb
  39. [Msft.NTamd64]
  40.  ; DisplayName           Section        DeviceID
  41.  ; -----------           -------        --------
  42. %usb_rndis.DeviceDesc%    = usb_rndis.ndi, ms_rndisusb
  43. ;-------------------------------------------------------------------------------
  44. ; USB RNDIS Adapter DDInstall and Services section
  45. ;
  46. [usb_rndis.ndi]
  47. Characteristics = 0x84
  48. AddReg          = usb_rndis.Reg, usb_rndis_AddReg_Common
  49. CopyFiles       = rndisxCopyFiles
  50. [rndisxCopyFiles]
  51. rndismpx.sys,,,0x0100   
  52. usb8023x.sys,,,0x0100   
  53. [usb_rndis.ndi.Services]
  54. AddService      = usb_rndisx, 2, usb_rndis.Service, usb_rndis.EventLog
  55. ;-----------------------------------------------------------------------------
  56. ; USB RNDIS Adapter Registry section
  57. ; Use FLG_ADDREG_NOCLOBBER (0x00000002) for UpperRange and LowerRange
  58. ; This will allow primary INFs to override these entries
  59. ;
  60. [usb_rndis.Reg]
  61. HKR,    ,                         BusNumber,           0, "0" 
  62. HKR, Ndi,                         Service,             0, "usb_rndisx"
  63. HKR, Ndi\Interfaces,              UpperRange,          0x00000002, "ndis5"
  64. HKR, Ndi\Interfaces,              LowerRange,          0x00000002, "ethernet"
  65. [usb_rndis_AddReg_Common]
  66. HKR, NDI\params\NetworkAddress, ParamDesc,  0, %NetworkAddress%
  67. HKR, NDI\params\NetworkAddress, type,       0, "edit"
  68. HKR, NDI\params\NetworkAddress, LimitText,  0, "12"
  69. HKR, NDI\params\NetworkAddress, UpperCase,  0, "1"
  70. HKR, NDI\params\NetworkAddress, default,    0, " "
  71. HKR, NDI\params\NetworkAddress, optional,   0, "1"
  72. ;-----------------------------------------------------------------------------
  73. ; Driver and Service Section
  74. ;
  75. [usb_rndis.Service]
  76. DisplayName     = %usb_rndis.Service.DispName%
  77. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  78. StartType       = 3 ;%SERVICE_DEMAND_START%
  79. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  80. ServiceBinary   = %12%\usb8023x.sys
  81. LoadOrderGroup  = NDIS
  82. [usb_rndis.EventLog]
  83. AddReg = usb_rndis.AddEventLog.Reg
  84. [usb_rndis.AddEventLog.Reg]
  85. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  86. HKR, , TypesSupported,   0x00010001, 7
  87. ;-----------------------------------------------------------------------------
  88. ; Localizable Strings
  89. ;
  90. [Strings]
  91. Msft                          = "Microsoft"                      
  92. usb_rndis.DeviceDesc          = "USB RNDIS Adapter"
  93. usb_rndis.Service.DispName    = "USB RNDIS Adapter"
  94. NetworkAddress                = "Network Address"
  95.