home *** CD-ROM | disk | FTP | other *** search
/ Popular Software (Premium Edition) / mycd.iso / WIN98 / PRECOPY2.CAB / netgen.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1998-06-19  |  4.1 KB  |  140 lines

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