home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1614 / precopy3.cab / lanep.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-10-16  |  2.4 KB  |  100 lines

  1. ;
  2. ; LANEP.INF
  3. ;
  4. ; ATM LAN Emulation 1.0 Client Transport
  5. ;
  6. ; Copyright 1997, Microsoft Corporation
  7.  
  8. [version]
  9. CatalogFile=lanep.cat
  10. LayoutFile=layout.inf, layout1.inf
  11. signature="$CHICAGO$"
  12. Class=NetTrans
  13. provider=%V_MS%
  14.  
  15. [DestinationDirs]
  16. DefaultDestDir = 11
  17. LANEP.CopyFiles = 11
  18.  
  19. [Manufacturer]
  20. %V_MS%=MS
  21.  
  22. [MS]
  23. %LANEP.DeviceDesc%=   LANEP.ndi, LANEP
  24.  
  25. [ControlFlags]
  26.  
  27. ;****************************************************************************
  28. ; LANEP
  29. ;****************************************************************************
  30. [LANEP.ndi]
  31. AddReg=LANEP.ndi.reg
  32. ;Unique PnP ID, entry need to be present so that setup can back track
  33. ;the device name from the driver
  34. DeviceID=AtmLane
  35. ;Specify if the device can be installed more than once
  36. ;if not specify, default is MaxInstance=1
  37. MaxInstance=4
  38.  
  39. [LANEP.ndi.reg]
  40. HKR,Ndi,DeviceID,,AtmLane
  41. HKR,Ndi,MaxInstance,,8
  42.  
  43. ; NDIS Info
  44. HKR,NDIS,LogDriverName,,AtmLane
  45. HKR,NDIS,MiniportLogDriverName,,AtmELAN
  46. HKR,NDIS,MajorNdisVersion,1,03
  47. HKR,NDIS,MinorNdisVersion,1,0A
  48.  
  49. ; Interfaces
  50. HKR,Ndi\Interfaces,DefUpper,,"atmlane"
  51. HKR,Ndi\Interfaces,DefLower,,"ndisatm"
  52. HKR,Ndi\Interfaces,UpperRange,,"atmlane"
  53. HKR,Ndi\Interfaces,LowerRange,,"ndisatm"
  54.  
  55. ; Install sections
  56. HKR,Ndi\Install,,,"LANEP.Install"
  57. HKR,Ndi\Remove,,,"LANEP.Remove"
  58.  
  59. ; Context Help
  60. HKR,Ndi,HelpText,,%LANEP_HELP%
  61.  
  62.  
  63. [LANEP.Install]
  64. AddReg=LANEP.AddReg
  65. CopyFiles=LANEP.CopyFiles
  66.  
  67. [LANEP.AddReg]
  68. HKR,,DevLoader,,*ndis
  69. HKR,,DeviceVxDs,,atmlane.sys
  70. HKR,,IntermediateProtocol,,1
  71. HKLM,Enum\Root\Net\Ndis,Class,,"Ndis"
  72. HKLM,Enum\Root\Net\Ndis,ConfigFlags,1,10,00,00,00
  73. HKLM,Enum\Root\Net\Ndis,Driver,,"Ndis"
  74. HKLM,System\CurrentControlSet\Services\Class\Ndis,DevLoader,,"*ndis"
  75.  
  76. ; Parameters
  77. HKR,Ndi\params\ElanName,ParamDesc,,"ELAN Name"
  78. HKR,Ndi\params\ElanName,type,,edit
  79. HKR,Ndi\params\ElanName,default,,""
  80. HKR,Ndi\params\ElanName,LimitText,,32
  81. HKR,Ndi\params\ElanName,optional,,1
  82.  
  83. [LANEP.CopyFiles]
  84. atmlane.sys
  85.  
  86. [LANEP.Remove]
  87. AddReg=LANEP.Rmv.AddReg
  88.  
  89. [LANEP.Rmv.AddReg]
  90.  
  91. ;****************************************************************************
  92. ; Localizable Strings
  93. ;****************************************************************************
  94. [strings]
  95. V_MS="Microsoft"
  96. V_CLASSNAME="Network Protocol"
  97. LANEP.DeviceDesc="ATM LAN Emulation Client"
  98. LANEP_HELP="This implements the protocol to emulate a LAN device over an ATM connection."
  99.  
  100.