home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 June / VPR0206A.BIN / ndisip.inf < prev    next >
Windows Setup INFormation  |  2001-10-08  |  7KB  |  253 lines

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;
  3. ;  NT5 INSTALLATION INF for NDIS/KS NDISIP Driver
  4. ;
  5. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6.  
  7. ;----------------------------------------------------------------------------
  8. ;
  9. ; VERSION Section
  10. ;
  11. [version]
  12. Signature   = "$CHICAGO$"
  13. Compatible  = 1
  14. Class       = Net
  15. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  16. Provider    = %Microsoft%
  17. DriverVer=10/21/2000,5.1.2258.400
  18.  
  19. [ControlFlags]
  20. ExcludeFromSelect=*
  21. ExcludeFromSelect.nt=*
  22.  
  23. ;----------------------------------------------------------------------------
  24. ;
  25. ; MANUFACTURER Section
  26. ;
  27. [Manufacturer]
  28. %Msft%     = Microsoft
  29.  
  30. ;----------------------------------------------------------------------------
  31. ;
  32. ; MAIN Install section
  33. ;
  34. ;
  35. [Microsoft]
  36. ; DisplayName           Section        DeviceId
  37. ; -----------           -------        --------
  38. %NdisIp.DeviceDesc%  =  NdisIP.ndi,    NDISIP
  39. %NdisIp.DeviceDesc%  =  NdisIP.ndi.NT, SW\{48926476-2cae-4ded-a86e-73ddebed6779}
  40.  
  41. ;----------------------------------------------------------------------------
  42. ;
  43. ; Win9X Install Section
  44. ;
  45. [NdisIp.ndi]
  46. ;
  47. ;Characteristcs = 0x2a This is a software enum driver and a hidden the connection.
  48. ;Characteristics = 0x22 This is a software enum driver and a visible connection.
  49. Characteristics = 0x22
  50. BusType         = 0
  51. AddReg          = NdisIP.reg
  52. ;
  53. ;   Include the following line for Whistler builds
  54. ;
  55. ;CopyFiles       = NdisIP.CopyFiles
  56.  
  57.  
  58. ;----------------------------------------------------------------------------
  59. ;
  60. ; NT Install Section
  61. ;
  62. [NdisIP.ndi.NT]
  63. HKLM,%RunOnce%,"NDISIP0",,"rundll32.exe streamci,StreamingDeviceSetup %NdisIP.DeviceId%,NDISIP,%NdisIP.GUID.BDANetInterface%,%17%\ndisip.inf,NdisIP.Reg"
  64. HKLM,%RunOnce%,"STREAMIP0",,"rundll32.exe streamci,StreamingDeviceSetup %StreamIP.DeviceId%,GLOBAL,%GUID.BdaRenderer%,%17%\streamip.inf,BDAcodec"
  65. ;Characteristcs = 0x2a This is a software enum driver and a hidden the connection.
  66. ;Characteristics = 0x22 This is a software enum driver and a visible connection.
  67. Characteristics = 0x22
  68. BusType         = 0
  69. AddReg          = NdisIP.nt.Reg
  70. ;
  71. ;   Include the following line for Whistler builds
  72. ;
  73. ;CopyFiles       = NdisIP.CopyFiles
  74.  
  75.  
  76. ;----------------------------------------------------------------------------
  77. ;
  78. ; NdisIP Registry Installation Section
  79. ;
  80. [NdisIP.Reg]
  81.  
  82. HKR, Ndi, DeviceID,,NdisIP
  83. HKR, Ndi, MaxInstance,, 1
  84. ;
  85. HKR, NDIS,                      LogDriverName,              ,  NdisIP
  86. HKR, NDIS,                      MiniportLogDriverName,      ,  NdisIP
  87. HKR, NDIS,                      MajorNdisVersion,          1,  05
  88. HKR, NDIS,                      MinorNdisVersion,          1,  00
  89. ;
  90. HKR, Ndi\Interfaces,            UpperRange,                0,  "broadcastip"
  91. HKR, Ndi\Interfaces,            LowerRange,                0,  "NdisIP"
  92. ;
  93. HKR, Ndi\Install,                         ,                 ,  "NdisIP.Install"
  94. HKR, Ndi\Remove ,                         ,                 ,  "NdisIP.Remove"
  95. ;
  96. HKR, Ndi,                       HelpText,                   ,  %NdisIP_HELP%
  97.  
  98.  
  99. ;-----------------------------------------------------------------------------
  100. ;
  101. ;
  102. [NdisIP.Install]
  103. AddReg=NdisIP.AddReg
  104. ;
  105. ;   Include the following line for Whistler builds
  106. ;
  107. ;CopyFiles=NdisIP.CopyFiles
  108.  
  109. ;-----------------------------------------------------------------------------
  110. ;
  111. ; NdisIP Service/Event_Log Installation Section
  112. ;
  113. [NdisIP.AddReg]
  114. HKR,,DevLoader,, *ndis
  115. HKR,,DeviceVXDs,, NdisIP.sys
  116. HKR,,SLOWNET,1,01
  117.  
  118.  
  119. ;----------------------------------------------------------------------------
  120. ;
  121. ; NdisIP.NT Registry Installation Section
  122. ;
  123. [NdisIP.nt.Reg]
  124.  
  125. HKR, Ndi,                       Service,           0,  "NdisIP"
  126. HKR, ,                          DevLoader,         0,  *ndis
  127. HKR, ,                          DeviceVxDs,        0,  NdisIP.sys
  128. HKR, NDIS,                      MajorNdisVersion,  1,  05
  129. HKR, NDIS,                      MinorNdisVersion,  1,  00
  130. HKR, NDIS,                      LogDriverName,     0,  NdisIP
  131. ;
  132. HKR, Ndi\Interfaces,            LowerRange,        0,  "nolower"
  133. HKR, Ndi\Interfaces,            UpperRange,        0,  "ndis5"
  134. ;
  135. ;HKR,            ,              MediaType,         0,  1
  136.  
  137.  
  138.  
  139.  
  140. ;-----------------------------------------------------------------------------
  141. ;
  142. ; NdisIP Copyfiles Section
  143. ;
  144. [NdisIP.CopyFiles]
  145. NdisIP.sys
  146.  
  147. ;-----------------------------------------------------------------------------
  148. ;
  149. ;
  150. [NdisIP.Remove]
  151. AddReg=NdisIP.Remove.AddReg
  152.  
  153. ;-----------------------------------------------------------------------------
  154. ;
  155. ;
  156. [NdisIP.Remove.AddReg]
  157.  
  158.  
  159.  
  160. ;-----------------------------------------------------------------------------
  161. ;
  162. ; NdisIP Service/Event_Log Installation Section
  163. ;
  164. [NdisIP.ndi.NT.Services]
  165. AddService = NdisIP, 2, NdisIP.Service, common.EventLog
  166.  
  167.  
  168. ;-----------------------------------------------------------------------------
  169. ;
  170. ; NdisIP Service Installation Section
  171. ;
  172. [NdisIP.Service]
  173. DisplayName     = %NdisIp.Service.DispName%
  174. ServiceType     = 1                            ;%SERVICE_KERNEL_DRIVER%
  175. StartType       = 3                            ;%SERVICE_DEMAND_START%
  176. ErrorControl    = 1                            ;%SERVICE_ERROR_NORMAL%
  177. ServiceBinary   = %12%\NdisIP.sys
  178. LoadOrderGroup  = NDIS
  179. AddReg          = TextModeFlags.reg
  180.  
  181.  
  182. ;-----------------------------------------------------------------------------
  183. ;
  184. ; NdisIP EventLog Installation Section
  185. ;
  186. [common.EventLog]
  187. AddReg = common.AddEventLog.reg
  188.  
  189. [common.AddEventLog.reg]
  190. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  191. HKR, , TypesSupported,   0x00010001, 7
  192.  
  193. [TextModeFlags.reg]
  194. HKR, , TextModeFlags, 0x00010001, 0x0001
  195.  
  196.  
  197. ;-----------------------------------------------------------------------------
  198. ;
  199. ; DestinationDirs
  200. ;
  201. [DestinationDirs]
  202. NdisIP.CopyFiles = 12
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239. ;-----------------------------------------------------------------------------
  240. ;
  241. ; Strings Section
  242. ;
  243. [Strings]
  244. Microsoft                = "Microsoft"
  245. Msft                     = "Microsoft"
  246. NdisIP.DeviceDesc        = "BDA IPSINK/NDIS driver"
  247. NdisIP.Service.DispName  = "BDA IPSINK/NDIS driver"
  248. NdisIP_HELP              = "The NdisIP adapter enables your computer to recieve IP data via a BDA filter graph"
  249. NdisIP.DeviceId          = "{48926476-2cae-4ded-a86e-73ddebed6779}"
  250. NdisIP.GUID.BDANetInterface = "{9aa4a2cc-81e0-4cfd-802f-0f74526d2bd3}"
  251. RunOnce="SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"
  252.  
  253.