home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 December / WIN95_DEC_1996_4.ISO / patches / SNMPZP.EXE / SNMP.INF < prev    next >
INI File  |  1995-07-11  |  3KB  |  96 lines

  1. ; SNMP.INF
  2. ;
  3. ; Simple Network Management Protocol
  4. ;
  5. ; Copyright 1993-1994, Microsoft Corporation
  6.  
  7. [version]
  8. signature="$CHICAGO$"
  9. Class=NetService
  10. provider=%V_MS%
  11.  
  12. [Manufacturer]
  13. %V_MS%=MS
  14.  
  15. [MS]
  16. %SNMP.DeviceDesc%=SNMP.ndi, SNMP; SNMP agent
  17.  
  18. ;*********************************************
  19. ;    SNMP Agent
  20. ;*********************************************
  21. [SNMP.ndi]
  22. AddReg=SNMP.ndi.reg
  23. ;Unique PnP ID, entry need to be present so that setup can back track 
  24. ;the device name from the driver 
  25. DeviceID=SNMP
  26. CopyFiles=SNMP.copy.inf
  27.  
  28. [SNMP.ndi.reg]
  29. HKR,Ndi,DeviceID,,SNMP
  30. ; Interfaces
  31. HKR,Ndi\Interfaces,DefLower,,"winsock"
  32. HKR,Ndi\Interfaces,LowerRange,,"winsock"
  33. HKR,Ndi\Compatibility,RequireAny,,"NWLINK,MSTCP"
  34. ; Install-Remove Section
  35. HKR,Ndi\Install,,,"SNMP.Install"
  36. HKR,Ndi\Remove,,,"SNMP.Remove"
  37. ; Context help
  38. HKR,Ndi,HelpText,,%SNMP_HELP%
  39.  
  40. [SNMP.copy.inf]
  41. snmp.inf
  42.  
  43. [SNMP.Install]
  44. AddReg=SNMP.Add.reg
  45. CopyFiles=SNMP.Add.files
  46. [SNMP.Add.reg]
  47. HKLM,"SYSTEM\CurrentControlSet\Services\SNMP\Parameters\EnableAuthenticationTraps",switch,1,01,00,00,00
  48. HKLM,"SYSTEM\CurrentControlSet\Services\SNMP\Parameters\ExtensionAgents",1,,"SOFTWARE\Microsoft\RFC1156Agent\CurrentVersion"
  49. HKLM,"SYSTEM\CurrentControlSet\Services\SNMP\Parameters\PermittedManagers",,4
  50. HKLM,"SYSTEM\CurrentControlSet\Services\SNMP\Parameters\TrapConfiguration",,4
  51. HKLM,"SYSTEM\CurrentControlSet\Services\SNMP\Parameters\RFC1156Agent",sysContact,,"Default"
  52. HKLM,"SYSTEM\CurrentControlSet\Services\SNMP\Parameters\RFC1156Agent",sysLocation,,"Default"
  53. HKLM,"SYSTEM\CurrentControlSet\Services\SNMP\Parameters\RFC1156Agent",sysServices,1,4c,00,00,00
  54. HKLM,"SYSTEM\CurrentControlSet\Services\SNMP\Parameters\ValidCommunities",1,,"public"
  55. HKLM,"Software\Microsoft\RFC1156Agent\CurrentVersion",Pathname,,"inetmib1.dll"
  56. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunServices","SNMP agent",,"SNMP.EXE"
  57.  
  58. [SNMP.Add.files]
  59. snmp.exe
  60.  
  61. [SNMP.Remove]
  62. DelReg=SNMP.Remove.reg
  63. [SNMP.Remove.reg]
  64. HKLM,"SYSTEM\CurrentControlSet\Services\SNMP"
  65. HKLM,"Software\Microsoft\RFC1156Agent\CurrentVersion"
  66. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunServices","SNMP agent"
  67.  
  68. [SourceDisksNames]
  69. 78=%DSK%, "", 0001
  70.  
  71. [SourceDisksFiles]
  72. snmp.exe   =78,,36000
  73. snmp.inf   =78,,1024
  74.  
  75. ;****************************************************************************
  76. ; Destination directories
  77. ;****************************************************************************
  78. [DestinationDirs]
  79. SNMP.Add.files          = 25    ;LDID_SHARED
  80. SNMP.copy.inf           = 17    ;LDID_INF
  81.  
  82. ;****************************************************************************
  83. ; Localizable Strings
  84. ;****************************************************************************
  85. [strings]
  86. V_MS="Microsoft"
  87.  
  88. ; Devices
  89. SNMP.DeviceDesc="Microsoft SNMP agent"
  90.  
  91. ; Context help
  92. SNMP_HELP="The SNMP agent provides administrators with configuration information about this computer."
  93.  
  94. DSK="Windows 95 resource kit"
  95.  
  96.