home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / patches / NETMON.EXE / NETMON.INF < prev    next >
INI File  |  1995-04-21  |  4KB  |  131 lines

  1. ; NETMON.INF
  2. ;
  3. ; Microsoft Network Monitor Driver Install
  4. ; Provides network counters to Sysmon and frames to the Network Monitor Agent
  5. ;
  6. ; Copyright 1993-1994, Microsoft Corporation
  7.  
  8. [version]
  9. LayoutFile=layout.inf
  10. signature="$CHICAGO$"
  11. Class=NetTrans
  12. provider=%V_MS%
  13.  
  14.  
  15. [Manufacturer]
  16. %V_MS%=MS
  17.  
  18. [MS]
  19. %NETMON.DeviceDesc%=   NETMON.ndi, NETMON    ;Network Monitor
  20.  
  21.  
  22. ;****************************************************************************
  23. ; Network Monitor
  24. ;****************************************************************************
  25. [NETMON.ndi]
  26. AddReg=NETMON.ndi.reg
  27. DeviceID=NETMON
  28. ;Specify if the device can be installed more than once
  29. ;if not specify, default is MaxInstance=1
  30. MaxInstance=4
  31. ;CopyFiles=NETMON.CopyFiles.SECOND,NETMON.CopyFiles.FIRST
  32. CopyFiles=NETMON.CopyFiles.SECOND
  33.  
  34. [NETMON.ndi.reg]
  35. HKR,Ndi,DeviceID,,NETMON
  36. HKR,Ndi,MaxInstance,,4
  37. HKR,Ndi,NdiInstaller,,"nm95setp.dll,NetmonNdiProc"
  38. ; NDIS Info
  39. HKR,NDIS,LogDriverName,,NETMON
  40. HKR,NDIS,MajorNdisVersion,1,03
  41. HKR,NDIS,MinorNdisVersion,1,0A
  42. HKR,Ndi\Interfaces,DefLower,,"ndis3"
  43. HKR,Ndi\Interfaces,LowerRange,,"ndis3"
  44. HKR,Ndi\Interfaces,DefUpper,,"nmagent"
  45. HKR,Ndi\Interfaces,UpperRange,,"nmagent"
  46.  
  47.  
  48. ; Install sections
  49. HKR,Ndi\Install,,,"NETMON.Install"
  50. HKR,Ndi\Remove,,,"NETMON.Remove"
  51.  
  52. ;Sessions Parameter (global)
  53. HKR,Ndi\params\UserName,location,,"System\CurrentControlSet\Services\Vxd\NetMon"
  54. HKLM,System\CurrentControlSet\Services\VxD\NetMon\Ndi\params\UserName,default,,%VarNewUser%
  55. HKLM,System\CurrentControlSet\Services\VxD\Netmon\Ndi\params\UserName,ParamDesc,,%VarUserName%
  56.  
  57.  
  58. HKR,Ndi,HelpText,,%NETMON_HELP%
  59.  
  60. [NETMON.Install]
  61. AddReg=NETMON.AddReg
  62. CopyFiles=NETMON.CopyFiles,NETMON.CopyFiles.FIRST
  63.  
  64. [NETMON.AddReg]
  65. HKR,,DevLoader,,*ndis
  66. HKR,,DeviceVxDs,,NETMON.386
  67. HKLM,"SYSTEM\CurrentControlSet\Services\VxD\NETMON",DynamicVxD,,"NETMON.386"
  68. HKLM,"SYSTEM\CurrentControlSet\Services\VxD\NETMON",StaticVxD,,"nmsupp4.386"
  69. HKLM,"SYSTEM\CurrentControlSet\Services\VxD\NETMON",Start,1,00
  70. HKLM,"SYSTEM\CurrentControlSet\Services\VxD\NETMON",NAL,,"NDIS30 RNAL"
  71. HKLM,"SYSTEM\CurrentControlSet\Services\VxD\NETMON",TimeScaleFactor,,"1"
  72.  
  73. [NETMON.CopyFiles]
  74. nmsupp4.386
  75. NETMON.386
  76. ndis30.dll
  77. nal.dll
  78. nmthunk.dll
  79.  
  80. [NETMON.CopyFiles.FIRST]
  81. netmon.inf
  82.  
  83. [NETMON.CopyFiles.SECOND]
  84. nm95setp.dll
  85. bhsupp.dll
  86.  
  87. [NETMON.Remove]
  88. DelReg=NETMON.Rmv.DelReg
  89. [NETMON.Rmv.DelReg]
  90. HKLM,"SYSTEM\CurrentControlSet\Services\VxD\NETMON"
  91.  
  92.  
  93.  
  94.  
  95.  
  96. ;****************************************************************************
  97. ; Destination Directories
  98. ;****************************************************************************
  99. [DestinationDirs]
  100. NETMON.CopyFiles            = 11 ; LDID_SYS
  101. NETMON.CopyFiles.FIRST      = 17; LDID_INF
  102. NETMON.CopyFiles.SECOND     = 11; LDID_SYS
  103.  
  104.  
  105. ;****************************************************************************
  106. ; Localizable Strings
  107. ;****************************************************************************
  108. [strings]
  109. V_MS="Microsoft"
  110. V_CLASSNAME="Network Transport"
  111. VarNewUser="New User"
  112. VarUserName="User Name"
  113.  
  114. ; Source Disks
  115.  
  116. ; Devices
  117. NETMON.DeviceDesc="Microsoft Network Monitor Driver"
  118.  
  119. ; Parameters
  120. PARAM_YES="Yes"
  121. PARAM_NO="No"
  122.  
  123. NETMON_HELP="Microsoft Network Monitor Driver provides counters to Sysmon on network performance or works with the Network Monitor Agent to provide remote packet capture ability to Microsoft SMS."
  124.  
  125. [Sourcedisksfiles]
  126. nm95setp.dll=51
  127. bhsupp.dll=51
  128.  
  129. [SourceDisksNames]
  130. 51="NetMon Install Disk",,0
  131.