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

  1. ;
  2. ; Diamond Multimedia INF for WAN Miniport Drivers
  3. ;
  4. ; Copyright (c) 1995 Microsoft Corporation
  5.  
  6. [version]
  7. LayoutFile  = Layout.inf, layout1.inf
  8. signature   =  "$CHICAGO$"
  9. Class       =  Net
  10. provider    =  %DMM%
  11.  
  12. [Manufacturer]
  13. %DMM% =  NetCmdrWandis
  14.  
  15. [NetCmdrWandis]
  16. %NetCmdrWandisDesc%  =  NetCmdrWandis.Install, NetCmdrWandisID
  17.  
  18.  
  19. ;****************************************************************************
  20. ; Adapter Main Install Section
  21. ;****************************************************************************
  22. [NetCmdrWandis.Install]
  23. AddReg=NetCmdr.AddReg.ndi, NetCmdr.AddReg.GenResources, NetCmdr.AddReg.GenParams, NetCmdr.AddReg.DevID
  24. LogConfig=NetCmdr.LogConfig
  25.  
  26. [NetCmdr.AddReg.DevID]
  27. HKR,Ndi,DeviceID,,"NetCmdrWandisID"        ; our made-up or pnp id
  28.  
  29. [NetCmdr.LogConfig]
  30.  
  31. ;****************************************************************************
  32. ; Base Section
  33. ;****************************************************************************
  34. [NetCmdr.AddReg.ndi]
  35. ;* key,subkey,valuname,type,value
  36. HKR,,DevLoader,,*ndis
  37. HKR,,DeviceVxDs,,ncwandis.sys
  38. HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
  39.  
  40. ;* NDIS Info
  41. HKR,NDIS,LogDriverName,,"NETCMDR"
  42. HKR,NDIS,MajorNdisVersion,HEX,03
  43. HKR,NDIS,MinorNdisVersion,HEX,0A
  44.  
  45. ;* Interfaces
  46. HKR,Ndi\Interfaces,DefUpper,,"ndiswan"
  47. ;HKR,Ndi\Interfaces,DefLower,,"netcmdr"
  48. HKR,Ndi\Interfaces,DefLower,,"isdn"
  49. HKR,Ndi\Interfaces,UpperRange,,"ndiswan"
  50. ;HKR,Ndi\Interfaces,LowerRange,,"netcmdr"
  51. HKR,Ndi\Interfaces,LowerRange,,"isdn"
  52.  
  53. ;* Required Components
  54. HKR,Ndi,InstallInf,,"NDISWAN.INF"
  55. HKR,Ndi\Compatibility,RequireAll,,"NDISWAN"
  56.  
  57. ;* Install sections
  58. HKR,Ndi\Install,ndiswan,,"NetCmdr.ndiswan"
  59.  
  60. ;* Add ISDN Class to RNA
  61. HKLM,SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\Class\isdn\PPPMAC,,,
  62.  
  63. ;****************************************************************************
  64. ; TAPI ISDN Configuration
  65. ;****************************************************************************
  66. HKR,,NumberOfLines,,1
  67. HKR,TAPI,Properties,1,00,00,00,00
  68. HKR,TAPI,DeviceCaps,1,14,00,00,00, 02,00,00,00, 00,00,00,00, 01,00,00,00, 01,00,00,00
  69. HKR,TAPI\Line0,Properties,1,00,00,00,00
  70. HKR,TAPI\Line0,LineCaps,1,1c,00,00,00, 00,00,00,00, 03,00,00,00, 0F,00,00,00, 07,00,00,00, 02,00,00,00, 02,00,00,00
  71. HKR,TAPI\Line0,SwitchType,1,00,00,00,00
  72. HKR,TAPI\Line0\Channel0,Properties,1,00,00,00,00
  73. HKR,TAPI\Line0\Channel0,ChannelCaps,1,04,00,00,00
  74. HKR,TAPI\Line0\Channel0,SPID,,""
  75. HKR,TAPI\Line0\Channel0,Phone,,""
  76. HKR,TAPI\Line0\Channel1,Properties,1,00,00,00,00
  77. HKR,TAPI\Line0\Channel1,ChannelCaps,1,04,00,00,00
  78. HKR,TAPI\Line0\Channel1,SPID,,""
  79. HKR,TAPI\Line0\Channel1,Phone,,""
  80.  
  81. ;****************************************************************************
  82. ; General Resources
  83. ;****************************************************************************
  84. [NetCmdr.AddReg.GenResources]
  85.  
  86. ;****************************************************************************
  87. ; General Params
  88. ;****************************************************************************
  89. [NetCmdr.AddReg.GenParams]
  90.  
  91. ;****************************************************************************
  92. ; CopyFiles/Install Section
  93. ;****************************************************************************
  94.  
  95. [NetCmdr.ndiswan]
  96. ;* Install section for NDISWAN upper edge (only for WAN miniports)
  97. CopyFiles=NetCmdr.ndiswan.CopyFiles
  98.  
  99. [NetCmdr.ndiswan.CopyFiles]
  100. ncwandis.sys          ; The name of the driver
  101. ncvector.vxd
  102.  
  103.  
  104. ;****************************************************************************
  105. ; Destination Directories
  106. ;****************************************************************************
  107. [DestinationDirs]
  108. DefaultDestDir             =  11    ; System Directory
  109. NetCmdr.ndiswan.CopyFiles  =  11    ; System Directory
  110. NetCmdr.CopyFile.inf       =  17    ; Inf Directory
  111.  
  112. [ControlFlags]
  113. ExcludeFromSelect   =   NetCmdrWandisID
  114.  
  115. ;****************************************************************************
  116. ; Localizable Strings
  117. ;****************************************************************************
  118. [strings]
  119. ; Manufacture/Provider
  120. DMM="Diamond Multimedia"
  121.  
  122. ; Device Descriptions 
  123. NetCmdrWandisDesc="NetCommander ISDN (WANDIS Adapter)"
  124.  
  125.