home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1614 / precopy2.cab / dilink.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-10-20  |  2.6 KB  |  86 lines

  1. ;---------------------------------------------------------------------------
  2. ; DiLink.inf
  3. ; ----------
  4. ; install the ISDN interface protocol for the Diva adapter
  5. ;
  6. ; Copyright c 1995-97 Eicon Technology Corporation
  7. ;---------------------------------------------------------------------------
  8.  
  9. ;---------------------------------------------------------------------------
  10. ; Windows 95 file version
  11. ;---------------------------------------------------------------------------
  12.  
  13. [version]
  14. LayoutFile=layout.inf, layout1.inf
  15. Signature="$Chicago$"
  16. Class=NetTrans
  17. Provider=%V_DIEHL%
  18.  
  19. ;---------------------------------------------------------------------------
  20. ; Manufacturer installation information, points to the first install section
  21. ;---------------------------------------------------------------------------
  22.  
  23. [Manufacturer]
  24. %V_DIEHL%=DIEHL
  25.  
  26. [DIEHL]
  27. %V_DiLink_DeviceDesc%= DILINK.Ndi, "DiLink"
  28.  
  29. ;---------------------------------------------------------------------------
  30. ; Primary network driver install section, defines the real working sections
  31. ;---------------------------------------------------------------------------
  32.  
  33. [DILINK.ndi]
  34. DelReg=DILINK.DelReg
  35. AddReg=DILINK.Setup
  36. DeviceID="DiLink"
  37.  
  38. [DILINK.Setup]
  39. ; How to install and remove
  40. HKR,Ndi\Install,,,  "DILINK.Install"
  41. HKR,Ndi\Remove,,,   "DILINK.Remove"
  42.  
  43. ; Basic network driver info
  44. HKR,Ndi,DeviceID,,  "DiLink"
  45. HKR,Ndi,MaxInstance,,   1
  46.  
  47. ; This is displayed when the protocol is selected
  48. HKR,Ndi,HelpText,,  %V_DiLink_Help%
  49.  
  50. ; NDIS version info
  51. HKR,NDIS,LogDriverName,,    "DiLink"
  52. HKR,NDIS,MajorNdisVersion,1,    03
  53. HKR,NDIS,MinorNdisVersion,1,    0A
  54.  
  55. ; The upper and lower interfaces of our protocol
  56. HKR,Ndi\Interfaces,DefUpper,,   "DiIsdnPI"
  57. HKR,Ndi\Interfaces,UpperRange,, "DiIsdnPI"
  58. HKR,Ndi\Interfaces,DefLower,,   "DiIsdnDI,ndis3"
  59. HKR,Ndi\Interfaces,LowerRange,, "DiIsdnDI,ndis3"
  60.  
  61. ;---------------------------------------------------------------------------
  62. ; The real install and remove sections
  63. ;---------------------------------------------------------------------------
  64.  
  65. [DILINK.Install]
  66. AddReg=DILINK.AddReg
  67.  
  68. [DILINK.Remove]
  69. DelReg=DILINK.DelReg
  70.  
  71. [DILINK.AddReg]
  72. HKR,,DriverDesc,,   %V_DiLink_DeviceDesc%
  73.  
  74. ;---------------------------------------------------------------------------
  75. ; Localizable and constant strings
  76. ;---------------------------------------------------------------------------
  77.  
  78. [Strings]
  79.  
  80. ; Localizable strings
  81. V_DIEHL=            "EICON Technology"
  82.  
  83. V_DiLink_DeviceDesc="EICON ISDN Interface Protocol"
  84.  
  85. V_DiLink_Help="ISDN interface protocol for access to arbitrary EICON adapters."
  86.