home *** CD-ROM | disk | FTP | other *** search
/ ftp.networkinstruments.com / 2015-02-04.ftp.networkinstruments.com.tar / ftp.networkinstruments.com / pub / demos / ObserverSetup.exe / NetObs2000-RMON.inf < prev    next >
Windows Setup INFormation  |  2011-10-10  |  3KB  |  127 lines

  1. ; Observ2000.inf
  2. ;
  3. ; Installation inf for the  adapter.
  4. ;
  5. ; (c) Copyright 1999-2003 Network Instruments, LLC 
  6. ;
  7.  
  8. [Version]
  9. Signature="$Windows NT$"
  10. Provider=%NetInst%
  11. Class=NetTrans
  12. ClassGUID={4D36E975-E325-11CE-BFC1-08002BE10318}
  13. DriverVer=10/10/2011
  14. LayoutFile  = layout.inf
  15.  
  16.  
  17. [DestinationDirs]
  18. DefaultDestDir   = 12
  19.  
  20. ;
  21. ; Driver information
  22. ;
  23.  
  24. [Manufacturer]
  25. %NetInst%   = NetInst.Mfg
  26.  
  27. [NetInst]
  28. %VMONIR.SvcDesc% = Inst_Ndi_VMONI
  29.  
  30. [NetInst.Mfg]
  31. %NetInst.DeviceDesc0% = VMONIR, NI_VMONIR
  32.  
  33.  
  34. ;
  35. ; General installation section
  36. ;
  37.  
  38. [VMONIR]
  39. Characteristics=0x1000      ; NCF_HAS_UI | NCF_DONTEXPOSELOWER
  40. AddReg=Inst_Ndi_VMONI         ; Specify the [N]etwork [d]evice [i]nstaller
  41. CopyFiles               = Copy_VMONIR_Files
  42.  
  43. ;-------------------------------------------------------------------------
  44. ; Specify the Network Device Installer
  45. ;-------------------------------------------------------------------------
  46. [Inst_Ndi_VMONI]
  47. HKR, Ndi, ClsID,,"{c59938db-9b20-11d0-9ce3-00c04fc9bcc5}"
  48. HKR, Ndi, Service,,"VMONIR"
  49. HKR, Ndi, CoServices,0x10000,"VMONIR"
  50. HKR, Ndi, HelpText,,"%VMONI_HelpText%"
  51. HKR, Ndi\Interfaces, UpperRange,,"noupper"
  52. HKR, Ndi\Interfaces, LowerRange,,"ndis5,ndis4,ndis3"
  53. ;
  54. ; File sections
  55. ;
  56.  
  57.  
  58. ;
  59. ; Service Installation
  60. ;
  61.  
  62. [VMONIR.Services]
  63. AddService = VMONIR, , VMONIR_Service_Inst ;, VMONIR_EventLog_Inst
  64.  
  65. [VMONIR_Service_Inst]
  66. DisplayName    = %VMONIR.SvcDesc%
  67. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  68. StartType      = 2                  ; SERVICE_SYSTEM_START
  69. ErrorControl   = 0x1                  ; SERVICE_ERROR_NORMAL
  70. LoadOrderGroup = "PNP_TDI"
  71. ServiceBinary  = %12%\VMONIR.sys
  72. Description=%VMONIR.SvcDesc%
  73. AddReg=AddReg_VMONI_Service_Inst
  74.  
  75.  
  76. [VMONIR_EventLog_Inst]
  77. AddReg = VMONIR_EventLog_AddReg
  78.  
  79. [VMONIR_EventLog_AddReg]
  80. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\VMONIR.sys"
  81. HKR,,TypesSupported,0x00010001,7
  82.  
  83.  
  84. [AddReg_VMONI_Service_Inst]
  85. HKLM,"System\CurrentControlSet\Control\ServiceProvider\Order","ExcludedProviders",0x2,""
  86. HKLM,"System\CurrentControlSet\Control\ServiceProvider\Order","ProviderOrder",0x1000A,"VMONIR"
  87. HKR,"ServiceProvider","Class",0x10001,0x8
  88. HKR,"ServiceProvider","Name",,%VMONIR.SvcDesc%
  89. HKLM,"System\CurrentControlSet\Services\VMONIR","TextModeFlags",0x10001,0x0001
  90. HKLM,"System\CurrentControlSet\Services\EventLog\System\VMONIR","EventMessageFile",0x20000,"%%SystemRoot%%\system32\nwevent.dll"
  91. HKLM,"System\CurrentControlSet\Services\EventLog\System\VMONIR","TypesSupported",0x10001, 0x00000007
  92. HKR,"Parameters","VMONIROn",0x10001,0x1
  93.  
  94.  
  95. ;
  96. ; Source file information
  97. ;
  98.  
  99. [Copy_VMONIR_Files]
  100. ; Files for disk Network Instruments, LLC Installation Disk #1 (Other)
  101. VMONIR.sys
  102.  
  103.  
  104. [Strings]
  105.  
  106. ;
  107. ; Non-Localizable Strings
  108. ;
  109.  
  110. REG_SZ         = 0x00000000
  111. REG_MULTI_SZ   = 0x00010000
  112. REG_EXPAND_SZ  = 0x00020000
  113. REG_BINARY     = 0x00000001
  114. REG_DWORD      = 0x00010001
  115. SERVICEROOT    = "System\CurrentControlSet\Services"
  116.  
  117. ;
  118. ; Localizable Strings
  119. ;
  120.  
  121. NetInst.DeviceDesc0 = "VMONIR RMON Probe"
  122. DiskId1 = "Network Instruments, LLC Installation Disk #1 (Other)"
  123. NetInst = "Network Instruments, LLC"
  124. VMONIR.SvcDesc="VMONIR RMON Probe"
  125. VMONI_HelpText = "VMONIR Network Instruments, LLC RMON Probe Device Driver"
  126.  
  127.