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

  1. ;
  2. ; LANEM.INF
  3. ;
  4. ; ATM LAN Emulation 1.0 Client Miniport
  5. ;
  6. ; Copyright 1997, Microsoft Corporation
  7.  
  8. [version]
  9. LayoutFile=layout.inf, layout1.inf
  10. signature="$CHICAGO$"
  11. Class=NetTrans
  12. provider=%V_MS%
  13.  
  14. [DestinationDirs]
  15. DefaultDestDir = 11
  16. LANEM.CopyFiles = 11
  17.  
  18. [Manufacturer]
  19. %V_MS%=MS
  20.  
  21. [MS]
  22. %LANEM.DeviceDesc%=   LANEM.ndi, LANEM
  23.  
  24. [ControlFlags]
  25.  
  26. ;****************************************************************************
  27. ; LANEM
  28. ;****************************************************************************
  29. [LANEM.ndi]
  30. AddReg=LANEM.ndi.reg
  31. ;Unique PnP ID, entry need to be present so that setup can back track
  32. ;the device name from the driver
  33. DeviceID=AtmELAN
  34. ;Specify if the device can be installed more than once
  35. ;if not specify, default is MaxInstance=1
  36. MaxInstance=8
  37.  
  38. [LANEM.ndi.reg]
  39. HKR,Ndi,DeviceID,,AtmELAN
  40. HKR,Ndi,MaxInstance,,8
  41.  
  42. ; NDIS Info
  43. HKR,NDIS,LogDriverName,,AtmELAN
  44. HKR,NDIS,MajorNdisVersion,1,03
  45. HKR,NDIS,MinorNdisVersion,1,0A
  46.  
  47. ; Interfaces
  48. HKR,Ndi\Interfaces,DefUpper,,"ndis3"
  49. HKR,Ndi\Interfaces,DefLower,,"atmlane"
  50. HKR,Ndi\Interfaces,UpperRange,,"ndis3"
  51. HKR,Ndi\Interfaces,LowerRange,,"atmlane"
  52.  
  53. ; Install sections
  54. HKR,Ndi\Install,,,"LANEM.Install"
  55. HKR,Ndi\Remove,,,"LANEM.Remove"
  56.  
  57. ; Context Help
  58. HKR,Ndi,HelpText,,%LANEM_HELP%
  59.  
  60.  
  61. [LANEM.Install]
  62. AddReg=LANEM.AddReg
  63. CopyFiles=LANEM.CopyFiles
  64.  
  65. [LANEM.AddReg]
  66. HKR,,DevLoader,,*ndis
  67. HKR,,DeviceVxDs,,atmlane.sys
  68. HKR,,RealClass,,Net
  69.  
  70. [LANEM.CopyFiles]
  71.  
  72. [LANEM.Remove]
  73. AddReg=LANEM.Rmv.AddReg
  74.  
  75. [LANEM.Rmv.AddReg]
  76.  
  77. ;****************************************************************************
  78. ; Localizable Strings
  79. ;****************************************************************************
  80. [strings]
  81. V_MS="Microsoft"
  82. V_CLASSNAME="Network Protocol"
  83. LANEM.DeviceDesc="ATM Emulated LAN"
  84. LANEM_HELP="This creates an ATM LAN device that transport protocols like TCP/IP can operate on."
  85.  
  86.