home *** CD-ROM | disk | FTP | other *** search
/ ftp.networkinstruments.com / 2015-02-04.ftp.networkinstruments.com.tar / ftp.networkinstruments.com / pub / disks / ObserverInfrastructure2.1 / ObsInfrSetup2.1.55.0.exe / NetLA200064.I_F < prev    next >
Windows Setup INFormation  |  2006-11-24  |  4KB  |  140 lines

  1. ; LinkAnalyst2000.inf
  2. ;
  3. ; Installation inf for the  adapter.
  4. ;
  5. ; (c) Copyright 2006 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=11/23/2006, 6.0.0.1
  14. CatalogFile=netLA2000.cat
  15.  
  16.  
  17. [DestinationDirs]
  18. DefaultDestDir   = 12
  19.  
  20. [SourceDisksNames.x86]
  21. 1   = "Current Location",,,
  22.  
  23. [SourceDisksNames.amd64]
  24. 1   = "Current Location",,,
  25.  
  26. [SourceDisksFiles]
  27. VMONILA.sys = 1
  28.  
  29.  
  30. ;
  31. ; Driver information
  32. ;
  33.  
  34. [Manufacturer]
  35. %NetInst%   = NetInst.Mfg,NTx86,NTamd64
  36.  
  37. [NetInst]
  38. %VMONILA.SvcDesc% = Inst_Ndi_VMONILA
  39.  
  40. [NetInst.Mfg.NTx86]
  41. %NetInst.DeviceDesc0% = VMONILA, NI_VMONILA
  42.  
  43. [NetInst.Mfg.NTamd64]
  44. %NetInst.DeviceDesc0% = VMONILA, NI_VMONILA
  45.  
  46.  
  47. ;
  48. ; General installation section
  49. ;
  50.  
  51. [VMONILA]
  52. Characteristics=0x1000      ; NCF_HAS_UI | NCF_DONTEXPOSELOWER
  53. AddReg=Inst_Ndi_VMONILA         ; Specify the [N]etwork [d]evice [i]nstaller
  54. CopyFiles               = Copy_VMONILA_Files
  55.  
  56. ;-------------------------------------------------------------------------
  57. ; Specify the Network Device Installer
  58. ;-------------------------------------------------------------------------
  59. [Inst_Ndi_VMONILA]
  60. HKR, Ndi, ClsID,,"{2C312BCD-E54A-4a58-A7BF-4D6D49714DFF}"
  61. HKR, Ndi, Service,,"VMONILA"
  62. HKR, Ndi, CoServices,0x10000,"VMONILA"
  63. HKR, Ndi, HelpText,,"%VMONILA_HelpText%"
  64. HKR, Ndi\Interfaces, UpperRange,,"noupper"
  65. HKR, Ndi\Interfaces, LowerRange,,"ndis5,ndis4,ndis3"
  66. ;
  67. ; File sections
  68. ;
  69.  
  70.  
  71. ;
  72. ; Service Installation
  73. ;
  74.  
  75. [VMONILA.Services]
  76. AddService = VMONILA, , VMONILA_Service_Inst ;, VMONILA_EventLog_Inst
  77.  
  78. [VMONILA_Service_Inst]
  79. DisplayName    = %VMONILA.SvcDesc%
  80. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  81. StartType      = 2                  ; SERVICE_SYSTEM_START
  82. ErrorControl   = 0x1                  ; SERVICE_ERROR_NORMAL
  83. LoadOrderGroup = "PNP_TDI"
  84. ServiceBinary  = %12%\VMONILA.sys
  85. Description=%VMONILA.SvcDesc%
  86. AddReg=AddReg_VMONILA_Service_Inst
  87.  
  88.  
  89. [VMONILA_EventLog_Inst]
  90. AddReg = VMONILA_EventLog_AddReg
  91.  
  92. [VMONILA_EventLog_AddReg]
  93. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\VMONILA.sys"
  94. HKR,,TypesSupported,0x00010001,7
  95.  
  96.  
  97. [AddReg_VMONILA_Service_Inst]
  98. HKLM,"System\CurrentControlSet\Control\ServiceProvider\Order","ExcludedProviders",0x2,""
  99. HKLM,"System\CurrentControlSet\Control\ServiceProvider\Order","ProviderOrder",0x1000A,"VMONILA"
  100. HKR,"ServiceProvider","Class",0x10001,0x8
  101. HKR,"ServiceProvider","Name",,%VMONILA.SvcDesc%
  102. HKLM,"System\CurrentControlSet\Services\VMONILA","TextModeFlags",0x10001,0x0001
  103. HKLM,"System\CurrentControlSet\Services\EventLog\System\VMONILA","EventMessageFile",0x20000,"%%SystemRoot%%\system32\nwevent.dll"
  104. HKLM,"System\CurrentControlSet\Services\EventLog\System\VMONILA","TypesSupported",0x10001, 0x00000007
  105. HKR,"Parameters","VMONILAOn",0x10001,0x1
  106.  
  107.  
  108. ;
  109. ; Source file information
  110. ;
  111.  
  112. [Copy_VMONILA_Files]
  113. ; Files for disk Network Instruments, LLC Installation Disk #1 (Other)
  114. VMONILA.sys
  115.  
  116.  
  117. [Strings]
  118.  
  119. ;
  120. ; Non-Localizable Strings
  121. ;
  122.  
  123. REG_SZ         = 0x00000000
  124. REG_MULTI_SZ   = 0x00010000
  125. REG_EXPAND_SZ  = 0x00020000
  126. REG_BINARY     = 0x00000001
  127. REG_DWORD      = 0x00010001
  128. SERVICEROOT    = "System\CurrentControlSet\Services"
  129.  
  130. ;
  131. ; Localizable Strings
  132. ;
  133.  
  134. NetInst.DeviceDesc0 = "VMONILA Protocol Analyzer for Link Analyst"
  135. DiskId1 = "Network Instruments, LLC Installation Disk #1 (Other)"
  136. NetInst = "Network Instruments, LLC"
  137. VMONILA.SvcDesc="VMONILA Protocol Analyzer for Link Analyst"
  138. VMONILA_HelpText = "VMONI for Link Analyst  Network Instruments, LLC Protocol Analyzer Device Driver"
  139.  
  140.