Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1503 lines
99 KiB

  1. ��<?xml version="1.0" encoding="UTF-16"?>
  2. <!DOCTYPE DCARRIER SYSTEM "Mantis.DTD">
  3. <DCARRIER
  4. CarrierRevision="1"
  5. DTDRevision="16"
  6. >
  7. <TASKS
  8. Context="1"
  9. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  10. > </TASKS>
  11. <PLATFORMS
  12. Context="1"
  13. > </PLATFORMS>
  14. <REPOSITORIES
  15. Context="1"
  16. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  17. > </REPOSITORIES>
  18. <GROUPS
  19. Context="1"
  20. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  21. > </GROUPS>
  22. <COMPONENTS
  23. Context="0"
  24. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  25. >
  26. <COMPONENT
  27. ComponentVSGUID="{A1AE03C7-5DE2-4E0F-9AD9-C0F49B7A873D}"
  28. ComponentVIGUID="{566D2530-95A3-4070-8CF0-B89FE0ECF565}"
  29. Revision="620"
  30. RepositoryVSGUID="{8E0BE9ED-7649-47F3-810B-232D36C430B4}"
  31. Visibility="1000"
  32. MultiInstance="False"
  33. Released="False"
  34. Editable="True"
  35. HTMLFinal="False"
  36. IsMacro="False"
  37. Opaque="False"
  38. Context="1"
  39. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  40. >
  41. <HELPCONTEXT
  42. src="\\mantisqa\ovrdaily\mantis\hlp\arvindm\atm_component_description.htm"
  43. ><![CDATA[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  44. <HTML DIR="LTR"><HEAD>
  45. <META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
  46. <TITLE>ATM Component Description</TITLE>
  47. <STYLE TYPE="text/css">
  48. <!--
  49. BODY { font: normal 8pt Tahoma; background-color: #FFFFFF; }
  50. P { font: normal 8pt Tahoma; }
  51. .showhide { color: blue; text-decoration: underline; cursor: hand; }
  52. .callout { font: normal 8pt Tahoma; background-color: #E0E0E0; padding: 10pt; }
  53. .code { font: normal 8pt Courier New; }
  54. UL { font: normal 8pt Tahoma; list-style: square outside; margin-left: 0.25in; }
  55. OL { font: normal 8pt Tahoma; list-style: decimal outside; margin-left: 0.25in; }
  56. H1 { font: bold 12pt Tahoma; margin-bottom: -12pt; }
  57. H2 { font: bold 10pt Tahoma; margin-bottom: -12pt; }
  58. H3 { font: bold 8pt Tahoma; margin-bottom: -12pt; }
  59. H4 { font: italic 8pt Tahoma; margin-bottom: -12pt; }
  60. TABLE { font: normal 8pt Tahoma; text-align: left; padding: 2px; }
  61. CAPTION { font: bold 8pt Tahoma; text-align: left; padding: 2px; }
  62. THEAD { font: bold 8pt Tahoma; text-align: left; padding: 2px; background-color: #F0F0F0 }
  63. TH { font: bold 8pt Tahoma; text-align: left; padding: 2px; background-color: #F0F0F0 }
  64. TBODY { font: normal 8pt Tahoma; text-align: left; padding: 2px; }
  65. TD { font: normal 8pt Tahoma; text-align: left; padding: 2px; }
  66. TR { font: normal 8pt Tahoma; text-align: left; padding: 2px; }
  67. CODE { font-family: Courier New; }
  68. TT { font-family: Courier New; }
  69. KBD { font-family: Courier New; font-weight: bold; }
  70. VAR { font-family: Courier New; font-style: italic; }
  71. EM { font-style: italic; }
  72. I { font-style: italic; }
  73. STRONG { font-weight: bold; }
  74. B { font-weight: bold; }
  75. -->
  76. </STYLE>
  77. </HEAD>
  78. <BODY TOPMARGIN="0">
  79. <P>The Asynchronous Transfer Mode (ATM) component contains networking support using ATM devices. There are four ATM communication modes:
  80. <UL type="disc">
  81. <LI>Using local area network (LAN) emulation, known as ATMLANE. This is the mode typically used in corporate LANs.</li>
  82. <LI>Using Ethernet-permanent virtual circuit (PVC), known as ATMEPVC. This is used in certain ATM-DSL deployments.</li>
  83. <LI>Using Classical Internet Protocols (IP) over ATM, known as ATMARPC and ATMARPS. This is an alternative LAN technique suitable for IP-only networks.</li>
  84. <LI>Using Winsock over raw ATM connections. This is used for special purpose applications .</li>
  85. </UL>
  86. <H3>Component Configuration</H3>
  87. <P>ATMLANE, ATMARPC, ATMARPS and Winsock do not require configuration when used over ATM.</P>
  88. <P>The following table shows the settings for Ethernet-PVC configurations.</P>
  89. <P class="fineprint"></P>
  90. <TABLE>
  91. <TR VALIGN="top">
  92. <TH width=23%>Property/setting name</TH>
  93. <TH width=13%>Default setting</TH>
  94. <TH width=34%>Description</TH>
  95. <TH width=15%>Property example </TH>
  96. <TH width=15%>Setting example </TH>
  97. </TR>
  98. <TR VALIGN="top">
  99. <TD width=23%>VPI</TD>
  100. <TD width=13%>0</TD>
  101. <TD width=34%>The virtual path identifier for the PVC on which the driver operates.</TD>
  102. <TD width=15%>VPI</TD>
  103. <TD width=15%>1</TD>
  104. </TR>
  105. <TR VALIGN="top">
  106. <TD width=23%>VCI</TD>
  107. <TD width=13%>0</TD>
  108. <TD width=34%>The virtual circuit identifier for the PVC.</TD>
  109. <TD width=15%>VCI</TD>
  110. <TD width=15%>100</TD>
  111. </TR>
  112. <TR VALIGN="top">
  113. <TD width=23%>Encap</TD>
  114. <TD width=13%>2</TD>
  115. <TD width=34%>Defines the encapsulation used for data transfer. Possible values are:
  116. <P>0 &#0150; IPv4</P>
  117. <P>1 &#0150; IPv4 LLC/SNAP</P>
  118. <P>2 &#0150; Ethernet</P>
  119. <P>3 &#0150; Ethernet LLC/SNAP</P>
  120. </TD>
  121. <TD width=15%>Encap</TD>
  122. <TD width=15%>1</TD>
  123. </TR>
  124. </TABLE><BR>
  125. <P class="fineprint"></P>
  126. <H3>Special Notes</H3>
  127. <P>ATM networks commonly use only one of the four possible operation modes listed above.</P>
  128. <H3>Links for Further Information</H3>
  129. <P>For more information on ATM technology, see this <A HREF="http://www.microsoft.com/hwdev">Microsoft Web site</A>.</P>
  130. </BODY>
  131. </HTML>
  132. ]]></HELPCONTEXT>
  133. <PROPERTIES
  134. Context="1"
  135. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  136. > </PROPERTIES>
  137. <RESOURCES
  138. Context="1"
  139. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  140. >
  141. <RESOURCE
  142. Name="File(819):&quot;%12%&quot;,&quot;atmuni.sys&quot;"
  143. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  144. BuildTypeMask="819"
  145. BuildOrder="1000"
  146. Localize="False"
  147. Disabled="False"
  148. Context="1"
  149. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  150. >
  151. <PROPERTIES
  152. Context="1"
  153. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  154. >
  155. <PROPERTY
  156. Name="DstPath"
  157. Format="String"
  158. Context="1"
  159. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  160. >%12%</PROPERTY>
  161. <PROPERTY
  162. Name="DstName"
  163. Format="String"
  164. Context="1"
  165. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  166. >atmuni.sys</PROPERTY>
  167. <PROPERTY
  168. Name="SrcFileSize"
  169. Format="Integer"
  170. Context="1"
  171. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  172. >0</PROPERTY>
  173. <PROPERTY
  174. Name="NoExpand"
  175. Format="Boolean"
  176. Context="1"
  177. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  178. >False</PROPERTY>
  179. </PROPERTIES>
  180. <DISPLAYNAME>ATM UNI</DISPLAYNAME>
  181. <DESCRIPTION>ATM UNI 3.1 Call Manager</DESCRIPTION>
  182. </RESOURCE>
  183. <RESOURCE
  184. Name="File(819):&quot;%12%&quot;,&quot;atmlane.sys&quot;"
  185. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  186. BuildTypeMask="819"
  187. BuildOrder="1000"
  188. Localize="False"
  189. Disabled="False"
  190. Context="1"
  191. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  192. >
  193. <PROPERTIES
  194. Context="1"
  195. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  196. >
  197. <PROPERTY
  198. Name="DstPath"
  199. Format="String"
  200. Context="1"
  201. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  202. >%12%</PROPERTY>
  203. <PROPERTY
  204. Name="DstName"
  205. Format="String"
  206. Context="1"
  207. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  208. >atmlane.sys</PROPERTY>
  209. <PROPERTY
  210. Name="SrcFileSize"
  211. Format="Integer"
  212. Context="1"
  213. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  214. >0</PROPERTY>
  215. <PROPERTY
  216. Name="NoExpand"
  217. Format="Boolean"
  218. Context="1"
  219. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  220. >False</PROPERTY>
  221. </PROPERTIES>
  222. <DISPLAYNAME>ATM LANE</DISPLAYNAME>
  223. <DESCRIPTION>ATM LAN Emulation Protocol Driver</DESCRIPTION>
  224. </RESOURCE>
  225. <RESOURCE
  226. Name="File(819):&quot;%12%&quot;,&quot;atmarpc.sys&quot;"
  227. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  228. BuildTypeMask="819"
  229. BuildOrder="1000"
  230. Localize="False"
  231. Disabled="False"
  232. Context="1"
  233. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  234. >
  235. <PROPERTIES
  236. Context="1"
  237. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  238. >
  239. <PROPERTY
  240. Name="DstPath"
  241. Format="String"
  242. Context="1"
  243. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  244. >%12%</PROPERTY>
  245. <PROPERTY
  246. Name="DstName"
  247. Format="String"
  248. Context="1"
  249. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  250. >atmarpc.sys</PROPERTY>
  251. <PROPERTY
  252. Name="SrcFileSize"
  253. Format="Integer"
  254. Context="1"
  255. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  256. >0</PROPERTY>
  257. <PROPERTY
  258. Name="NoExpand"
  259. Format="Boolean"
  260. Context="1"
  261. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  262. >False</PROPERTY>
  263. </PROPERTIES>
  264. <DISPLAYNAME>ATM ARP Client</DISPLAYNAME>
  265. <DESCRIPTION>ATM ARP Client Protocol Driver (Classical IP over ATM)</DESCRIPTION>
  266. </RESOURCE>
  267. <RESOURCE
  268. Name="File(819):&quot;%11%&quot;,&quot;atmadm.exe&quot;"
  269. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  270. BuildTypeMask="819"
  271. BuildOrder="1000"
  272. Localize="False"
  273. Disabled="False"
  274. Context="1"
  275. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  276. >
  277. <PROPERTIES
  278. Context="1"
  279. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  280. >
  281. <PROPERTY
  282. Name="DstPath"
  283. Format="String"
  284. Context="1"
  285. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  286. >%11%</PROPERTY>
  287. <PROPERTY
  288. Name="DstName"
  289. Format="String"
  290. Context="1"
  291. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  292. >atmadm.exe</PROPERTY>
  293. <PROPERTY
  294. Name="SrcFileSize"
  295. Format="Integer"
  296. Context="1"
  297. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  298. >0</PROPERTY>
  299. <PROPERTY
  300. Name="NoExpand"
  301. Format="Boolean"
  302. Context="1"
  303. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  304. >False</PROPERTY>
  305. </PROPERTIES>
  306. <DISPLAYNAME>ATM Admin</DISPLAYNAME>
  307. <DESCRIPTION>ATM Administration Utility Program</DESCRIPTION>
  308. </RESOURCE>
  309. <RESOURCE
  310. Name="RawDep(819):&quot;File&quot;,&quot;netauni.inf&quot;"
  311. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  312. BuildTypeMask="819"
  313. BuildOrder="1000"
  314. Localize="False"
  315. Disabled="False"
  316. Context="1"
  317. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  318. >
  319. <PROPERTIES
  320. Context="1"
  321. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  322. >
  323. <PROPERTY
  324. Name="RawType"
  325. Format="String"
  326. Context="1"
  327. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  328. >File</PROPERTY>
  329. <PROPERTY
  330. Name="Value"
  331. Format="String"
  332. Context="1"
  333. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  334. >netauni.inf</PROPERTY>
  335. </PROPERTIES>
  336. </RESOURCE>
  337. <RESOURCE
  338. Name="RawDep(819):&quot;File&quot;,&quot;netlanem.inf&quot;"
  339. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  340. BuildTypeMask="819"
  341. BuildOrder="1000"
  342. Localize="False"
  343. Disabled="False"
  344. Context="1"
  345. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  346. >
  347. <PROPERTIES
  348. Context="1"
  349. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  350. >
  351. <PROPERTY
  352. Name="RawType"
  353. Format="String"
  354. Context="1"
  355. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  356. >File</PROPERTY>
  357. <PROPERTY
  358. Name="Value"
  359. Format="String"
  360. Context="1"
  361. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  362. >netlanem.inf</PROPERTY>
  363. </PROPERTIES>
  364. </RESOURCE>
  365. <RESOURCE
  366. Name="RawDep(819):&quot;File&quot;,&quot;netlanep.inf&quot;"
  367. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  368. BuildTypeMask="819"
  369. BuildOrder="1000"
  370. Localize="False"
  371. Disabled="False"
  372. Context="1"
  373. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  374. >
  375. <PROPERTIES
  376. Context="1"
  377. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  378. >
  379. <PROPERTY
  380. Name="RawType"
  381. Format="String"
  382. Context="1"
  383. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  384. >File</PROPERTY>
  385. <PROPERTY
  386. Name="Value"
  387. Format="String"
  388. Context="1"
  389. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  390. >netlanep.inf</PROPERTY>
  391. </PROPERTIES>
  392. </RESOURCE>
  393. <RESOURCE
  394. Name="RawDep(819):&quot;File&quot;,&quot;nettcpip.inf&quot;"
  395. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  396. BuildTypeMask="819"
  397. BuildOrder="1000"
  398. Localize="False"
  399. Disabled="False"
  400. Context="1"
  401. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  402. >
  403. <PROPERTIES
  404. Context="1"
  405. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  406. >
  407. <PROPERTY
  408. Name="RawType"
  409. Format="String"
  410. Context="1"
  411. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  412. >File</PROPERTY>
  413. <PROPERTY
  414. Name="Value"
  415. Format="String"
  416. Context="1"
  417. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  418. >nettcpip.inf</PROPERTY>
  419. </PROPERTIES>
  420. </RESOURCE>
  421. <RESOURCE
  422. Name="File(819):&quot;%11%&quot;,&quot;wshatm.dll&quot;"
  423. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  424. BuildTypeMask="819"
  425. BuildOrder="1000"
  426. Localize="False"
  427. Disabled="False"
  428. Context="1"
  429. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  430. >
  431. <PROPERTIES
  432. Context="1"
  433. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  434. >
  435. <PROPERTY
  436. Name="DstPath"
  437. Format="String"
  438. Context="1"
  439. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  440. >%11%</PROPERTY>
  441. <PROPERTY
  442. Name="DstName"
  443. Format="String"
  444. Context="1"
  445. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  446. >wshatm.dll</PROPERTY>
  447. <PROPERTY
  448. Name="NoExpand"
  449. Format="Boolean"
  450. Context="1"
  451. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  452. >False</PROPERTY>
  453. </PROPERTIES>
  454. <DISPLAYNAME>Winsock/ATM</DISPLAYNAME>
  455. <DESCRIPTION>Winsock services over ATM helper DLL</DESCRIPTION>
  456. </RESOURCE>
  457. <RESOURCE
  458. Name="RawDep(819):&quot;File&quot;,&quot;MSVCRT.dll&quot;"
  459. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  460. BuildTypeMask="819"
  461. BuildOrder="1000"
  462. Localize="False"
  463. Disabled="False"
  464. Context="1"
  465. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  466. >
  467. <PROPERTIES
  468. Context="1"
  469. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  470. >
  471. <PROPERTY
  472. Name="RawType"
  473. Format="String"
  474. Context="1"
  475. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  476. >File</PROPERTY>
  477. <PROPERTY
  478. Name="Value"
  479. Format="String"
  480. Context="1"
  481. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  482. >MSVCRT.dll</PROPERTY>
  483. </PROPERTIES>
  484. </RESOURCE>
  485. <RESOURCE
  486. Name="RawDep(819):&quot;File&quot;,&quot;ntdll.dll&quot;"
  487. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  488. BuildTypeMask="819"
  489. BuildOrder="1000"
  490. Localize="False"
  491. Disabled="False"
  492. Context="1"
  493. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  494. >
  495. <PROPERTIES
  496. Context="1"
  497. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  498. >
  499. <PROPERTY
  500. Name="RawType"
  501. Format="String"
  502. Context="1"
  503. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  504. >File</PROPERTY>
  505. <PROPERTY
  506. Name="Value"
  507. Format="String"
  508. Context="1"
  509. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  510. >ntdll.dll</PROPERTY>
  511. </PROPERTIES>
  512. </RESOURCE>
  513. <RESOURCE
  514. Name="RawDep(819):&quot;File&quot;,&quot;KERNEL32.dll&quot;"
  515. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  516. BuildTypeMask="819"
  517. BuildOrder="1000"
  518. Localize="False"
  519. Disabled="False"
  520. Context="1"
  521. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  522. >
  523. <PROPERTIES
  524. Context="1"
  525. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  526. >
  527. <PROPERTY
  528. Name="RawType"
  529. Format="String"
  530. Context="1"
  531. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  532. >File</PROPERTY>
  533. <PROPERTY
  534. Name="Value"
  535. Format="String"
  536. Context="1"
  537. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  538. >KERNEL32.dll</PROPERTY>
  539. </PROPERTIES>
  540. </RESOURCE>
  541. <RESOURCE
  542. Name="RawDep(819):&quot;File&quot;,&quot;WS2_32.dll&quot;"
  543. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  544. BuildTypeMask="819"
  545. BuildOrder="1000"
  546. Localize="False"
  547. Disabled="False"
  548. Context="1"
  549. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  550. >
  551. <PROPERTIES
  552. Context="1"
  553. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  554. >
  555. <PROPERTY
  556. Name="RawType"
  557. Format="String"
  558. Context="1"
  559. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  560. >File</PROPERTY>
  561. <PROPERTY
  562. Name="Value"
  563. Format="String"
  564. Context="1"
  565. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  566. >WS2_32.dll</PROPERTY>
  567. </PROPERTIES>
  568. </RESOURCE>
  569. <RESOURCE
  570. Name="File(819):&quot;%12%&quot;,&quot;atmepvc.sys&quot;"
  571. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  572. BuildTypeMask="819"
  573. BuildOrder="1000"
  574. Localize="False"
  575. Disabled="False"
  576. Context="1"
  577. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  578. >
  579. <PROPERTIES
  580. Context="1"
  581. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  582. >
  583. <PROPERTY
  584. Name="DstPath"
  585. Format="String"
  586. Context="1"
  587. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  588. >%12%</PROPERTY>
  589. <PROPERTY
  590. Name="DstName"
  591. Format="String"
  592. Context="1"
  593. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  594. >atmepvc.sys</PROPERTY>
  595. <PROPERTY
  596. Name="NoExpand"
  597. Format="Boolean"
  598. Context="1"
  599. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  600. >False</PROPERTY>
  601. </PROPERTIES>
  602. <DISPLAYNAME>Ethernet PVC</DISPLAYNAME>
  603. <DESCRIPTION>Ethernet over ATM Permanent Virtual Circuit (RFC 2684)</DESCRIPTION>
  604. </RESOURCE>
  605. <RESOURCE
  606. Name="File(819):&quot;%11%&quot;,&quot;atmpvcno.dll&quot;"
  607. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  608. BuildTypeMask="819"
  609. BuildOrder="1000"
  610. Localize="False"
  611. Disabled="False"
  612. Context="1"
  613. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  614. >
  615. <PROPERTIES
  616. Context="1"
  617. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  618. >
  619. <PROPERTY
  620. Name="DstPath"
  621. Format="String"
  622. Context="1"
  623. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  624. >%11%</PROPERTY>
  625. <PROPERTY
  626. Name="DstName"
  627. Format="String"
  628. Context="1"
  629. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  630. >atmpvcno.dll</PROPERTY>
  631. <PROPERTY
  632. Name="NoExpand"
  633. Format="Boolean"
  634. Context="1"
  635. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  636. >False</PROPERTY>
  637. </PROPERTIES>
  638. <DISPLAYNAME>Ethernet PVC Notify Object</DISPLAYNAME>
  639. <DESCRIPTION>Network configuration notify object for Ethernet PVC (atmepvc)</DESCRIPTION>
  640. </RESOURCE>
  641. <RESOURCE
  642. Name="File(819):&quot;%12%&quot;,&quot;rawwan.sys&quot;"
  643. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  644. BuildTypeMask="819"
  645. BuildOrder="1000"
  646. Localize="False"
  647. Disabled="False"
  648. Context="1"
  649. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  650. >
  651. <PROPERTIES
  652. Context="1"
  653. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  654. >
  655. <PROPERTY
  656. Name="DstPath"
  657. Format="String"
  658. Context="1"
  659. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  660. >%12%</PROPERTY>
  661. <PROPERTY
  662. Name="DstName"
  663. Format="String"
  664. Context="1"
  665. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  666. >rawwan.sys</PROPERTY>
  667. <PROPERTY
  668. Name="NoExpand"
  669. Format="Boolean"
  670. Context="1"
  671. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  672. >False</PROPERTY>
  673. </PROPERTIES>
  674. <DISPLAYNAME>Winsock/ATM driver</DISPLAYNAME>
  675. <DESCRIPTION>Winsock application support over ATM networks</DESCRIPTION>
  676. </RESOURCE>
  677. <RESOURCE
  678. Name="RawDep(819):&quot;File&quot;,&quot;ADVAPI32.dll&quot;"
  679. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  680. BuildTypeMask="819"
  681. BuildOrder="1000"
  682. Localize="False"
  683. Disabled="False"
  684. Context="1"
  685. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  686. >
  687. <PROPERTIES
  688. Context="1"
  689. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  690. >
  691. <PROPERTY
  692. Name="RawType"
  693. Format="String"
  694. Context="1"
  695. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  696. >File</PROPERTY>
  697. <PROPERTY
  698. Name="Value"
  699. Format="String"
  700. Context="1"
  701. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  702. >ADVAPI32.dll</PROPERTY>
  703. </PROPERTIES>
  704. </RESOURCE>
  705. <RESOURCE
  706. Name="RawDep(819):&quot;File&quot;,&quot;ole32.dll&quot;"
  707. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  708. BuildTypeMask="819"
  709. BuildOrder="1000"
  710. Localize="False"
  711. Disabled="False"
  712. Context="1"
  713. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  714. >
  715. <PROPERTIES
  716. Context="1"
  717. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  718. >
  719. <PROPERTY
  720. Name="RawType"
  721. Format="String"
  722. Context="1"
  723. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  724. >File</PROPERTY>
  725. <PROPERTY
  726. Name="Value"
  727. Format="String"
  728. Context="1"
  729. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  730. >ole32.dll</PROPERTY>
  731. </PROPERTIES>
  732. </RESOURCE>
  733. <RESOURCE
  734. Name="RawDep(819):&quot;File&quot;,&quot;OLEAUT32.dll&quot;"
  735. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  736. BuildTypeMask="819"
  737. BuildOrder="1000"
  738. Localize="False"
  739. Disabled="False"
  740. Context="1"
  741. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  742. >
  743. <PROPERTIES
  744. Context="1"
  745. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  746. >
  747. <PROPERTY
  748. Name="RawType"
  749. Format="String"
  750. Context="1"
  751. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  752. >File</PROPERTY>
  753. <PROPERTY
  754. Name="Value"
  755. Format="String"
  756. Context="1"
  757. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  758. >OLEAUT32.dll</PROPERTY>
  759. </PROPERTIES>
  760. </RESOURCE>
  761. <RESOURCE
  762. Name="RawDep(819):&quot;File&quot;,&quot;USER32.dll&quot;"
  763. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  764. BuildTypeMask="819"
  765. BuildOrder="1000"
  766. Localize="False"
  767. Disabled="False"
  768. Context="1"
  769. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  770. >
  771. <PROPERTIES
  772. Context="1"
  773. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  774. >
  775. <PROPERTY
  776. Name="RawType"
  777. Format="String"
  778. Context="1"
  779. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  780. >File</PROPERTY>
  781. <PROPERTY
  782. Name="Value"
  783. Format="String"
  784. Context="1"
  785. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  786. >USER32.dll</PROPERTY>
  787. </PROPERTIES>
  788. </RESOURCE>
  789. <RESOURCE
  790. Name="RawDep(819):&quot;File&quot;,&quot;netepvcm.inf&quot;"
  791. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  792. BuildTypeMask="819"
  793. BuildOrder="1000"
  794. Localize="False"
  795. Disabled="False"
  796. Context="1"
  797. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  798. >
  799. <PROPERTIES
  800. Context="1"
  801. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  802. >
  803. <PROPERTY
  804. Name="RawType"
  805. Format="String"
  806. Context="1"
  807. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  808. >File</PROPERTY>
  809. <PROPERTY
  810. Name="Value"
  811. Format="String"
  812. Context="1"
  813. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  814. >netepvcm.inf</PROPERTY>
  815. </PROPERTIES>
  816. </RESOURCE>
  817. <RESOURCE
  818. Name="RawDep(819):&quot;File&quot;,&quot;netepvcp.inf&quot;"
  819. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  820. BuildTypeMask="819"
  821. BuildOrder="1000"
  822. Localize="False"
  823. Disabled="False"
  824. Context="1"
  825. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  826. >
  827. <PROPERTIES
  828. Context="1"
  829. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  830. >
  831. <PROPERTY
  832. Name="RawType"
  833. Format="String"
  834. Context="1"
  835. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  836. >File</PROPERTY>
  837. <PROPERTY
  838. Name="Value"
  839. Format="String"
  840. Context="1"
  841. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  842. >netepvcp.inf</PROPERTY>
  843. </PROPERTIES>
  844. </RESOURCE>
  845. <RESOURCE
  846. Name="RawDep(819):&quot;File&quot;,&quot;netrwan.inf&quot;"
  847. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  848. BuildTypeMask="819"
  849. BuildOrder="1000"
  850. Localize="False"
  851. Disabled="False"
  852. Context="1"
  853. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  854. >
  855. <PROPERTIES
  856. Context="1"
  857. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  858. >
  859. <PROPERTY
  860. Name="ComponentVSGUID"
  861. Format="GUID"
  862. Context="1"
  863. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  864. >{00000000-0000-0000-0000-000000000000}</PROPERTY>
  865. <PROPERTY
  866. Name="RawType"
  867. Format="String"
  868. Context="1"
  869. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  870. >File</PROPERTY>
  871. <PROPERTY
  872. Name="Value"
  873. Format="String"
  874. Context="1"
  875. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  876. >netrwan.inf</PROPERTY>
  877. </PROPERTIES>
  878. <DISPLAYNAME>Dependency upon &apos;netrwan.inf&apos;</DISPLAYNAME>
  879. <DESCRIPTION></DESCRIPTION>
  880. </RESOURCE>
  881. <RESOURCE
  882. Name="RawDep(819):&quot;File&quot;,&quot;snetcfg.exe&quot;"
  883. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  884. BuildTypeMask="819"
  885. BuildOrder="1000"
  886. Localize="False"
  887. Disabled="False"
  888. Context="1"
  889. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  890. >
  891. <PROPERTIES
  892. Context="1"
  893. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  894. >
  895. <PROPERTY
  896. Name="ComponentVSGUID"
  897. Format="GUID"
  898. Context="1"
  899. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  900. >{00000000-0000-0000-0000-000000000000}</PROPERTY>
  901. <PROPERTY
  902. Name="RawType"
  903. Format="String"
  904. Context="1"
  905. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  906. >File</PROPERTY>
  907. <PROPERTY
  908. Name="Value"
  909. Format="String"
  910. Context="1"
  911. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  912. >snetcfg.exe</PROPERTY>
  913. </PROPERTIES>
  914. <DISPLAYNAME>Dependency upon &apos;snetcfg.exe&apos;</DISPLAYNAME>
  915. <DESCRIPTION></DESCRIPTION>
  916. </RESOURCE>
  917. <RESOURCE
  918. Name="FBGenCmd(819):&quot;%11%\snetcfg.exe&quot;,&quot;-l %17%\netrwan.inf -c p -i MS_RAWWAN&quot;"
  919. ResTypeVSGUID="{FB2B6E76-FCD6-4D60-85D5-83C17D853AE3}"
  920. BuildTypeMask="819"
  921. BuildOrder="1000"
  922. Localize="False"
  923. Disabled="False"
  924. Context="1"
  925. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  926. >
  927. <PROPERTIES
  928. Context="1"
  929. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  930. >
  931. <PROPERTY
  932. Name="Type"
  933. Format="Integer"
  934. Context="1"
  935. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  936. >1</PROPERTY>
  937. <PROPERTY
  938. Name="Timeout"
  939. Format="Integer"
  940. Context="1"
  941. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  942. >0</PROPERTY>
  943. <PROPERTY
  944. Name="Start"
  945. Format="Integer"
  946. Context="1"
  947. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  948. >1</PROPERTY>
  949. <PROPERTY
  950. Name="Reboot"
  951. Format="Boolean"
  952. Context="1"
  953. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  954. >False</PROPERTY>
  955. <PROPERTY
  956. Name="Phase"
  957. Format="Integer"
  958. Context="1"
  959. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  960. >5600</PROPERTY>
  961. <PROPERTY
  962. Name="Flags"
  963. Format="Integer"
  964. Context="1"
  965. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  966. >0</PROPERTY>
  967. <PROPERTY
  968. Name="FilePath"
  969. Format="String"
  970. Context="1"
  971. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  972. >%11%\snetcfg.exe</PROPERTY>
  973. <PROPERTY
  974. Name="ErrorControl"
  975. Format="Integer"
  976. Context="1"
  977. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  978. >0</PROPERTY>
  979. <PROPERTY
  980. Name="ComponentVSGUID"
  981. Format="GUID"
  982. Context="1"
  983. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  984. >{00000000-0000-0000-0000-000000000000}</PROPERTY>
  985. <PROPERTY
  986. Name="Arguments"
  987. Format="String"
  988. Context="1"
  989. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  990. >-l %17%\netrwan.inf -c p -i MS_RAWWAN</PROPERTY>
  991. </PROPERTIES>
  992. <DISPLAYNAME>ATM Installation</DISPLAYNAME>
  993. <DESCRIPTION>ATM Installation</DESCRIPTION>
  994. </RESOURCE>
  995. <RESOURCE
  996. Name="FBGenCmd(819):&quot;%11%\snetcfg.exe&quot;,&quot;-l %17%\netauni.inf -c p -i MS_ATMUNI&quot;"
  997. ResTypeVSGUID="{FB2B6E76-FCD6-4D60-85D5-83C17D853AE3}"
  998. BuildTypeMask="819"
  999. BuildOrder="1000"
  1000. Localize="False"
  1001. Disabled="False"
  1002. Context="1"
  1003. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  1004. >
  1005. <PROPERTIES
  1006. Context="1"
  1007. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1008. >
  1009. <PROPERTY
  1010. Name="Type"
  1011. Format="Integer"
  1012. Context="1"
  1013. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1014. >1</PROPERTY>
  1015. <PROPERTY
  1016. Name="Timeout"
  1017. Format="Integer"
  1018. Context="1"
  1019. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1020. >0</PROPERTY>
  1021. <PROPERTY
  1022. Name="Start"
  1023. Format="Integer"
  1024. Context="1"
  1025. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1026. >1</PROPERTY>
  1027. <PROPERTY
  1028. Name="Reboot"
  1029. Format="Boolean"
  1030. Context="1"
  1031. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1032. >False</PROPERTY>
  1033. <PROPERTY
  1034. Name="Phase"
  1035. Format="Integer"
  1036. Context="1"
  1037. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1038. >5600</PROPERTY>
  1039. <PROPERTY
  1040. Name="Flags"
  1041. Format="Integer"
  1042. Context="1"
  1043. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1044. >0</PROPERTY>
  1045. <PROPERTY
  1046. Name="FilePath"
  1047. Format="String"
  1048. Context="1"
  1049. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1050. >%11%\snetcfg.exe</PROPERTY>
  1051. <PROPERTY
  1052. Name="ErrorControl"
  1053. Format="Integer"
  1054. Context="1"
  1055. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1056. >0</PROPERTY>
  1057. <PROPERTY
  1058. Name="ComponentVSGUID"
  1059. Format="GUID"
  1060. Context="1"
  1061. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1062. >{00000000-0000-0000-0000-000000000000}</PROPERTY>
  1063. <PROPERTY
  1064. Name="Arguments"
  1065. Format="String"
  1066. Context="1"
  1067. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1068. >-l %17%\netauni.inf -c p -i MS_ATMUNI</PROPERTY>
  1069. </PROPERTIES>
  1070. <DISPLAYNAME>ATMUNI Installation</DISPLAYNAME>
  1071. <DESCRIPTION>ATMUNI Installation</DESCRIPTION>
  1072. </RESOURCE>
  1073. <RESOURCE
  1074. Name="FBGenCmd(819):&quot;%11%\snetcfg.exe&quot;,&quot;-l %17%\netepvcp.inf -c p -i MS_ATMEPVCP&quot;"
  1075. ResTypeVSGUID="{FB2B6E76-FCD6-4D60-85D5-83C17D853AE3}"
  1076. BuildTypeMask="819"
  1077. BuildOrder="1000"
  1078. Localize="False"
  1079. Disabled="False"
  1080. Context="1"
  1081. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  1082. >
  1083. <PROPERTIES
  1084. Context="1"
  1085. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1086. >
  1087. <PROPERTY
  1088. Name="Type"
  1089. Format="Integer"
  1090. Context="1"
  1091. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1092. >1</PROPERTY>
  1093. <PROPERTY
  1094. Name="Timeout"
  1095. Format="Integer"
  1096. Context="1"
  1097. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1098. >0</PROPERTY>
  1099. <PROPERTY
  1100. Name="Start"
  1101. Format="Integer"
  1102. Context="1"
  1103. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1104. >1</PROPERTY>
  1105. <PROPERTY
  1106. Name="Reboot"
  1107. Format="Boolean"
  1108. Context="1"
  1109. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1110. >False</PROPERTY>
  1111. <PROPERTY
  1112. Name="Phase"
  1113. Format="Integer"
  1114. Context="1"
  1115. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1116. >5600</PROPERTY>
  1117. <PROPERTY
  1118. Name="Flags"
  1119. Format="Integer"
  1120. Context="1"
  1121. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1122. >0</PROPERTY>
  1123. <PROPERTY
  1124. Name="FilePath"
  1125. Format="String"
  1126. Context="1"
  1127. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1128. >%11%\snetcfg.exe</PROPERTY>
  1129. <PROPERTY
  1130. Name="ErrorControl"
  1131. Format="Integer"
  1132. Context="1"
  1133. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1134. >0</PROPERTY>
  1135. <PROPERTY
  1136. Name="ComponentVSGUID"
  1137. Format="GUID"
  1138. Context="1"
  1139. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1140. >{00000000-0000-0000-0000-000000000000}</PROPERTY>
  1141. <PROPERTY
  1142. Name="Arguments"
  1143. Format="String"
  1144. Context="1"
  1145. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1146. >-l %17%\netepvcp.inf -c p -i MS_ATMEPVCP</PROPERTY>
  1147. </PROPERTIES>
  1148. <DISPLAYNAME>ATM EPVC Transport Installation</DISPLAYNAME>
  1149. <DESCRIPTION>ATM EPVC Transport Installation</DESCRIPTION>
  1150. </RESOURCE>
  1151. <RESOURCE
  1152. Name="FBGenCmd(819):&quot;%11%\snetcfg.exe&quot;,&quot;-l %17%\netlanep.inf -c p -i MS_ATMLANE&quot;"
  1153. ResTypeVSGUID="{FB2B6E76-FCD6-4D60-85D5-83C17D853AE3}"
  1154. BuildTypeMask="819"
  1155. BuildOrder="1000"
  1156. Localize="False"
  1157. Disabled="False"
  1158. Context="1"
  1159. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  1160. >
  1161. <PROPERTIES
  1162. Context="1"
  1163. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1164. >
  1165. <PROPERTY
  1166. Name="Type"
  1167. Format="Integer"
  1168. Context="1"
  1169. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1170. >1</PROPERTY>
  1171. <PROPERTY
  1172. Name="Timeout"
  1173. Format="Integer"
  1174. Context="1"
  1175. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1176. >0</PROPERTY>
  1177. <PROPERTY
  1178. Name="Start"
  1179. Format="Integer"
  1180. Context="1"
  1181. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1182. >1</PROPERTY>
  1183. <PROPERTY
  1184. Name="Reboot"
  1185. Format="Boolean"
  1186. Context="1"
  1187. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1188. >False</PROPERTY>
  1189. <PROPERTY
  1190. Name="Phase"
  1191. Format="Integer"
  1192. Context="1"
  1193. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1194. >5600</PROPERTY>
  1195. <PROPERTY
  1196. Name="Flags"
  1197. Format="Integer"
  1198. Context="1"
  1199. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1200. >0</PROPERTY>
  1201. <PROPERTY
  1202. Name="FilePath"
  1203. Format="String"
  1204. Context="1"
  1205. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1206. >%11%\snetcfg.exe</PROPERTY>
  1207. <PROPERTY
  1208. Name="ErrorControl"
  1209. Format="Integer"
  1210. Context="1"
  1211. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1212. >0</PROPERTY>
  1213. <PROPERTY
  1214. Name="ComponentVSGUID"
  1215. Format="GUID"
  1216. Context="1"
  1217. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1218. >{00000000-0000-0000-0000-000000000000}</PROPERTY>
  1219. <PROPERTY
  1220. Name="Arguments"
  1221. Format="String"
  1222. Context="1"
  1223. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1224. >-l %17%\netlanep.inf -c p -i MS_ATMLANE</PROPERTY>
  1225. </PROPERTIES>
  1226. <DISPLAYNAME>ATMLANE Installation</DISPLAYNAME>
  1227. <DESCRIPTION>ATMLANE Installation</DESCRIPTION>
  1228. </RESOURCE>
  1229. <RESOURCE
  1230. Name="File(819):&quot;%18%&quot;,&quot;atm.chm&quot;"
  1231. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  1232. BuildTypeMask="819"
  1233. BuildOrder="1000"
  1234. Localize="False"
  1235. Disabled="False"
  1236. Context="1"
  1237. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  1238. >
  1239. <PROPERTIES
  1240. Context="1"
  1241. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1242. >
  1243. <PROPERTY
  1244. Name="ComponentVSGUID"
  1245. Format="GUID"
  1246. Context="1"
  1247. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1248. >{00000000-0000-0000-0000-000000000000}</PROPERTY>
  1249. <PROPERTY
  1250. Name="DstName"
  1251. Format="String"
  1252. Context="1"
  1253. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1254. >atm.chm</PROPERTY>
  1255. <PROPERTY
  1256. Name="DstPath"
  1257. Format="String"
  1258. Context="1"
  1259. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1260. >%18%</PROPERTY>
  1261. <PROPERTY
  1262. Name="NoExpand"
  1263. Format="Boolean"
  1264. Context="1"
  1265. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1266. >False</PROPERTY>
  1267. <PROPERTY
  1268. Name="SrcFileCRC"
  1269. Format="Integer"
  1270. Context="1"
  1271. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1272. >0</PROPERTY>
  1273. <PROPERTY
  1274. Name="SrcFileSize"
  1275. Format="Integer"
  1276. Context="1"
  1277. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1278. >23777</PROPERTY>
  1279. <PROPERTY
  1280. Name="SrcName"
  1281. Format="String"
  1282. Context="1"
  1283. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1284. ></PROPERTY>
  1285. <PROPERTY
  1286. Name="SrcPath"
  1287. Format="String"
  1288. Context="1"
  1289. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1290. ></PROPERTY>
  1291. </PROPERTIES>
  1292. <DISPLAYNAME>atm.chm</DISPLAYNAME>
  1293. <DESCRIPTION></DESCRIPTION>
  1294. </RESOURCE>
  1295. </RESOURCES>
  1296. <GROUPMEMBERS
  1297. >
  1298. <GROUPMEMBER
  1299. GroupVSGUID="{0778E781-871A-4E95-9915-7E3EE9E6C7B6}"
  1300. ></GROUPMEMBER>
  1301. </GROUPMEMBERS>
  1302. <DEPENDENCIES
  1303. Context="1"
  1304. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  1305. > </DEPENDENCIES>
  1306. <DISPLAYNAME>Asynchronous Transfer Mode (ATM) Support</DISPLAYNAME>
  1307. <VERSION>1.0</VERSION>
  1308. <DESCRIPTION>Asynchronous Transfer Mode (ATM) Support</DESCRIPTION>
  1309. <COPYRIGHT>2000 Microsoft Corp.</COPYRIGHT>
  1310. <VENDOR>Microsoft Corp.</VENDOR>
  1311. <OWNERS>arvindm</OWNERS>
  1312. <AUTHORS>arvindm</AUTHORS>
  1313. <DATECREATED>7/18/2000</DATECREATED>
  1314. <DATEREVISED>10/15/2001 6:08:55 PM</DATEREVISED>
  1315. </COMPONENT>
  1316. </COMPONENTS>
  1317. <RESTYPES
  1318. Context="1"
  1319. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1320. > </RESTYPES>
  1321. </DCARRIER>