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.

1595 lines
108 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="{C89A3C00-C98A-4DAA-87E0-12FEB9DB1902}"
  28. ComponentVIGUID="{C7E6742F-3BB1-4A1F-B43B-C1005637E586}"
  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=".\wiaui.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>WIA_UI Component</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. Windows Image Acquisition (WIA) provides both an application programming interface (API) and a device driver interface (DDI). It supports still digital cameras and scanners. It also allows the retrieval of still images from IEEE 1394-based digital video (DV) camcorders and universal serial bus-based (USB) Web cameras. There are two WIA components: WIA_Core and WIA_UI.</P>
  80. <P>The WIA_UI component includes user interface (UI) wizards for interfacing with scanners and still digital cameras: Explorer UI components, common dialogs, and a photo-printing wizard.</P>
  81. <P>The still camera dialog allows the user to view thumbnails, preview full-sized pictures, view picture information and delete pictures. The scanner and camera wizards allow users to easily retrieve images from all supported devices. Depending on the device type, the wizard presents the user with device-specific features.</P>
  82. <P>WIA includes a scripting model, which presents most WIA device features to a scripting based application.</P>
  83. <P>An application writer has the following four choices for communicating with WIA devices:
  84. <UL type="disc">
  85. <LI>Use the WIA high-level interfaces, which are tied to the WIA common dialogs. This provides a minimal-effort approach.</li>
  86. <LI>Program directly to the WIA interfaces. This adds flexibility to implement custom solutions and UI-less mode support for devices.</li>
  87. <LI>Use the TWAIN compatibility layer, which exposes WIA devices as TWAIN devices. The compatibility layer is limited to UI-mode only and single-image transfer.</li>
  88. <LI>Support the common file open and file insert dialog. This dialog is not supported for scanners, and it is only supported with video cameras after frames have been captured.</li>
  89. </UL>
  90. <P>Other imaging features associated with WIA include My Pictures Folder and My Pictures Screensaver. </P>
  91. <H3>Component Configuration</H3>
  92. <P>There are no configuration requirements for this component.</P>
  93. <H3>For More Information </H3>
  94. <P>For more information on WIA, see this <A HREF="http://www.microsoft.com/hwdev/wia">Microsoft Web site</A>.</P>
  95. </BODY>
  96. </HTML>
  97. ]]></HELPCONTEXT>
  98. <PROPERTIES
  99. Context="1"
  100. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  101. > </PROPERTIES>
  102. <RESOURCES
  103. Context="1"
  104. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  105. >
  106. <RESOURCE
  107. Name="File(819):&quot;%11%&quot;,&quot;wiashext.dll&quot;"
  108. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  109. BuildTypeMask="819"
  110. BuildOrder="1000"
  111. Localize="False"
  112. Disabled="False"
  113. Context="1"
  114. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  115. >
  116. <PROPERTIES
  117. Context="1"
  118. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  119. >
  120. <PROPERTY
  121. Name="DstPath"
  122. Format="String"
  123. Context="1"
  124. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  125. >%11%</PROPERTY>
  126. <PROPERTY
  127. Name="DstName"
  128. Format="String"
  129. Context="1"
  130. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  131. >wiashext.dll</PROPERTY>
  132. <PROPERTY
  133. Name="SrcFileSize"
  134. Format="Integer"
  135. Context="1"
  136. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  137. >0</PROPERTY>
  138. <PROPERTY
  139. Name="NoExpand"
  140. Format="Boolean"
  141. Context="1"
  142. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  143. >False</PROPERTY>
  144. </PROPERTIES>
  145. <DISPLAYNAME>Shell Extension</DISPLAYNAME>
  146. <DESCRIPTION>Allows WIA devices to be a part of shell namepspace</DESCRIPTION>
  147. </RESOURCE>
  148. <RESOURCE
  149. Name="File(819):&quot;%11%&quot;,&quot;wiaacmgr.exe&quot;"
  150. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  151. BuildTypeMask="819"
  152. BuildOrder="1000"
  153. Localize="False"
  154. Disabled="False"
  155. Context="1"
  156. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  157. >
  158. <PROPERTIES
  159. Context="1"
  160. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  161. >
  162. <PROPERTY
  163. Name="DstPath"
  164. Format="String"
  165. Context="1"
  166. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  167. >%11%</PROPERTY>
  168. <PROPERTY
  169. Name="DstName"
  170. Format="String"
  171. Context="1"
  172. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  173. >wiaacmgr.exe</PROPERTY>
  174. <PROPERTY
  175. Name="SrcFileSize"
  176. Format="Integer"
  177. Context="1"
  178. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  179. >0</PROPERTY>
  180. <PROPERTY
  181. Name="NoExpand"
  182. Format="Boolean"
  183. Context="1"
  184. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  185. >False</PROPERTY>
  186. </PROPERTIES>
  187. <DISPLAYNAME>Acquisition Manager</DISPLAYNAME>
  188. <DESCRIPTION>Wizard which steps users through image acquistion</DESCRIPTION>
  189. </RESOURCE>
  190. <RESOURCE
  191. Name="File(819):&quot;%11%&quot;,&quot;camocx.dll&quot;"
  192. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  193. BuildTypeMask="819"
  194. BuildOrder="1000"
  195. Localize="False"
  196. Disabled="False"
  197. Context="1"
  198. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  199. >
  200. <PROPERTIES
  201. Context="1"
  202. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  203. >
  204. <PROPERTY
  205. Name="DstPath"
  206. Format="String"
  207. Context="1"
  208. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  209. >%11%</PROPERTY>
  210. <PROPERTY
  211. Name="DstName"
  212. Format="String"
  213. Context="1"
  214. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  215. >camocx.dll</PROPERTY>
  216. <PROPERTY
  217. Name="SrcFileSize"
  218. Format="Integer"
  219. Context="1"
  220. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  221. >0</PROPERTY>
  222. <PROPERTY
  223. Name="NoExpand"
  224. Format="Boolean"
  225. Context="1"
  226. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  227. >False</PROPERTY>
  228. </PROPERTIES>
  229. <DISPLAYNAME>Camera OCX for webview</DISPLAYNAME>
  230. <DESCRIPTION>Allows webview script to interact with WIA devices</DESCRIPTION>
  231. </RESOURCE>
  232. <RESOURCE
  233. Name="File(819):&quot;%11%&quot;,&quot;wiadefui.dll&quot;"
  234. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  235. BuildTypeMask="819"
  236. BuildOrder="1000"
  237. Localize="False"
  238. Disabled="False"
  239. Context="1"
  240. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  241. >
  242. <PROPERTIES
  243. Context="1"
  244. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  245. >
  246. <PROPERTY
  247. Name="DstPath"
  248. Format="String"
  249. Context="1"
  250. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  251. >%11%</PROPERTY>
  252. <PROPERTY
  253. Name="DstName"
  254. Format="String"
  255. Context="1"
  256. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  257. >wiadefui.dll</PROPERTY>
  258. <PROPERTY
  259. Name="SrcFileSize"
  260. Format="Integer"
  261. Context="1"
  262. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  263. >0</PROPERTY>
  264. <PROPERTY
  265. Name="NoExpand"
  266. Format="Boolean"
  267. Context="1"
  268. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  269. >False</PROPERTY>
  270. </PROPERTIES>
  271. <DISPLAYNAME>WIA Common Dialogs</DISPLAYNAME>
  272. <DESCRIPTION>Common Dialogs for WIA apps</DESCRIPTION>
  273. </RESOURCE>
  274. <RESOURCE
  275. Name="File(819):&quot;%11%&quot;,&quot;ssmypics.scr&quot;"
  276. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  277. BuildTypeMask="819"
  278. BuildOrder="1000"
  279. Localize="False"
  280. Disabled="False"
  281. Context="1"
  282. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  283. >
  284. <PROPERTIES
  285. Context="1"
  286. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  287. >
  288. <PROPERTY
  289. Name="DstPath"
  290. Format="String"
  291. Context="1"
  292. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  293. >%11%</PROPERTY>
  294. <PROPERTY
  295. Name="DstName"
  296. Format="String"
  297. Context="1"
  298. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  299. >ssmypics.scr</PROPERTY>
  300. <PROPERTY
  301. Name="SrcFileSize"
  302. Format="Integer"
  303. Context="1"
  304. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  305. >0</PROPERTY>
  306. <PROPERTY
  307. Name="NoExpand"
  308. Format="Boolean"
  309. Context="1"
  310. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  311. >False</PROPERTY>
  312. </PROPERTIES>
  313. <DISPLAYNAME>My Pictures Screen Saver</DISPLAYNAME>
  314. <DESCRIPTION>Screen saver that shows images from My Pictures folder</DESCRIPTION>
  315. </RESOURCE>
  316. <RESOURCE
  317. Name="FBRegDLL(819):&quot;%11%\wiashext.dll&quot;,&quot;&quot;"
  318. ResTypeVSGUID="{322D2CA9-219E-4380-989B-12E8A830DFFA}"
  319. BuildTypeMask="819"
  320. BuildOrder="1000"
  321. Localize="False"
  322. Disabled="False"
  323. Context="1"
  324. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  325. >
  326. <PROPERTIES
  327. Context="1"
  328. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  329. >
  330. <PROPERTY
  331. Name="Arguments"
  332. Format="String"
  333. Context="1"
  334. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  335. ></PROPERTY>
  336. <PROPERTY
  337. Name="DLLEntryPoint"
  338. Format="String"
  339. Context="1"
  340. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  341. ></PROPERTY>
  342. <PROPERTY
  343. Name="DLLInstall"
  344. Format="Boolean"
  345. Context="1"
  346. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  347. >False</PROPERTY>
  348. <PROPERTY
  349. Name="DLLRegister"
  350. Format="Boolean"
  351. Context="1"
  352. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  353. >True</PROPERTY>
  354. <PROPERTY
  355. Name="FilePath"
  356. Format="String"
  357. Context="1"
  358. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  359. >%11%\wiashext.dll</PROPERTY>
  360. <PROPERTY
  361. Name="Flags"
  362. Format="Integer"
  363. Context="1"
  364. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  365. >0</PROPERTY>
  366. <PROPERTY
  367. Name="Timeout"
  368. Format="Integer"
  369. Context="1"
  370. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  371. >0</PROPERTY>
  372. </PROPERTIES>
  373. <DISPLAYNAME>register WIASHEXT.DLL</DISPLAYNAME>
  374. <DESCRIPTION>Call DLLRegisterServer on wiashext.dll</DESCRIPTION>
  375. </RESOURCE>
  376. <RESOURCE
  377. Name="FBRegDLL(819):&quot;%11%\camocx.dll&quot;,&quot;&quot;"
  378. ResTypeVSGUID="{322D2CA9-219E-4380-989B-12E8A830DFFA}"
  379. BuildTypeMask="819"
  380. BuildOrder="1000"
  381. Localize="False"
  382. Disabled="False"
  383. Context="1"
  384. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  385. >
  386. <PROPERTIES
  387. Context="1"
  388. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  389. >
  390. <PROPERTY
  391. Name="Arguments"
  392. Format="String"
  393. Context="1"
  394. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  395. ></PROPERTY>
  396. <PROPERTY
  397. Name="DLLEntryPoint"
  398. Format="String"
  399. Context="1"
  400. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  401. ></PROPERTY>
  402. <PROPERTY
  403. Name="DLLInstall"
  404. Format="Boolean"
  405. Context="1"
  406. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  407. >False</PROPERTY>
  408. <PROPERTY
  409. Name="DLLRegister"
  410. Format="Boolean"
  411. Context="1"
  412. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  413. >True</PROPERTY>
  414. <PROPERTY
  415. Name="FilePath"
  416. Format="String"
  417. Context="1"
  418. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  419. >%11%\camocx.dll</PROPERTY>
  420. <PROPERTY
  421. Name="Flags"
  422. Format="Integer"
  423. Context="1"
  424. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  425. >0</PROPERTY>
  426. <PROPERTY
  427. Name="Timeout"
  428. Format="Integer"
  429. Context="1"
  430. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  431. >0</PROPERTY>
  432. </PROPERTIES>
  433. <DISPLAYNAME>register CAMOCX.DLL</DISPLAYNAME>
  434. <DESCRIPTION>Call DLLRegister on camocx.dll</DESCRIPTION>
  435. </RESOURCE>
  436. <RESOURCE
  437. Name="FBRegDLL(819):&quot;%11%\wiadefui.dll&quot;,&quot;&quot;"
  438. ResTypeVSGUID="{322D2CA9-219E-4380-989B-12E8A830DFFA}"
  439. BuildTypeMask="819"
  440. BuildOrder="1000"
  441. Localize="False"
  442. Disabled="False"
  443. Context="1"
  444. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  445. >
  446. <PROPERTIES
  447. Context="1"
  448. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  449. >
  450. <PROPERTY
  451. Name="Arguments"
  452. Format="String"
  453. Context="1"
  454. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  455. ></PROPERTY>
  456. <PROPERTY
  457. Name="DLLEntryPoint"
  458. Format="String"
  459. Context="1"
  460. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  461. ></PROPERTY>
  462. <PROPERTY
  463. Name="DLLInstall"
  464. Format="Boolean"
  465. Context="1"
  466. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  467. >False</PROPERTY>
  468. <PROPERTY
  469. Name="DLLRegister"
  470. Format="Boolean"
  471. Context="1"
  472. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  473. >True</PROPERTY>
  474. <PROPERTY
  475. Name="FilePath"
  476. Format="String"
  477. Context="1"
  478. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  479. >%11%\wiadefui.dll</PROPERTY>
  480. <PROPERTY
  481. Name="Flags"
  482. Format="Integer"
  483. Context="1"
  484. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  485. >0</PROPERTY>
  486. <PROPERTY
  487. Name="Timeout"
  488. Format="Integer"
  489. Context="1"
  490. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  491. >0</PROPERTY>
  492. </PROPERTIES>
  493. <DISPLAYNAME>register WIADEFUI.DLL</DISPLAYNAME>
  494. <DESCRIPTION>Call DLLRegister on wiadefui.dll</DESCRIPTION>
  495. </RESOURCE>
  496. <RESOURCE
  497. Name="File(819):&quot;%11%&quot;,&quot;wiavideo.dll&quot;"
  498. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  499. BuildTypeMask="819"
  500. BuildOrder="1000"
  501. Localize="False"
  502. Disabled="False"
  503. Context="1"
  504. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  505. >
  506. <PROPERTIES
  507. Context="1"
  508. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  509. >
  510. <PROPERTY
  511. Name="DstPath"
  512. Format="String"
  513. Context="1"
  514. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  515. >%11%</PROPERTY>
  516. <PROPERTY
  517. Name="DstName"
  518. Format="String"
  519. Context="1"
  520. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  521. >wiavideo.dll</PROPERTY>
  522. <PROPERTY
  523. Name="NoExpand"
  524. Format="Boolean"
  525. Context="1"
  526. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  527. >False</PROPERTY>
  528. </PROPERTIES>
  529. <DISPLAYNAME>WIA Video driver UI component</DISPLAYNAME>
  530. <DESCRIPTION>WIA Video driver UI component</DESCRIPTION>
  531. </RESOURCE>
  532. <RESOURCE
  533. Name="File(819):&quot;%11%&quot;,&quot;photowiz.dll&quot;"
  534. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  535. BuildTypeMask="819"
  536. BuildOrder="1000"
  537. Localize="False"
  538. Disabled="False"
  539. Context="1"
  540. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  541. >
  542. <PROPERTIES
  543. Context="1"
  544. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  545. >
  546. <PROPERTY
  547. Name="DstPath"
  548. Format="String"
  549. Context="1"
  550. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  551. >%11%</PROPERTY>
  552. <PROPERTY
  553. Name="DstName"
  554. Format="String"
  555. Context="1"
  556. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  557. >photowiz.dll</PROPERTY>
  558. <PROPERTY
  559. Name="NoExpand"
  560. Format="Boolean"
  561. Context="1"
  562. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  563. >False</PROPERTY>
  564. </PROPERTIES>
  565. <DISPLAYNAME>Photo Printing Wizard</DISPLAYNAME>
  566. <DESCRIPTION>Prints out image files in photographic sizes</DESCRIPTION>
  567. </RESOURCE>
  568. <RESOURCE
  569. Name="FBRegDLL(819):&quot;%11%\photowiz.dll&quot;,&quot;&quot;"
  570. ResTypeVSGUID="{322D2CA9-219E-4380-989B-12E8A830DFFA}"
  571. BuildTypeMask="819"
  572. BuildOrder="1000"
  573. Localize="False"
  574. Disabled="False"
  575. Context="1"
  576. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  577. >
  578. <PROPERTIES
  579. Context="1"
  580. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  581. >
  582. <PROPERTY
  583. Name="Arguments"
  584. Format="String"
  585. Context="1"
  586. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  587. ></PROPERTY>
  588. <PROPERTY
  589. Name="DLLEntryPoint"
  590. Format="String"
  591. Context="1"
  592. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  593. ></PROPERTY>
  594. <PROPERTY
  595. Name="DLLInstall"
  596. Format="Boolean"
  597. Context="1"
  598. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  599. >False</PROPERTY>
  600. <PROPERTY
  601. Name="DLLRegister"
  602. Format="Boolean"
  603. Context="1"
  604. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  605. >True</PROPERTY>
  606. <PROPERTY
  607. Name="FilePath"
  608. Format="String"
  609. Context="1"
  610. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  611. >%11%\photowiz.dll</PROPERTY>
  612. <PROPERTY
  613. Name="Flags"
  614. Format="Integer"
  615. Context="1"
  616. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  617. >0</PROPERTY>
  618. <PROPERTY
  619. Name="Timeout"
  620. Format="Integer"
  621. Context="1"
  622. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  623. >0</PROPERTY>
  624. </PROPERTIES>
  625. <DISPLAYNAME>register PHOTOWIZ.DLL</DISPLAYNAME>
  626. <DESCRIPTION>Call DLLRegsiter on photowiz.dll</DESCRIPTION>
  627. </RESOURCE>
  628. <RESOURCE
  629. Name="FBRegDLL(819):&quot;%11%\wiavideo.dll&quot;,&quot;&quot;"
  630. ResTypeVSGUID="{322D2CA9-219E-4380-989B-12E8A830DFFA}"
  631. BuildTypeMask="819"
  632. BuildOrder="1000"
  633. Localize="True"
  634. Disabled="False"
  635. Context="1"
  636. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  637. >
  638. <PROPERTIES
  639. Context="1"
  640. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  641. >
  642. <PROPERTY
  643. Name="Arguments"
  644. Format="String"
  645. Context="1"
  646. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  647. ></PROPERTY>
  648. <PROPERTY
  649. Name="DLLEntryPoint"
  650. Format="String"
  651. Context="1"
  652. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  653. ></PROPERTY>
  654. <PROPERTY
  655. Name="DLLInstall"
  656. Format="Boolean"
  657. Context="1"
  658. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  659. >False</PROPERTY>
  660. <PROPERTY
  661. Name="DLLRegister"
  662. Format="Boolean"
  663. Context="1"
  664. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  665. >True</PROPERTY>
  666. <PROPERTY
  667. Name="FilePath"
  668. Format="String"
  669. Context="1"
  670. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  671. >%11%\wiavideo.dll</PROPERTY>
  672. <PROPERTY
  673. Name="Flags"
  674. Format="Integer"
  675. Context="1"
  676. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  677. >0</PROPERTY>
  678. <PROPERTY
  679. Name="Timeout"
  680. Format="Integer"
  681. Context="1"
  682. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  683. >0</PROPERTY>
  684. </PROPERTIES>
  685. <DISPLAYNAME>register WIAVIDEO.DLL</DISPLAYNAME>
  686. <DESCRIPTION>Call DLLRegister on wiavideo.dll</DESCRIPTION>
  687. </RESOURCE>
  688. <RESOURCE
  689. Name="RawDep(819):&quot;File&quot;,&quot;msvcrt.dll&quot;"
  690. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  691. BuildTypeMask="819"
  692. BuildOrder="1000"
  693. Localize="False"
  694. Disabled="False"
  695. Context="1"
  696. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  697. >
  698. <PROPERTIES
  699. Context="1"
  700. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  701. >
  702. <PROPERTY
  703. Name="RawType"
  704. Format="String"
  705. Context="1"
  706. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  707. >File</PROPERTY>
  708. <PROPERTY
  709. Name="Value"
  710. Format="String"
  711. Context="1"
  712. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  713. >msvcrt.dll</PROPERTY>
  714. </PROPERTIES>
  715. </RESOURCE>
  716. <RESOURCE
  717. Name="RawDep(819):&quot;File&quot;,&quot;ADVAPI32.dll&quot;"
  718. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  719. BuildTypeMask="819"
  720. BuildOrder="1000"
  721. Localize="False"
  722. Disabled="False"
  723. Context="1"
  724. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  725. >
  726. <PROPERTIES
  727. Context="1"
  728. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  729. >
  730. <PROPERTY
  731. Name="RawType"
  732. Format="String"
  733. Context="1"
  734. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  735. >File</PROPERTY>
  736. <PROPERTY
  737. Name="Value"
  738. Format="String"
  739. Context="1"
  740. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  741. >ADVAPI32.dll</PROPERTY>
  742. </PROPERTIES>
  743. </RESOURCE>
  744. <RESOURCE
  745. Name="RawDep(819):&quot;File&quot;,&quot;GDI32.dll&quot;"
  746. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  747. BuildTypeMask="819"
  748. BuildOrder="1000"
  749. Localize="False"
  750. Disabled="False"
  751. Context="1"
  752. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  753. >
  754. <PROPERTIES
  755. Context="1"
  756. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  757. >
  758. <PROPERTY
  759. Name="RawType"
  760. Format="String"
  761. Context="1"
  762. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  763. >File</PROPERTY>
  764. <PROPERTY
  765. Name="Value"
  766. Format="String"
  767. Context="1"
  768. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  769. >GDI32.dll</PROPERTY>
  770. </PROPERTIES>
  771. </RESOURCE>
  772. <RESOURCE
  773. Name="RawDep(819):&quot;File&quot;,&quot;gdiplus.dll&quot;"
  774. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  775. BuildTypeMask="819"
  776. BuildOrder="1000"
  777. Localize="False"
  778. Disabled="False"
  779. Context="1"
  780. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  781. >
  782. <PROPERTIES
  783. Context="1"
  784. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  785. >
  786. <PROPERTY
  787. Name="RawType"
  788. Format="String"
  789. Context="1"
  790. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  791. >File</PROPERTY>
  792. <PROPERTY
  793. Name="Value"
  794. Format="String"
  795. Context="1"
  796. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  797. >gdiplus.dll</PROPERTY>
  798. </PROPERTIES>
  799. </RESOURCE>
  800. <RESOURCE
  801. Name="RawDep(819):&quot;File&quot;,&quot;KERNEL32.dll&quot;"
  802. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  803. BuildTypeMask="819"
  804. BuildOrder="1000"
  805. Localize="False"
  806. Disabled="False"
  807. Context="1"
  808. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  809. >
  810. <PROPERTIES
  811. Context="1"
  812. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  813. >
  814. <PROPERTY
  815. Name="RawType"
  816. Format="String"
  817. Context="1"
  818. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  819. >File</PROPERTY>
  820. <PROPERTY
  821. Name="Value"
  822. Format="String"
  823. Context="1"
  824. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  825. >KERNEL32.dll</PROPERTY>
  826. </PROPERTIES>
  827. </RESOURCE>
  828. <RESOURCE
  829. Name="RawDep(819):&quot;File&quot;,&quot;ole32.dll&quot;"
  830. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  831. BuildTypeMask="819"
  832. BuildOrder="1000"
  833. Localize="False"
  834. Disabled="False"
  835. Context="1"
  836. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  837. >
  838. <PROPERTIES
  839. Context="1"
  840. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  841. >
  842. <PROPERTY
  843. Name="RawType"
  844. Format="String"
  845. Context="1"
  846. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  847. >File</PROPERTY>
  848. <PROPERTY
  849. Name="Value"
  850. Format="String"
  851. Context="1"
  852. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  853. >ole32.dll</PROPERTY>
  854. </PROPERTIES>
  855. </RESOURCE>
  856. <RESOURCE
  857. Name="RawDep(819):&quot;File&quot;,&quot;OLEAUT32.dll&quot;"
  858. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  859. BuildTypeMask="819"
  860. BuildOrder="1000"
  861. Localize="False"
  862. Disabled="False"
  863. Context="1"
  864. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  865. >
  866. <PROPERTIES
  867. Context="1"
  868. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  869. >
  870. <PROPERTY
  871. Name="RawType"
  872. Format="String"
  873. Context="1"
  874. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  875. >File</PROPERTY>
  876. <PROPERTY
  877. Name="Value"
  878. Format="String"
  879. Context="1"
  880. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  881. >OLEAUT32.dll</PROPERTY>
  882. </PROPERTIES>
  883. </RESOURCE>
  884. <RESOURCE
  885. Name="RawDep(819):&quot;File&quot;,&quot;SHELL32.dll&quot;"
  886. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  887. BuildTypeMask="819"
  888. BuildOrder="1000"
  889. Localize="False"
  890. Disabled="False"
  891. Context="1"
  892. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  893. >
  894. <PROPERTIES
  895. Context="1"
  896. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  897. >
  898. <PROPERTY
  899. Name="RawType"
  900. Format="String"
  901. Context="1"
  902. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  903. >File</PROPERTY>
  904. <PROPERTY
  905. Name="Value"
  906. Format="String"
  907. Context="1"
  908. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  909. >SHELL32.dll</PROPERTY>
  910. </PROPERTIES>
  911. </RESOURCE>
  912. <RESOURCE
  913. Name="RawDep(819):&quot;File&quot;,&quot;SHLWAPI.dll&quot;"
  914. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  915. BuildTypeMask="819"
  916. BuildOrder="1000"
  917. Localize="False"
  918. Disabled="False"
  919. Context="1"
  920. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  921. >
  922. <PROPERTIES
  923. Context="1"
  924. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  925. >
  926. <PROPERTY
  927. Name="RawType"
  928. Format="String"
  929. Context="1"
  930. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  931. >File</PROPERTY>
  932. <PROPERTY
  933. Name="Value"
  934. Format="String"
  935. Context="1"
  936. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  937. >SHLWAPI.dll</PROPERTY>
  938. </PROPERTIES>
  939. </RESOURCE>
  940. <RESOURCE
  941. Name="RawDep(819):&quot;File&quot;,&quot;USER32.dll&quot;"
  942. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  943. BuildTypeMask="819"
  944. BuildOrder="1000"
  945. Localize="False"
  946. Disabled="False"
  947. Context="1"
  948. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  949. >
  950. <PROPERTIES
  951. Context="1"
  952. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  953. >
  954. <PROPERTY
  955. Name="RawType"
  956. Format="String"
  957. Context="1"
  958. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  959. >File</PROPERTY>
  960. <PROPERTY
  961. Name="Value"
  962. Format="String"
  963. Context="1"
  964. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  965. >USER32.dll</PROPERTY>
  966. </PROPERTIES>
  967. </RESOURCE>
  968. <RESOURCE
  969. Name="RawDep(819):&quot;File&quot;,&quot;WININET.dll&quot;"
  970. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  971. BuildTypeMask="819"
  972. BuildOrder="1000"
  973. Localize="False"
  974. Disabled="False"
  975. Context="1"
  976. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  977. >
  978. <PROPERTIES
  979. Context="1"
  980. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  981. >
  982. <PROPERTY
  983. Name="RawType"
  984. Format="String"
  985. Context="1"
  986. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  987. >File</PROPERTY>
  988. <PROPERTY
  989. Name="Value"
  990. Format="String"
  991. Context="1"
  992. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  993. >WININET.dll</PROPERTY>
  994. </PROPERTIES>
  995. </RESOURCE>
  996. <RESOURCE
  997. Name="RawDep(819):&quot;File&quot;,&quot;SETUPAPI.dll&quot;"
  998. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  999. BuildTypeMask="819"
  1000. BuildOrder="1000"
  1001. Localize="False"
  1002. Disabled="False"
  1003. Context="1"
  1004. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  1005. >
  1006. <PROPERTIES
  1007. Context="1"
  1008. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1009. >
  1010. <PROPERTY
  1011. Name="RawType"
  1012. Format="String"
  1013. Context="1"
  1014. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1015. >File</PROPERTY>
  1016. <PROPERTY
  1017. Name="Value"
  1018. Format="String"
  1019. Context="1"
  1020. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1021. >SETUPAPI.dll</PROPERTY>
  1022. </PROPERTIES>
  1023. </RESOURCE>
  1024. <RESOURCE
  1025. Name="RawDep(819):&quot;File&quot;,&quot;STI.dll&quot;"
  1026. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  1027. BuildTypeMask="819"
  1028. BuildOrder="1000"
  1029. Localize="False"
  1030. Disabled="False"
  1031. Context="1"
  1032. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  1033. >
  1034. <PROPERTIES
  1035. Context="1"
  1036. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1037. >
  1038. <PROPERTY
  1039. Name="RawType"
  1040. Format="String"
  1041. Context="1"
  1042. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1043. >File</PROPERTY>
  1044. <PROPERTY
  1045. Name="Value"
  1046. Format="String"
  1047. Context="1"
  1048. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1049. >STI.dll</PROPERTY>
  1050. </PROPERTIES>
  1051. </RESOURCE>
  1052. <RESOURCE
  1053. Name="RawDep(819):&quot;File&quot;,&quot;WINMM.dll&quot;"
  1054. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  1055. BuildTypeMask="819"
  1056. BuildOrder="1000"
  1057. Localize="False"
  1058. Disabled="False"
  1059. Context="1"
  1060. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  1061. >
  1062. <PROPERTIES
  1063. Context="1"
  1064. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1065. >
  1066. <PROPERTY
  1067. Name="RawType"
  1068. Format="String"
  1069. Context="1"
  1070. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1071. >File</PROPERTY>
  1072. <PROPERTY
  1073. Name="Value"
  1074. Format="String"
  1075. Context="1"
  1076. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1077. >WINMM.dll</PROPERTY>
  1078. </PROPERTIES>
  1079. </RESOURCE>
  1080. <RESOURCE
  1081. Name="RawDep(819):&quot;File&quot;,&quot;MSIMG32.dll&quot;"
  1082. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  1083. BuildTypeMask="819"
  1084. BuildOrder="1000"
  1085. Localize="False"
  1086. Disabled="False"
  1087. Context="1"
  1088. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  1089. >
  1090. <PROPERTIES
  1091. Context="1"
  1092. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1093. >
  1094. <PROPERTY
  1095. Name="RawType"
  1096. Format="String"
  1097. Context="1"
  1098. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1099. >File</PROPERTY>
  1100. <PROPERTY
  1101. Name="Value"
  1102. Format="String"
  1103. Context="1"
  1104. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1105. >MSIMG32.dll</PROPERTY>
  1106. </PROPERTIES>
  1107. </RESOURCE>
  1108. <RESOURCE
  1109. Name="RawDep(819):&quot;File&quot;,&quot;COMCTL32.dll&quot;"
  1110. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  1111. BuildTypeMask="819"
  1112. BuildOrder="1000"
  1113. Localize="False"
  1114. Disabled="False"
  1115. Context="1"
  1116. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  1117. >
  1118. <PROPERTIES
  1119. Context="1"
  1120. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1121. >
  1122. <PROPERTY
  1123. Name="RawType"
  1124. Format="String"
  1125. Context="1"
  1126. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1127. >File</PROPERTY>
  1128. <PROPERTY
  1129. Name="Value"
  1130. Format="String"
  1131. Context="1"
  1132. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1133. >COMCTL32.dll</PROPERTY>
  1134. </PROPERTIES>
  1135. </RESOURCE>
  1136. <RESOURCE
  1137. Name="RawDep(819):&quot;File&quot;,&quot;ntdll.dll&quot;"
  1138. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  1139. BuildTypeMask="819"
  1140. BuildOrder="1000"
  1141. Localize="False"
  1142. Disabled="False"
  1143. Context="1"
  1144. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  1145. >
  1146. <PROPERTIES
  1147. Context="1"
  1148. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1149. >
  1150. <PROPERTY
  1151. Name="RawType"
  1152. Format="String"
  1153. Context="1"
  1154. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1155. >File</PROPERTY>
  1156. <PROPERTY
  1157. Name="Value"
  1158. Format="String"
  1159. Context="1"
  1160. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1161. >ntdll.dll</PROPERTY>
  1162. </PROPERTIES>
  1163. </RESOURCE>
  1164. <RESOURCE
  1165. Name="RawDep(819):&quot;File&quot;,&quot;WINSPOOL.DRV&quot;"
  1166. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  1167. BuildTypeMask="819"
  1168. BuildOrder="1000"
  1169. Localize="False"
  1170. Disabled="False"
  1171. Context="1"
  1172. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  1173. >
  1174. <PROPERTIES
  1175. Context="1"
  1176. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1177. >
  1178. <PROPERTY
  1179. Name="RawType"
  1180. Format="String"
  1181. Context="1"
  1182. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1183. >File</PROPERTY>
  1184. <PROPERTY
  1185. Name="Value"
  1186. Format="String"
  1187. Context="1"
  1188. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1189. >WINSPOOL.DRV</PROPERTY>
  1190. </PROPERTIES>
  1191. </RESOURCE>
  1192. <RESOURCE
  1193. Name="RawDep(819):&quot;File&quot;,&quot;urlmon.dll&quot;"
  1194. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  1195. BuildTypeMask="819"
  1196. BuildOrder="1000"
  1197. Localize="False"
  1198. Disabled="False"
  1199. Context="1"
  1200. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  1201. >
  1202. <PROPERTIES
  1203. Context="1"
  1204. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1205. >
  1206. <PROPERTY
  1207. Name="RawType"
  1208. Format="String"
  1209. Context="1"
  1210. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1211. >File</PROPERTY>
  1212. <PROPERTY
  1213. Name="Value"
  1214. Format="String"
  1215. Context="1"
  1216. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1217. >urlmon.dll</PROPERTY>
  1218. </PROPERTIES>
  1219. </RESOURCE>
  1220. <RESOURCE
  1221. Name="File(819):&quot;%18%&quot;,&quot;Camera.Hlp&quot;"
  1222. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  1223. BuildTypeMask="819"
  1224. BuildOrder="1000"
  1225. Localize="False"
  1226. Disabled="False"
  1227. Context="1"
  1228. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  1229. >
  1230. <PROPERTIES
  1231. Context="1"
  1232. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1233. >
  1234. <PROPERTY
  1235. Name="ComponentVSGUID"
  1236. Format="GUID"
  1237. Context="1"
  1238. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1239. >{00000000-0000-0000-0000-000000000000}</PROPERTY>
  1240. <PROPERTY
  1241. Name="DstName"
  1242. Format="String"
  1243. Context="1"
  1244. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1245. >Camera.Hlp</PROPERTY>
  1246. <PROPERTY
  1247. Name="DstPath"
  1248. Format="String"
  1249. Context="1"
  1250. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1251. >%18%</PROPERTY>
  1252. <PROPERTY
  1253. Name="NoExpand"
  1254. Format="Boolean"
  1255. Context="1"
  1256. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1257. >False</PROPERTY>
  1258. <PROPERTY
  1259. Name="SrcFileCRC"
  1260. Format="Integer"
  1261. Context="1"
  1262. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1263. >0</PROPERTY>
  1264. <PROPERTY
  1265. Name="SrcFileSize"
  1266. Format="Integer"
  1267. Context="1"
  1268. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1269. >0</PROPERTY>
  1270. <PROPERTY
  1271. Name="SrcName"
  1272. Format="String"
  1273. Context="1"
  1274. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1275. ></PROPERTY>
  1276. <PROPERTY
  1277. Name="SrcPath"
  1278. Format="String"
  1279. Context="1"
  1280. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1281. ></PROPERTY>
  1282. </PROPERTIES>
  1283. <DISPLAYNAME>Camera.Hlp</DISPLAYNAME>
  1284. <DESCRIPTION></DESCRIPTION>
  1285. </RESOURCE>
  1286. <RESOURCE
  1287. Name="RawDep(819):&quot;File&quot;,&quot;hhctrl.ocx&quot;"
  1288. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  1289. BuildTypeMask="819"
  1290. BuildOrder="1000"
  1291. Localize="False"
  1292. Disabled="False"
  1293. Context="1"
  1294. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  1295. >
  1296. <PROPERTIES
  1297. Context="1"
  1298. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1299. >
  1300. <PROPERTY
  1301. Name="ComponentVSGUID"
  1302. Format="GUID"
  1303. Context="1"
  1304. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1305. >{00000000-0000-0000-0000-000000000000}</PROPERTY>
  1306. <PROPERTY
  1307. Name="RawType"
  1308. Format="String"
  1309. Context="1"
  1310. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1311. >File</PROPERTY>
  1312. <PROPERTY
  1313. Name="Value"
  1314. Format="String"
  1315. Context="1"
  1316. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1317. >hhctrl.ocx</PROPERTY>
  1318. </PROPERTIES>
  1319. <DISPLAYNAME>Dependency upon &apos;hhctrl.ocx&apos;</DISPLAYNAME>
  1320. <DESCRIPTION></DESCRIPTION>
  1321. </RESOURCE>
  1322. <RESOURCE
  1323. Name="File(819):&quot;%18%&quot;,&quot;camera.chm&quot;"
  1324. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  1325. BuildTypeMask="819"
  1326. BuildOrder="1000"
  1327. Localize="False"
  1328. Disabled="False"
  1329. Context="1"
  1330. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  1331. >
  1332. <PROPERTIES
  1333. Context="1"
  1334. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1335. >
  1336. <PROPERTY
  1337. Name="ComponentVSGUID"
  1338. Format="GUID"
  1339. Context="1"
  1340. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1341. >{00000000-0000-0000-0000-000000000000}</PROPERTY>
  1342. <PROPERTY
  1343. Name="DstName"
  1344. Format="String"
  1345. Context="1"
  1346. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1347. >camera.chm</PROPERTY>
  1348. <PROPERTY
  1349. Name="DstPath"
  1350. Format="String"
  1351. Context="1"
  1352. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1353. >%18%</PROPERTY>
  1354. <PROPERTY
  1355. Name="NoExpand"
  1356. Format="Boolean"
  1357. Context="1"
  1358. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1359. >False</PROPERTY>
  1360. <PROPERTY
  1361. Name="SrcFileCRC"
  1362. Format="Integer"
  1363. Context="1"
  1364. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1365. >0</PROPERTY>
  1366. <PROPERTY
  1367. Name="SrcFileSize"
  1368. Format="Integer"
  1369. Context="1"
  1370. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1371. >21924</PROPERTY>
  1372. <PROPERTY
  1373. Name="SrcName"
  1374. Format="String"
  1375. Context="1"
  1376. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1377. ></PROPERTY>
  1378. <PROPERTY
  1379. Name="SrcPath"
  1380. Format="String"
  1381. Context="1"
  1382. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1383. ></PROPERTY>
  1384. </PROPERTIES>
  1385. <DISPLAYNAME>camera.chm</DISPLAYNAME>
  1386. <DESCRIPTION></DESCRIPTION>
  1387. </RESOURCE>
  1388. </RESOURCES>
  1389. <GROUPMEMBERS
  1390. >
  1391. <GROUPMEMBER
  1392. GroupVSGUID="{434C5E26-9616-43B3-BF59-4B908868769C}"
  1393. ></GROUPMEMBER>
  1394. </GROUPMEMBERS>
  1395. <DEPENDENCIES
  1396. Context="1"
  1397. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  1398. > </DEPENDENCIES>
  1399. <DISPLAYNAME>Windows Image Acquisition User Interface</DISPLAYNAME>
  1400. <VERSION>1.1</VERSION>
  1401. <DESCRIPTION>Windows Image Acquisition User Interface. Includes scanning and camera wizard.</DESCRIPTION>
  1402. <COPYRIGHT>2000 Microsoft Corp.</COPYRIGHT>
  1403. <VENDOR>Microsoft Corp.</VENDOR>
  1404. <OWNERS>ricktu</OWNERS>
  1405. <AUTHORS>vlads;ricktu</AUTHORS>
  1406. <DATECREATED>7/26/2000</DATECREATED>
  1407. <DATEREVISED>10/17/2001 6:24:09 PM</DATEREVISED>
  1408. </COMPONENT>
  1409. </COMPONENTS>
  1410. <RESTYPES
  1411. Context="1"
  1412. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1413. > </RESTYPES>
  1414. </DCARRIER>