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

  1. ;
  2. ; ATMUNI.INF
  3. ;
  4. ; Network Transports
  5. ;
  6. ; Copyright 1993-1997, Microsoft Corporation
  7.  
  8. [version]
  9. CatalogFile=atmuni.cat
  10. LayoutFile=layout.inf, layout1.inf
  11. signature="$CHICAGO$"
  12. Class=NetTrans
  13. provider=%V_MS%
  14.  
  15. [DestinationDirs]
  16. DefaultDestDir = 11
  17. ATMUNI.CopyFiles.sys = 11
  18. ATMUNI.CopyFiles.exe = 25
  19.  
  20. [Manufacturer]
  21. %V_MS%=MS
  22.  
  23. [MS]
  24. %ATMUNI.DeviceDesc%=   ATMUNI.ndi, ATMUNI
  25.  
  26. [ControlFlags]
  27.  
  28. ;****************************************************************************
  29. ; ATMUNI
  30. ;***************************************************************************
  31. [ATMUNI.ndi]
  32. AddReg=ATMUNI.ndi.reg
  33. ;Unique PnP ID, entry need to be present so that setup can back track
  34. ;the device name from the driver
  35. DeviceID=ATMUNI
  36. ;Specify if the device can be installed more than once
  37. ;if not specify, default is MaxInstance=1
  38. MaxInstance=4
  39.  
  40. [ATMUNI.ndi.reg]
  41. HKR,Ndi,DeviceID,,ATMUNI
  42. HKR,Ndi,MaxInstance,,8
  43.  
  44. ; NDIS Info
  45. HKR,NDIS,LogDriverName,,ATMUNI
  46. HKR,NDIS,MajorNdisVersion,1,03
  47. HKR,NDIS,MinorNdisVersion,1,0A
  48.  
  49. ; Interfaces
  50. HKR,Ndi\Interfaces,DefUpper,,"Nothing"
  51. HKR,Ndi\Interfaces,DefLower,,"ndisatm"
  52. HKR,Ndi\Interfaces,UpperRange,,"Nothing"
  53. HKR,Ndi\Interfaces,LowerRange,,"ndisatm"
  54.  
  55. ; Install sections
  56. HKR,Ndi\Install,,,"ATMUNI.Install"
  57. HKR,Ndi\Remove,,,"ATMUNI.Remove"
  58.  
  59. ; Context Help
  60. HKR,Ndi,HelpText,,%ATMUNI_HELP%
  61.  
  62.  
  63. [ATMUNI.Install]
  64. AddReg=ATMUNI.AddReg
  65. CopyFiles=ATMUNI.CopyFiles.sys, ATMUNI.CopyFiles.exe
  66.  
  67. [ATMUNI.AddReg]
  68. HKR,,DevLoader,,*ndis
  69. HKR,,DeviceVxDs,,ATMUNI.sys
  70.  
  71. [ATMUNI.CopyFiles.sys]
  72. ATMUNI.sys
  73.  
  74. [ATMUNI.CopyFiles.exe]
  75. ATMADM.exe
  76.  
  77. [ATMUNI.Remove]
  78. AddReg=ATMUNI.Rmv.AddReg
  79.  
  80. [ATMUNI.Rmv.AddReg]
  81.  
  82. ;****************************************************************************
  83. ; Localizable Strings
  84. ;****************************************************************************
  85. [strings]
  86. V_MS="Microsoft"
  87. V_CLASSNAME="Network Protocol"
  88. ATMUNI.DeviceDesc="ATM Call Manager"
  89. ATMUNI_HELP="The ATM Call Manager implements the ATM User Network Interface signalling protocol for communicating with an ATM switch via an NDIS 5 miniport."
  90.  
  91.