home *** CD-ROM | disk | FTP | other *** search
/ Singles (French) / Singles-FrenchVersion-Win95.iso / BDANT.cab / ndisip.inf < prev    next >
INI File  |  2003-01-16  |  7KB  |  254 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. LayoutFile  = Layout.inf
  18. DriverVer=07/01/2001,5.3.0000.900
  19.  
  20. [ControlFlags]
  21. ExcludeFromSelect=*
  22. ExcludeFromSelect.nt=*
  23.  
  24. ;----------------------------------------------------------------------------
  25. ;
  26. ; MANUFACTURER Section
  27. ;
  28. [Manufacturer]
  29. %Msft%     = Microsoft
  30.  
  31. ;----------------------------------------------------------------------------
  32. ;
  33. ; MAIN Install section
  34. ;
  35. ;
  36. [Microsoft]
  37. ; DisplayName           Section        DeviceId
  38. ; -----------           -------        --------
  39. %NdisIp.DeviceDesc%  =  NdisIP.ndi,    NDISIP
  40. %NdisIp.DeviceDesc%  =  NdisIP.ndi.NT, SW\{48926476-2cae-4ded-a86e-73ddebed6779}
  41.  
  42. ;----------------------------------------------------------------------------
  43. ;
  44. ; Win9X Install Section
  45. ;
  46. [NdisIp.ndi]
  47. ;
  48. ;Characteristcs = 0x2a This is a software enum driver and a hidden the connection.
  49. ;Characteristics = 0x22 This is a software enum driver and a visible connection.
  50. Characteristics = 0x22
  51. BusType         = 1
  52. AddReg          = NdisIP.reg
  53. ;
  54. ;   Include the following line for post non-DX builds
  55. ;
  56. ;CopyFiles       = NdisIP.CopyFiles
  57.  
  58.  
  59. ;----------------------------------------------------------------------------
  60. ;
  61. ; NT Install Section
  62. ;
  63. [NdisIP.ndi.NT]
  64. ; HKLM,%RunOnce%,"NDISIP0",,"rundll32.exe streamci,StreamingDeviceSetup %NdisIP.DeviceId%,NDISIP,%NdisIP.GUID.BDANetInterface%,%17%\ndisip.inf,NdisIP.Reg"
  65. ; HKLM,%RunOnce%,"STREAMIP0",,"rundll32.exe streamci,StreamingDeviceSetup %StreamIP.DeviceId%,GLOBAL,%GUID.BdaRenderer%,%17%\streamip.inf,BDAcodec"
  66. ;Characteristcs = 0x2a This is a software enum driver and a hidden the connection.
  67. ;Characteristics = 0x22 This is a software enum driver and a visible connection.
  68. Characteristics = 0x22
  69. BusType         = 1
  70. AddReg          = NdisIP.nt.Reg
  71. ;
  72. ;   Include the following line for post non-DX builds
  73. ;
  74. ;CopyFiles       = NdisIP.CopyFiles
  75.  
  76.  
  77. ;----------------------------------------------------------------------------
  78. ;
  79. ; NdisIP Registry Installation Section
  80. ;
  81. [NdisIP.Reg]
  82.  
  83. HKR, Ndi, DeviceID,,NdisIP
  84. HKR, Ndi, MaxInstance,, 1
  85. ;
  86. HKR, NDIS,                      LogDriverName,              ,  NdisIP
  87. HKR, NDIS,                      MiniportLogDriverName,      ,  NdisIP
  88. HKR, NDIS,                      MajorNdisVersion,          1,  05
  89. HKR, NDIS,                      MinorNdisVersion,          1,  00
  90. ;
  91. HKR, Ndi\Interfaces,            UpperRange,                0,  "broadcastip"
  92. HKR, Ndi\Interfaces,            LowerRange,                0,  "NdisIP"
  93. ;
  94. HKR, Ndi\Install,                         ,                 ,  "NdisIP.Install"
  95. HKR, Ndi\Remove ,                         ,                 ,  "NdisIP.Remove"
  96. ;
  97. HKR, Ndi,                       HelpText,                   ,  %NdisIP_HELP%
  98.  
  99.  
  100. ;-----------------------------------------------------------------------------
  101. ;
  102. ;
  103. [NdisIP.Install]
  104. AddReg=NdisIP.AddReg
  105. ;
  106. ;   Include the following line for post non-DX builds
  107. ;
  108. ;CopyFiles=NdisIP.CopyFiles
  109.  
  110. ;-----------------------------------------------------------------------------
  111. ;
  112. ; NdisIP Service/Event_Log Installation Section
  113. ;
  114. [NdisIP.AddReg]
  115. HKR,,DevLoader,, *ndis
  116. HKR,,DeviceVXDs,, NdisIP.sys
  117. HKR,,SLOWNET,1,01
  118.  
  119.  
  120. ;----------------------------------------------------------------------------
  121. ;
  122. ; NdisIP.NT Registry Installation Section
  123. ;
  124. [NdisIP.nt.Reg]
  125.  
  126. HKR, Ndi,                       Service,           0,  "NdisIP"
  127. HKR, ,                          DevLoader,         0,  *ndis
  128. HKR, ,                          DeviceVxDs,        0,  NdisIP.sys
  129. HKR, NDIS,                      MajorNdisVersion,  1,  05
  130. HKR, NDIS,                      MinorNdisVersion,  1,  00
  131. HKR, NDIS,                      LogDriverName,     0,  NdisIP
  132. ;
  133. HKR, Ndi\Interfaces,            LowerRange,        0,  "nolower"
  134. HKR, Ndi\Interfaces,            UpperRange,        0,  "ndis5"
  135. ;
  136. ;HKR,            ,              MediaType,         0,  1
  137.  
  138.  
  139.  
  140.  
  141. ;-----------------------------------------------------------------------------
  142. ;
  143. ; NdisIP Copyfiles Section
  144. ;
  145. [NdisIP.CopyFiles]
  146. NdisIP.sys
  147.  
  148. ;-----------------------------------------------------------------------------
  149. ;
  150. ;
  151. [NdisIP.Remove]
  152. AddReg=NdisIP.Remove.AddReg
  153.  
  154. ;-----------------------------------------------------------------------------
  155. ;
  156. ;
  157. [NdisIP.Remove.AddReg]
  158.  
  159.  
  160.  
  161. ;-----------------------------------------------------------------------------
  162. ;
  163. ; NdisIP Service/Event_Log Installation Section
  164. ;
  165. [NdisIP.ndi.NT.Services]
  166. AddService = NdisIP, 2, NdisIP.Service, common.EventLog
  167.  
  168.  
  169. ;-----------------------------------------------------------------------------
  170. ;
  171. ; NdisIP Service Installation Section
  172. ;
  173. [NdisIP.Service]
  174. DisplayName     = %NdisIp.Service.DispName%
  175. ServiceType     = 1                            ;%SERVICE_KERNEL_DRIVER%
  176. StartType       = 3                            ;%SERVICE_DEMAND_START%
  177. ErrorControl    = 1                            ;%SERVICE_ERROR_NORMAL%
  178. ServiceBinary   = %12%\NdisIP.sys
  179. LoadOrderGroup  = NDIS
  180. AddReg          = TextModeFlags.reg
  181.  
  182.  
  183. ;-----------------------------------------------------------------------------
  184. ;
  185. ; NdisIP EventLog Installation Section
  186. ;
  187. [common.EventLog]
  188. AddReg = common.AddEventLog.reg
  189.  
  190. [common.AddEventLog.reg]
  191. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  192. HKR, , TypesSupported,   0x00010001, 7
  193.  
  194. [TextModeFlags.reg]
  195. HKR, , TextModeFlags, 0x00010001, 0x0001
  196.  
  197.  
  198. ;-----------------------------------------------------------------------------
  199. ;
  200. ; DestinationDirs
  201. ;
  202. [DestinationDirs]
  203. NdisIP.CopyFiles = 12
  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. ;
  242. ; Strings Section
  243. ;
  244. [Strings]
  245. Microsoft                = "Microsoft"
  246. Msft                     = "Microsoft"
  247. NdisIP.DeviceDesc        = "Microsoft TV/Video Connection"
  248. NdisIP.Service.DispName  = "Microsoft TV/Video Connection"
  249. NdisIP_HELP              = "Receives Internet data embedded in TV broadcasts and other video."
  250. NdisIP.DeviceId          = "{48926476-2cae-4ded-a86e-73ddebed6779}"
  251. NdisIP.GUID.BDANetInterface = "{9aa4a2cc-81e0-4cfd-802f-0f74526d2bd3}"
  252. RunOnce="SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"
  253.  
  254.