home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Network / 3COM / 3c90x / Ver4.01 / 3c90x2x.exe / DAINST.EXE / 3ComDA1.inf next >
Windows Setup INFormation  |  1998-02-10  |  6KB  |  150 lines

  1. ;
  2. ; Network Transports
  3. ;
  4. ; Copyright 1996-1997, 3Com
  5.  
  6. [version]
  7. LayoutFile=layout.inf
  8. signature="$WINDOWS 95$"
  9. Class=NetTrans
  10. provider=%V_MS%
  11.  
  12. [CLassInstall]
  13. AddReg=NetTrans.AddReg
  14.  
  15. [NetTrans.AddReg]
  16. HKR,,,,%V_CLASSNAME%
  17. HKR,,Installer,,netdi.dll
  18. HKR,,Icon,,-6
  19. HKR,,NoUseClass,,1
  20.  
  21. [Manufacturer]
  22. %V_MS%=3Com
  23.  
  24. [3Com]
  25. %DAPROT.DeviceDesc%=   DAPROT.ndi, DAPROT    ;DAPROT
  26.  
  27.  
  28. ;****************************************************************************
  29. ; WedgeProtocol
  30. ;****************************************************************************
  31. [DAPROT.ndi]
  32. AddReg=DAPROT.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=DAPROT
  36. ;Specify if the device can be installed more than once
  37. ;if not specify, default is MaxInstance=1
  38. MaxInstance=8
  39. CopyFiles= DAPROT.CopyFiles, DMI.inf.CopyFiles, DMI.CopyFiles, MIF.CopyFiles
  40.  
  41. ; DMI.DelFiles, MIF.DelFiles
  42.  
  43. [DAPROT.ndi.reg]
  44. HKR,Ndi,DeviceID,,DAPROT 
  45. HKR,Ndi,MaxInstance,,8
  46.  
  47.  
  48. ; NDIS Info
  49. HKR,NDIS,LogDriverName,,DAPROT
  50. HKR,NDIS,MajorNdisVersion,1,03
  51. HKR,NDIS,MinorNdisVersion,1,0A
  52. ; Interfaces
  53. HKR,Ndi\Interfaces,DefLower,,"ndis3"
  54. HKR,Ndi\Interfaces,LowerRange,,"ndis3"
  55. ; Install sections
  56. HKR,Ndi\Install,,,"DAPROT.Install"
  57. HKR,Ndi\Remove,,,"DAPROT.Remove"
  58. HKR,Ndi,HelpText,,%DAPROT.DeviceDesc%
  59. ;Sessions Parameter
  60. HKR,Ndi\params\DoAdapterOpenOnBind,location,,"System\CurrentControlSet\Services\Vxd\DAPROT"
  61. HKLM,System\CurrentControlSet\Services\VxD\DAPROT\Ndi\params\DoAdapterOpenOnBind,ParamDesc,,%DAPROT_DO_ADAPTER_OPEN_ON_BIND%
  62. HKLM,System\CurrentControlSet\Services\VxD\DAPROT\Ndi\params\DoAdapterOpenOnBind,,,FALSE
  63. HKLM,System\CurrentControlSet\Services\VxD\DAPROT\Ndi\params\DoAdapterOpenOnBind,default,,FALSE
  64. HKLM,System\CurrentControlSet\Services\VxD\DAPROT\Ndi\params\DoAdapterOpenOnBind,type,,enum
  65. HKLM,System\CurrentControlSet\Services\VxD\DAPROT\Ndi\params\DoAdapterOpenOnBind\enum,FALSE,,%PARAM_NO%
  66. HKLM,System\CurrentControlSet\Services\VxD\DAPROT\Ndi\params\DoAdapterOpenOnBind\enum,TRUE,,%PARAM_YES%
  67.  
  68.  
  69. HKR,Ndi\params\NDIS2MACS,location,,"System\CurrentControlSet\Services\Vxd\DAPROT"
  70. HKLM,System\CurrentControlSet\Services\VxD\DAPROT\Ndi\params\NDIS2MACS,ParamDesc,,%DAPROT_NDIS2MACS%
  71. HKLM,System\CurrentControlSet\Services\VxD\DAPROT\Ndi\params\NDIS2MACS,,,FALSE
  72. HKLM,System\CurrentControlSet\Services\VxD\DAPROT\Ndi\params\NDIS2MACS,default,,FALSE
  73. HKLM,System\CurrentControlSet\Services\VxD\DAPROT\Ndi\params\NDIS2MACS,type,,enum
  74. HKLM,System\CurrentControlSet\Services\VxD\DAPROT\Ndi\params\NDIS2MACS\enum,FALSE,,%PARAM_NO%
  75. HKLM,System\CurrentControlSet\Services\VxD\DAPROT\Ndi\params\NDIS2MACS\enum,TRUE,,%PARAM_YES%
  76. HKLM,System\CurrentControlSet\Services\VxD\DAPROT\Ndi\params\NDIS2MACS,optional,,1
  77.  
  78. HKR,Ndi\params\LOWWATER,location,,"System\CurrentControlSet\Services\Vxd\DAPROT"
  79. HKLM,System\CurrentControlSet\Services\VxD\DAPROT\Ndi\params\LOWWATER,ParamDesc,,%DAPROT_LOWWATER%
  80. HKLM,System\CurrentControlSet\Services\VxD\DAPROT\Ndi\params\LOWWATER,,,5
  81. HKLM,System\CurrentControlSet\Services\VxD\DAPROT\Ndi\params\LOWWATER,default,,5
  82. HKLM,System\CurrentControlSet\Services\VxD\DAPROT\Ndi\params\LOWWATER,type,,int
  83. HKLM,System\CurrentControlSet\Services\VxD\DAPROT\Ndi\params\LOWWATER,min,,1
  84. HKLM,System\CurrentControlSet\Services\VxD\DAPROT\Ndi\params\LOWWATER,max,,100
  85. HKLM,System\CurrentControlSet\Services\VxD\DAPROT\Ndi\params\LOWWATER,optional,,1
  86.  
  87. HKR,Ndi\params\HIGHWATER,location,,"System\CurrentControlSet\Services\Vxd\DAPROT"
  88. HKLM,System\CurrentControlSet\Services\VxD\DAPROT\Ndi\params\HIGHWATER,ParamDesc,,%DAPROT_HIGHWATER%
  89. HKLM,System\CurrentControlSet\Services\VxD\DAPROT\Ndi\params\HIGHWATER,,,15
  90. HKLM,System\CurrentControlSet\Services\VxD\DAPROT\Ndi\params\HIGHWATER,default,,15
  91. HKLM,System\CurrentControlSet\Services\VxD\DAPROT\Ndi\params\HIGHWATER,type,,int
  92. HKLM,System\CurrentControlSet\Services\VxD\DAPROT\Ndi\params\HIGHWATER,min,,1
  93. HKLM,System\CurrentControlSet\Services\VxD\DAPROT\Ndi\params\HIGHWATER,max,,100
  94. HKLM,System\CurrentControlSet\Services\VxD\DAPROT\Ndi\params\HIGHWATER,optional,,1
  95.  
  96. HKR,Ndi\params\SENDDELAY,location,,"System\CurrentControlSet\Services\Vxd\DAPROT"
  97. HKLM,System\CurrentControlSet\Services\VxD\DAPROT\Ndi\params\SENDDELAY,ParamDesc,,%DAPROT_SENDDELAY%
  98. HKLM,System\CurrentControlSet\Services\VxD\DAPROT\Ndi\params\SENDDELAY,,,5
  99. HKLM,System\CurrentControlSet\Services\VxD\DAPROT\Ndi\params\SENDDELAY,default,,5
  100. HKLM,System\CurrentControlSet\Services\VxD\DAPROT\Ndi\params\SENDDELAY,type,,int
  101. HKLM,System\CurrentControlSet\Services\VxD\DAPROT\Ndi\params\SENDDELAY,min,,1
  102. HKLM,System\CurrentControlSet\Services\VxD\DAPROT\Ndi\params\SENDDELAY,max,,100
  103. HKLM,System\CurrentControlSet\Services\VxD\DAPROT\Ndi\params\SENDDELAY,optional,,1
  104.  
  105. HKLM,SOFTWARE\3Com\DynamicAccess
  106.  
  107. HKLM,"Software\3Com\dRMON SmartAgent\CurrentVersion","MajorVersion",1,01
  108. HKLM,"Software\3Com\dRMON SmartAgent\CurrentVersion","MinorVersion",1,05
  109. HKLM,"Software\3Com\dRMON SmartAgent\CurrentVersion","LastError",,"No Error"
  110. HKLM,"Software\3Com\dRMON SmartAgent\CurrentVersion","Memory",,"512000"
  111. [DAPROT.Install]
  112. AddReg= DAPROT.AddReg
  113.  
  114. ;ndis.386 will determine whether to load it or not
  115. [DAPROT.AddReg]
  116. HKR,,DevLoader,,*ndis
  117. HKR,,DeviceVxDs,,DAPROT.VXD
  118.  
  119. [DAPROT.Remove]
  120. ;DelFiles=DAPROT.DelFiles
  121. DelReg=DAPROT.Rmv.AddReg
  122.  
  123.  
  124. [DAPROT.Rmv.AddReg]
  125. ;HKLM,"Enum\Network\DAPROT"
  126. ;HKLM,"System\CurrentControlSet\Services\VxD\DAPROT"
  127.  
  128.  
  129.  
  130. ;****************************************************************************
  131. ; Localizable Strings
  132. ;****************************************************************************
  133. [strings]
  134. V_MS="3Com"
  135. V_CLASSNAME="Network Transport"
  136. ;ID1 = "3Com Dynamic Access disk"
  137. ; Devices
  138. DAPROT.DeviceDesc="3Com DynamicAccess SW 1.5 Transport"
  139.  
  140. ; Parameters
  141. DAPROT_DO_ADAPTER_OPEN_ON_BIND="DoAdapterOpenOnBind?"
  142. DAPROT_NDIS2MACS="NDIS2MACS"
  143. DAPROT_LEDSON="LEDSON"
  144. DAPROT_LOWWATER="LOWWATER"
  145. DAPROT_HIGHWATER="HIGHWATER"
  146. DAPROT_SENDDELAY="SENDDELAY"
  147.  
  148. PARAM_YES="TRUE"
  149. PARAM_NO="FALSE"
  150.