home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1614 / precopy2.cab / netgen.inf < prev    next >
Encoding:
INI File  |  1997-10-21  |  4.0 KB  |  138 lines

  1.  
  2. ; NETGEN.INX
  3. ;
  4. ; Generic drivers
  5. ;
  6. ; Copyright 1994-1995, Microsoft Corporation
  7.  
  8. [version]
  9. LayoutFile= Layout.inf, Layout1.inf, Layout2.inf
  10. signature="$CHICAGO$"
  11. Class=Net
  12. ClassGUID={4d36e972-e325-11ce-bfc1-08002be10318}
  13. provider=%V_MS%
  14.  
  15. [Manufacturer]
  16. %V_GENERIC%=GENERIC
  17. %V_NOVELL%=NOVELL
  18.  
  19. [GENERIC]
  20. %*PNP8ffd.DeviceDesc%=  *PNP8ffd.ndi,   *PNP8ffd   ; Generic ODI driver
  21. %*PNP8fff.DeviceDesc%=*PNP8fff.ndi, *PNP8fff ; Generic NDIS2 driver
  22.  
  23. [NOVELL]
  24. %*PNP8ffe.DeviceDesc%=  *PNP8ffe.ndi,   *PNP8ffe; Novell's IPX MONO driver
  25.  
  26. ;****************************************************************************
  27. ; Ipx Mono
  28. ;****************************************************************************
  29. [*PNP8ffe.ndi]
  30. AddReg=*PNP8ffe.ndi.reg
  31. DeviceID=*PNP8ffe
  32.  
  33. [*PNP8ffe.ndi.reg]
  34. HKR,Ndi,DeviceID,,"*PNP8ffe"
  35. HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
  36. ; NDIS Info
  37. HKR,NDIS,MajorNdisVersion,1,03
  38. HKR,NDIS,MinorNdisVersion,1,0A
  39. ; Interfaces
  40. HKR,Ndi\Interfaces,DefUpper,,"nwipxodi"
  41. HKR,Ndi\Interfaces,DefLower,,"ethernet"
  42. HKR,Ndi\Interfaces,UpperRange,,"nwipxodi"
  43. HKR,Ndi\Interfaces,LowerRange,,"ethernet"
  44. ; compatibilities
  45. HKR,Ndi\Compatibility,ExcludeAll,,"IPXODI"
  46. ; Install sections
  47. HKR,Ndi\Install,,,"*PNP8ffe.Install"
  48. HKR,Ndi\Install,,,"*PNP8ffe.Remove"
  49.  
  50. [*PNP8ffe.Install]
  51. DelReg=*PNP8ffe.Rmv.AddReg ;clean up nwsup
  52.  
  53. [*PNP8ffe.Remove]
  54. DelReg=*PNP8ffe.Rmv.AddReg
  55. [*PNP8ffe.Rmv.AddReg]
  56. ; remove nwsup.vxd
  57. HKLM,SYSTEM\CurrentControlSet\Services\VxD\NWSUP,StaticVxD
  58.  
  59.  
  60. ;****************************************************************************
  61. ; Generic Ndis2
  62. ;****************************************************************************
  63. [*PNP8fff.ndi]
  64. AddReg=*PNP8fff.ndi.reg, Ndis2.ndi.reg
  65. DeviceID=*PNP8fff
  66.  
  67. [*PNP8fff.ndi.reg]
  68. HKR,Ndi,DeviceID,,"*PNP8fff"
  69.  
  70. ;****************************************************************************
  71. ; Ndis2 base section
  72. ;****************************************************************************
  73. [Ndis2.ndi.reg]
  74. HKR,,DevLoader,,*ndis
  75. HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
  76. ; NDIS Info
  77. HKR,NDIS,MajorNdisVersion,1,03
  78. HKR,NDIS,MinorNdisVersion,1,0A
  79. ;HKR,NDIS\NDIS2,DriverName,,""
  80. ; Interfaces
  81. HKR,Ndi\Interfaces,DefUpper,,"Ndis2"
  82. HKR,Ndi\Interfaces,DefLower,,"ethernet"
  83. HKR,Ndi\Interfaces,UpperRange,,"Ndis2"
  84. HKR,Ndi\Interfaces,LowerRange,,"ethernet"
  85.  
  86.  
  87. ;****************************************************************************
  88. ; Generic Odi
  89. ;****************************************************************************
  90. [*PNP8ffd.ndi]
  91. AddReg=*PNP8ffd.ndi.reg, Odi.ndi.reg
  92. DeviceID=*PNP8ffd
  93.  
  94. [*PNP8ffd.ndi.reg]
  95. HKR,Ndi,DeviceID,,"*PNP8ffd"
  96.  
  97. ;****************************************************************************
  98. ; Odi base section
  99. ;****************************************************************************
  100. [Odi.ndi.reg]
  101. HKR,,DevLoader,,*ndis
  102. HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
  103. ; NDIS Info
  104. HKR,NDIS,LogDriverName,,"*PNP8ffd"
  105. HKR,NDIS,MajorNdisVersion,1,03
  106. HKR,NDIS,MinorNdisVersion,1,0A
  107. ; Interfaces
  108. HKR,Ndi\Interfaces,DefUpper,,"odi"
  109. HKR,Ndi\Interfaces,DefLower,,"ethernet"
  110. HKR,Ndi\Interfaces,UpperRange,,"odi"
  111. HKR,Ndi\Interfaces,LowerRange,,"ethernet"
  112.  
  113. ;****************************************************************************
  114. ; Destination Directories
  115. ;****************************************************************************
  116. [DestinationDirs]
  117. DefaultDestDir              = 11 ; LDID_SYS
  118.  
  119. ;****************************************************************************
  120. ; Source Directories
  121. ;****************************************************************************
  122.  
  123. ;****************************************************************************
  124. ; Localizable Strings
  125. ;****************************************************************************
  126. [strings]
  127. ; Provider
  128. V_MS="Microsoft"
  129. V_NOVELL="Novell"
  130.  
  131. ; Manufacturers
  132. V_GENERIC="(detected net drivers)"
  133.  
  134. ; PNP Devices
  135. *PNP8ffd.DeviceDesc="Existing ODI Driver"
  136. *PNP8fff.DeviceDesc="Existing Ndis2 Driver"
  137. *PNP8ffe.DeviceDesc="Novell IPX Monolithic Driver"
  138.