-
Notifications
You must be signed in to change notification settings - Fork 9
/
buzzbird-template.aip
736 lines (736 loc) · 125 KB
/
buzzbird-template.aip
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<DOCUMENT Type="Advanced Installer" CreateVersion="6.8" version="7.7" Modules="freeware" RootPath="." Language="en">
<COMPONENT cid="caphyon.advinst.msicomp.MsiPropsComponent">
<ROW Property="ALLUSERS" Value="2"/>
<ROW Property="ARPCOMMENTS" Value="This installer database contains the logic and data required to install [|ProductName]." ValueLocId="*"/>
<ROW Property="ARPNOMODIFY" MultiBuildValue="DefaultBuild:1"/>
<ROW Property="ARPPRODUCTICON" Value="Buzzbird.exe" Type="8"/>
<ROW Property="ARPURLINFOABOUT" Value="http://getbuzzbird.com"/>
<ROW Property="BannerBitmap" MultiBuildValue="DefaultBuild:default_banner.bmp" Type="1"/>
<ROW Property="DialogBitmap" MultiBuildValue="DefaultBuild:default_dialog.bmp" Type="1"/>
<ROW Property="Manufacturer" Value="Buzzbird" ValueLocId="*"/>
<ROW Property="ProductCode" Value="1033:{873A341C-82BB-4C1D-B592-97A5CFAB53A1} " Type="16"/>
<ROW Property="ProductLanguage" Value="1033"/>
<ROW Property="ProductName" Value="Buzzbird" ValueLocId="*"/>
<ROW Property="ProductVersion" Value="0.8"/>
<ROW Property="SecureCustomProperties" Value="OLDPRODUCTS;AI_NEWERPRODUCTFOUND"/>
<ROW Property="UpgradeCode" Value="{93D9857A-479C-4095-AAB5-2EFE2545C5AB}"/>
<ROW Property="WindowsFamily9X" MultiBuildValue="DefaultBuild:Windows 9x/ME" ValueLocId="-"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.MsiDirsComponent">
<ROW Directory="APPDIR" Directory_Parent="TARGETDIR" DefaultDir="APPDIR:." IsPseudoRoot="1"/>
<ROW Directory="Buzzbird_DIR" Directory_Parent="ProgramMenuFolder" DefaultDir="Buzzbird"/>
<ROW Directory="ProgramFilesFolder" Directory_Parent="TARGETDIR" DefaultDir="Progra~1|ProgramFilesFolder" IsPseudoRoot="1"/>
<ROW Directory="ProgramMenuFolder" Directory_Parent="TARGETDIR" DefaultDir="Progra~2|ProgramMenuFolder" IsPseudoRoot="1"/>
<ROW Directory="TARGETDIR" DefaultDir="SourceDir"/>
<ROW Directory="US_DIR" Directory_Parent="profile_DIR" DefaultDir="US"/>
<ROW Directory="actions_DIR" Directory_Parent="images_1_DIR" DefaultDir="actions"/>
<ROW Directory="autoconfig_DIR" Directory_Parent="defaults_1_DIR" DefaultDir="autoco~1|autoconfig"/>
<ROW Directory="bluebird_DIR" Directory_Parent="ProgramFilesFolder" DefaultDir="Buzzbird"/>
<ROW Directory="branding_1_DIR" Directory_Parent="locale_DIR" DefaultDir="branding"/>
<ROW Directory="branding_DIR" Directory_Parent="content_DIR" DefaultDir="branding"/>
<ROW Directory="buttons_DIR" Directory_Parent="images_1_DIR" DefaultDir="buttons"/>
<ROW Directory="chrome_1_DIR" Directory_Parent="xulrunner_DIR" DefaultDir="chrome"/>
<ROW Directory="chrome_2_DIR" Directory_Parent="profile_DIR" DefaultDir="chrome"/>
<ROW Directory="chrome_3_DIR" Directory_Parent="US_DIR" DefaultDir="chrome"/>
<ROW Directory="chrome_DIR" Directory_Parent="bluebird_DIR" DefaultDir="chrome"/>
<ROW Directory="classic_DIR" Directory_Parent="skin_DIR" DefaultDir="classic"/>
<ROW Directory="components_DIR" Directory_Parent="xulrunner_DIR" DefaultDir="compon~1|components"/>
<ROW Directory="content_DIR" Directory_Parent="chrome_DIR" DefaultDir="content"/>
<ROW Directory="css_DIR" Directory_Parent="content_DIR" DefaultDir="css"/>
<ROW Directory="defaults_1_DIR" Directory_Parent="xulrunner_DIR" DefaultDir="defaults"/>
<ROW Directory="defaults_DIR" Directory_Parent="bluebird_DIR" DefaultDir="defaults"/>
<ROW Directory="dictionaries_DIR" Directory_Parent="xulrunner_DIR" DefaultDir="dictio~1|dictionaries"/>
<ROW Directory="dtd_DIR" Directory_Parent="res_DIR" DefaultDir="dtd"/>
<ROW Directory="entityTables_DIR" Directory_Parent="res_DIR" DefaultDir="entity~1|entityTables"/>
<ROW Directory="fonts_DIR" Directory_Parent="res_DIR" DefaultDir="fonts"/>
<ROW Directory="global_DIR" Directory_Parent="content_DIR" DefaultDir="global"/>
<ROW Directory="gray_blue_DIR" Directory_Parent="speech_bubbles_DIR" DefaultDir="gray-b~1|gray-blue"/>
<ROW Directory="greprefs_DIR" Directory_Parent="xulrunner_DIR" DefaultDir="greprefs"/>
<ROW Directory="html_DIR" Directory_Parent="res_DIR" DefaultDir="html"/>
<ROW Directory="images_1_DIR" Directory_Parent="classic_DIR" DefaultDir="images"/>
<ROW Directory="images_DIR" Directory_Parent="content_DIR" DefaultDir="images"/>
<ROW Directory="js_DIR" Directory_Parent="content_DIR" DefaultDir="js"/>
<ROW Directory="large_DIR" Directory_Parent="buttons_DIR" DefaultDir="large"/>
<ROW Directory="locale_DIR" Directory_Parent="chrome_DIR" DefaultDir="locale"/>
<ROW Directory="modules_DIR" Directory_Parent="xulrunner_DIR" DefaultDir="modules"/>
<ROW Directory="notifications_DIR" Directory_Parent="content_DIR" DefaultDir="notifi~1|notifications"/>
<ROW Directory="notify_DIR" Directory_Parent="js_DIR" DefaultDir="notify"/>
<ROW Directory="oauth_DIR" Directory_Parent="js_DIR" DefaultDir="oauth"/>
<ROW Directory="plugins_DIR" Directory_Parent="xulrunner_DIR" DefaultDir="plugins"/>
<ROW Directory="pref_DIR" Directory_Parent="defaults_1_DIR" DefaultDir="pref"/>
<ROW Directory="preferences_DIR" Directory_Parent="defaults_DIR" DefaultDir="prefer~1|preferences"/>
<ROW Directory="prefs_DIR" Directory_Parent="images_1_DIR" DefaultDir="prefs"/>
<ROW Directory="profile_DIR" Directory_Parent="defaults_1_DIR" DefaultDir="profile"/>
<ROW Directory="res_DIR" Directory_Parent="xulrunner_DIR" DefaultDir="res"/>
<ROW Directory="services_DIR" Directory_Parent="images_DIR" DefaultDir="services"/>
<ROW Directory="skin_DIR" Directory_Parent="chrome_DIR" DefaultDir="skin"/>
<ROW Directory="small_DIR" Directory_Parent="buttons_DIR" DefaultDir="small"/>
<ROW Directory="social_DIR" Directory_Parent="js_DIR" DefaultDir="social"/>
<ROW Directory="speech_bubbles_DIR" Directory_Parent="images_DIR" DefaultDir="speech~1|speech-bubbles"/>
<ROW Directory="xulrunner_DIR" Directory_Parent="bluebird_DIR" DefaultDir="xulrun~1|xulrunner"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.MsiCompsComponent">
<ROW Component="AccessibleMarshal.dll" ComponentId="{2E15C5D4-1B00-4E04-A8C3-4A7756B94F85}" Directory_="xulrunner_DIR" Attributes="0" KeyPath="AccessibleMarshal.dll"/>
<ROW Component="BubbleBlueL800x1600.png" ComponentId="{D11D1F76-D3B6-47D3-866C-8CF45D9763F8}" Directory_="speech_bubbles_DIR" Attributes="0" KeyPath="BubbleBlueL800x1600.png" Type="0"/>
<ROW Component="Buzzbird" ComponentId="{34E887BC-E5D8-4773-A8AB-9E80C7B4AEF6}" Directory_="Buzzbird_DIR" Attributes="0"/>
<ROW Component="IA2Marshal.dll" ComponentId="{E543804B-BE2A-4477-95D7-CDDFCE8E1388}" Directory_="xulrunner_DIR" Attributes="0" KeyPath="IA2Marshal.dll"/>
<ROW Component="Link_Pressed.png" ComponentId="{267C147A-09DC-424E-B214-1FEC83293290}" Directory_="buttons_DIR" Attributes="0" KeyPath="Link_Pressed.png" Type="0"/>
<ROW Component="about.xul" ComponentId="{C9D4C569-E048-472B-A9E7-82E96738D6FD}" Directory_="content_DIR" Attributes="0" KeyPath="about.xul" Type="0"/>
<ROW Component="accessibility_msaa.xpt" ComponentId="{9DFEE10A-0F4B-4E8B-8981-F64847A8B5DB}" Directory_="components_DIR" Attributes="0" KeyPath="accessibility_msaa.xpt" Type="0"/>
<ROW Component="account_manager.js" ComponentId="{34637AD1-3961-45CA-AE35-38F6574FF760}" Directory_="js_DIR" Attributes="0" KeyPath="account_manager.js" Type="0"/>
<ROW Component="ajax_loader_3.gif" ComponentId="{978B09A3-992D-4FAE-BAB0-7D0E5D20865F}" Directory_="images_DIR" Attributes="0" KeyPath="ajax_loader_3.gif" Type="0"/>
<ROW Component="all.js" ComponentId="{81C1D1B8-B06A-469F-B66E-1197D90BEC9D}" Directory_="greprefs_DIR" Attributes="0" KeyPath="all.js" Type="0"/>
<ROW Component="application.ini" ComponentId="{D3DA316C-F5EB-4B1A-89F1-200FDF4C05D5}" Directory_="bluebird_DIR" Attributes="0" KeyPath="application.ini" Type="0"/>
<ROW Component="arrow.gif" ComponentId="{8B2567C7-5CB3-44D9-8216-FE5FA94B61FA}" Directory_="res_DIR" Attributes="0" KeyPath="arrow.gif" Type="0"/>
<ROW Component="b.gif" ComponentId="{7959065F-88CD-4806-A58E-E6BB4E9F7E1F}" Directory_="gray_blue_DIR" Attributes="0" KeyPath="b.gif" Type="0"/>
<ROW Component="brand.dtd" ComponentId="{C06893FC-1E26-4C70-800D-2CB13A2EA600}" Directory_="branding_1_DIR" Attributes="0" KeyPath="brand.dtd" Type="0"/>
<ROW Component="browser.css" ComponentId="{FBDFC7B0-F119-4D98-8823-B65602736C7D}" Directory_="classic_DIR" Attributes="0" KeyPath="browser.css" Type="0"/>
<ROW Component="buzzbird.exe" ComponentId="{776C76A8-6F81-471C-B744-24E31F06F1F6}" Directory_="xulrunner_DIR" Attributes="0" KeyPath="buzzbird.exe"/>
<ROW Component="buzzbird.exe_1" ComponentId="{639FE8FA-68E7-4DBE-A080-BFC9A148936C}" Directory_="bluebird_DIR" Attributes="0" KeyPath="buzzbird.exe_1"/>
<ROW Component="checkmark_gray.png" ComponentId="{C05CCC75-F234-4225-9F96-FB69A414C7F7}" Directory_="actions_DIR" Attributes="0" KeyPath="checkmark_gray.png" Type="0"/>
<ROW Component="chrome.manifest" ComponentId="{F3C9A7C1-4A9B-40F8-91F4-093ED1485B1D}" Directory_="chrome_DIR" Attributes="0" KeyPath="chrome.manifest" Type="0"/>
<ROW Component="classic.jar" ComponentId="{054EDC9C-FF5E-40FF-8230-C17CA2A0CED6}" Directory_="chrome_1_DIR" Attributes="0" KeyPath="classic.jar" Type="0"/>
<ROW Component="comment_add_clicked.png" ComponentId="{05F59578-2605-4F63-BDD9-FD9EADE2657E}" Directory_="large_DIR" Attributes="0" KeyPath="comment_add_clicked.png" Type="0"/>
<ROW Component="comment_add_clicked.png_1" ComponentId="{7338CD6D-69F7-40C4-8A29-FA296C4322F0}" Directory_="small_DIR" Attributes="0" KeyPath="comment_add_clicked.png_1" Type="0"/>
<ROW Component="crashreporter.exe" ComponentId="{CDC78106-00F0-4964-8478-DA74ABF0B404}" Directory_="xulrunner_DIR" Attributes="0" KeyPath="crashreporter.exe"/>
<ROW Component="crashreporter.ini" ComponentId="{C31C93CB-870A-4B69-A26B-5B1BDE4BA874}" Directory_="xulrunner_DIR" Attributes="0" KeyPath="crashreporter.ini" Type="0"/>
<ROW Component="debug.js" ComponentId="{3C226C89-364A-4558-8E7F-0CCB37EED0A8}" Directory_="preferences_DIR" Attributes="0" KeyPath="debug.js" Type="0"/>
<ROW Component="debug.js_1" ComponentId="{AE2257D5-3E81-4BB5-915C-11D83F1BB777}" Directory_="modules_DIR" Attributes="0" KeyPath="debug.js_1" Type="0"/>
<ROW Component="editMenuOverlay.js" ComponentId="{4EC73DF6-C318-4EDB-9485-DE80CBE87548}" Directory_="global_DIR" Attributes="0" KeyPath="editMenuOverlay.js" Type="0"/>
<ROW Component="en_US.aff" ComponentId="{AE39D9BA-E141-49A0-9AEB-EE71B3A005BB}" Directory_="dictionaries_DIR" Attributes="0" KeyPath="en_US.aff" Type="0"/>
<ROW Component="folder.png" ComponentId="{28723D8D-4A85-47FF-B2FA-8850DDC7405E}" Directory_="html_DIR" Attributes="0" KeyPath="folder.png" Type="0"/>
<ROW Component="freebl3.dll" ComponentId="{56F2428E-DBB0-49DA-B52C-02FD5C74B5E8}" Directory_="xulrunner_DIR" Attributes="0" KeyPath="freebl3.dll"/>
<ROW Component="friendship_button_background.png" ComponentId="{EF72414D-E5A1-43CF-8E24-7C380B683A43}" Directory_="images_1_DIR" Attributes="0" KeyPath="friendship_button_background.png" Type="0"/>
<ROW Component="growlnotify.com" ComponentId="{6ACCCCFF-E8D4-41F4-92C3-90CCA084A9CB}" Directory_="notifications_DIR" Attributes="0" KeyPath="growlnotify.com" Type="0"/>
<ROW Component="growlnotify.exe" ComponentId="{89683920-C9F0-4A20-9A39-8A7409EA68DB}" Directory_="notifications_DIR" Attributes="0" KeyPath="growlnotify.exe"/>
<ROW Component="html40Latin1.properties" ComponentId="{18C1799C-89E9-4192-B47B-99E002E20DFA}" Directory_="entityTables_DIR" Attributes="0" KeyPath="html40Latin1.properties" Type="0"/>
<ROW Component="icon48.png" ComponentId="{634DAD81-16FC-41CA-BD29-8C19146D0DB1}" Directory_="branding_DIR" Attributes="0" KeyPath="icon48.png" Type="0"/>
<ROW Component="identica.js" ComponentId="{9D6618A9-94C1-4D5F-AFDE-9BF3DAB20172}" Directory_="social_DIR" Attributes="0" KeyPath="identica.js" Type="0"/>
<ROW Component="identica_16x16.png" ComponentId="{C99887DC-015B-47AF-AA66-D1C2652C2F72}" Directory_="services_DIR" Attributes="0" KeyPath="identica_16x16.png" Type="0"/>
<ROW Component="javaxpcomglue.dll" ComponentId="{5BEEBA31-473F-4C8E-9762-91C0DBA8F33B}" Directory_="xulrunner_DIR" Attributes="0" KeyPath="javaxpcomglue.dll"/>
<ROW Component="js.exe" ComponentId="{91AA6BD4-0412-47F7-B24C-D8F5704683BE}" Directory_="xulrunner_DIR" Attributes="0" KeyPath="js.exe"/>
<ROW Component="js3250.dll" ComponentId="{4CB6E4E7-97A3-48BD-BBF9-F0D088407642}" Directory_="xulrunner_DIR" Attributes="0" KeyPath="js3250.dll"/>
<ROW Component="localstore.rdf" ComponentId="{10006748-D0ED-4DA5-8C44-E4C1530E3D2D}" Directory_="profile_DIR" Attributes="0" KeyPath="localstore.rdf" Type="0"/>
<ROW Component="localstore.rdf_1" ComponentId="{967F2C88-2D25-4F09-B354-F0B6D4B550C6}" Directory_="US_DIR" Attributes="0" KeyPath="localstore.rdf_1" Type="0"/>
<ROW Component="login.css" ComponentId="{2095CA69-1473-46EC-9E7A-5149C5E05EB9}" Directory_="css_DIR" Attributes="0" KeyPath="login.css" Type="0"/>
<ROW Component="main.dtd" ComponentId="{7C88951A-9258-45DA-B34E-4F916B3410C5}" Directory_="locale_DIR" Attributes="0" KeyPath="main.dtd" Type="0"/>
<ROW Component="mathfont.properties" ComponentId="{29158709-9345-413F-A4FC-490602C9378F}" Directory_="fonts_DIR" Attributes="0" KeyPath="mathfont.properties" Type="0"/>
<ROW Component="mathml.dtd" ComponentId="{0D73C185-C985-410A-8BC9-AA350273CD5E}" Directory_="dtd_DIR" Attributes="0" KeyPath="mathml.dtd" Type="0"/>
<ROW Component="mozcrt19.dll" ComponentId="{1F75720C-F730-41F0-95CB-1E863BBE098E}" Directory_="xulrunner_DIR" Attributes="0" KeyPath="mozcrt19.dll"/>
<ROW Component="mozctl.dll" ComponentId="{91707EF9-97CF-4359-9DC1-E7136F5E4EE4}" Directory_="xulrunner_DIR" Attributes="0" KeyPath="mozctl.dll"/>
<ROW Component="mozctlx.dll" ComponentId="{E84091A9-B149-4246-BBB4-C1CEA031C8F2}" Directory_="xulrunner_DIR" Attributes="0" KeyPath="mozctlx.dll"/>
<ROW Component="notify_linux.js" ComponentId="{2FC4BEE0-E66D-4013-8424-840A7AC5E05B}" Directory_="notify_DIR" Attributes="0" KeyPath="notify_linux.js" Type="0"/>
<ROW Component="npnul32.dll" ComponentId="{47443D9C-2D57-4C40-A2B0-5E0EDFDA44CA}" Directory_="plugins_DIR" Attributes="0" KeyPath="npnul32.dll"/>
<ROW Component="nspr4.dll" ComponentId="{389647D7-BFE2-4D38-9D8E-C54F22AED0A9}" Directory_="xulrunner_DIR" Attributes="0" KeyPath="nspr4.dll"/>
<ROW Component="nss3.dll" ComponentId="{A45BB799-14EC-4F41-897B-815FA7F95BF6}" Directory_="xulrunner_DIR" Attributes="0" KeyPath="nss3.dll"/>
<ROW Component="nssckbi.dll" ComponentId="{0D64FCFE-3BCE-45E4-A227-21872FF565E3}" Directory_="xulrunner_DIR" Attributes="0" KeyPath="nssckbi.dll"/>
<ROW Component="nssdbm3.dll" ComponentId="{9A5B7944-8600-4651-83A5-51B94B54F780}" Directory_="xulrunner_DIR" Attributes="0" KeyPath="nssdbm3.dll"/>
<ROW Component="nssutil3.dll" ComponentId="{578FB0F2-B9DB-4355-9E71-279FBA3032F5}" Directory_="xulrunner_DIR" Attributes="0" KeyPath="nssutil3.dll"/>
<ROW Component="oauth.js" ComponentId="{39BF2789-251F-43EB-B825-06DAC0B849AD}" Directory_="oauth_DIR" Attributes="0" KeyPath="oauth.js" Type="0"/>
<ROW Component="platform.js" ComponentId="{F0A015A6-917B-4824-B314-A71A8E2AAA98}" Directory_="autoconfig_DIR" Attributes="0" KeyPath="platform.js" Type="0"/>
<ROW Component="plc4.dll" ComponentId="{50844D98-E69D-46A0-B08A-0FE5D423B5A3}" Directory_="xulrunner_DIR" Attributes="0" KeyPath="plc4.dll"/>
<ROW Component="plds4.dll" ComponentId="{1D88F0E6-259A-442A-A913-ACC5F5AD72B4}" Directory_="xulrunner_DIR" Attributes="0" KeyPath="plds4.dll"/>
<ROW Component="prefs_accounts.png" ComponentId="{92C96484-FFB7-4A67-ACE9-A21A7EEEAEA0}" Directory_="prefs_DIR" Attributes="0" KeyPath="prefs_accounts.png" Type="0"/>
<ROW Component="redit.exe" ComponentId="{56D32268-0713-4E5D-8A34-6511634EB3BB}" Directory_="xulrunner_DIR" Attributes="0" KeyPath="redit.exe"/>
<ROW Component="smime3.dll" ComponentId="{12066BA7-BCCE-4FB3-974F-B8E419607B51}" Directory_="xulrunner_DIR" Attributes="0" KeyPath="smime3.dll"/>
<ROW Component="softokn3.dll" ComponentId="{B972E12F-D8F8-4CC5-A490-F68EDAC9D09C}" Directory_="xulrunner_DIR" Attributes="0" KeyPath="softokn3.dll"/>
<ROW Component="sqlite3.dll" ComponentId="{3C1F9119-42D6-4BBE-9887-17CFF8255CD6}" Directory_="xulrunner_DIR" Attributes="0" KeyPath="sqlite3.dll"/>
<ROW Component="ssl3.dll" ComponentId="{08A43D2D-BF1F-47F9-A441-4FFCD7192621}" Directory_="xulrunner_DIR" Attributes="0" KeyPath="ssl3.dll"/>
<ROW Component="updater.exe" ComponentId="{50ACE2FF-6C48-450F-B4A1-0F7CD3DE63B7}" Directory_="xulrunner_DIR" Attributes="0" KeyPath="updater.exe"/>
<ROW Component="userChrome_example.css" ComponentId="{B62A2F8F-F389-4B10-B8D8-5A212B246298}" Directory_="chrome_2_DIR" Attributes="0" KeyPath="userChrome_example.css" Type="0"/>
<ROW Component="userChrome_example.css_1" ComponentId="{8A1717C9-C395-46A0-8D61-6EC40C840850}" Directory_="chrome_3_DIR" Attributes="0" KeyPath="userChrome_example.css_1" Type="0"/>
<ROW Component="xpcom.dll" ComponentId="{AD105114-BD48-482B-9E99-6CA118FBDB6E}" Directory_="xulrunner_DIR" Attributes="0" KeyPath="xpcom.dll"/>
<ROW Component="xpcshell.exe" ComponentId="{1C34434D-060C-45CD-B6CB-629309075F1F}" Directory_="xulrunner_DIR" Attributes="0" KeyPath="xpcshell.exe"/>
<ROW Component="xpidl.exe" ComponentId="{E3BEF88C-FFFE-4EBD-9E35-21C4C35D9917}" Directory_="xulrunner_DIR" Attributes="0" KeyPath="xpidl.exe"/>
<ROW Component="xpt_dump.exe" ComponentId="{75785414-AF2B-4DC5-B340-7E8573D4AA18}" Directory_="xulrunner_DIR" Attributes="0" KeyPath="xpt_dump.exe"/>
<ROW Component="xpt_link.exe" ComponentId="{6B546E2C-ED45-43A5-8DBA-B90FE736DEA4}" Directory_="xulrunner_DIR" Attributes="0" KeyPath="xpt_link.exe"/>
<ROW Component="xul.dll" ComponentId="{1A31243A-2241-4519-B1E1-972A1C4878ED}" Directory_="xulrunner_DIR" Attributes="0" KeyPath="xul.dll"/>
<ROW Component="xulrunner.exe" ComponentId="{BB1164AC-17FF-4BEE-A30C-D5B821881295}" Directory_="xulrunner_DIR" Attributes="0" KeyPath="xulrunner.exe"/>
<ROW Component="xulrunner.js" ComponentId="{D0247B03-FCDA-40A5-BB9E-2B5D984BB01F}" Directory_="pref_DIR" Attributes="0" KeyPath="xulrunner.js" Type="0"/>
<ROW Component="xulrunner_stub.exe" ComponentId="{88934A31-DF70-4916-AAD5-CE5544944966}" Directory_="xulrunner_DIR" Attributes="0" KeyPath="xulrunner_stub.exe"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.MsiFeatsComponent">
<ROW Feature="MainFeature" Title="MainFeature" Description="Description" Display="1" Level="1" Directory_="APPDIR" Attributes="0" Components="Buzzbird chrome.manifest about.xul icon48.png login.css editMenuOverlay.js ajax_loader_3.gif identica_16x16.png BubbleBlueL800x1600.png b.gif account_manager.js notify_linux.js oauth.js identica.js growlnotify.com growlnotify.exe brand.dtd main.dtd browser.css checkmark_gray.png comment_add_clicked.png Link_Pressed.png comment_add_clicked.png_1 friendship_button_background.png prefs_accounts.png debug.js AccessibleMarshal.dll buzzbird.exe classic.jar accessibility_msaa.xpt crashreporter.exe crashreporter.ini platform.js xulrunner.js userChrome_example.css localstore.rdf userChrome_example.css_1 localstore.rdf_1 en_US.aff freebl3.dll all.js IA2Marshal.dll javaxpcomglue.dll js.exe js3250.dll debug.js_1 mozcrt19.dll mozctl.dll mozctlx.dll nspr4.dll nss3.dll nssckbi.dll nssdbm3.dll nssutil3.dll plc4.dll plds4.dll npnul32.dll redit.exe arrow.gif mathml.dtd html40Latin1.properties mathfont.properties folder.png smime3.dll softokn3.dll sqlite3.dll ssl3.dll updater.exe xpcom.dll xpcshell.exe xpidl.exe xpt_dump.exe xpt_link.exe xul.dll xulrunner_stub.exe xulrunner.exe application.ini buzzbird.exe_1"/>
<ATTRIBUTE name="CurrentFeature" value="MainFeature"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.MsiFilesComponent">
<ROW File="AccessibleMarshal.dll" Component_="AccessibleMarshal.dll" FileName="Access~1.dll|AccessibleMarshal.dll" Attributes="0" SourcePath="pkg\xulrunner\AccessibleMarshal.dll" SelfReg="false" Sequence="204"/>
<ROW File="BubbleBlueL800x1600.png" Component_="BubbleBlueL800x1600.png" FileName="Bubble~1.png|BubbleBlueL800x1600.png" Attributes="0" SourcePath="pkg\chrome\content\images\speech-bubbles\BubbleBlueL800x1600.png" SelfReg="false" Sequence="43"/>
<ROW File="BubbleBlueR800x1600.png" Component_="BubbleBlueL800x1600.png" FileName="Bubble~2.png|BubbleBlueR800x1600.png" Attributes="0" SourcePath="pkg\chrome\content\images\speech-bubbles\BubbleBlueR800x1600.png" SelfReg="false" Sequence="44"/>
<ROW File="BubbleGrayL800x1600.png" Component_="BubbleBlueL800x1600.png" FileName="Bubble~3.png|BubbleGrayL800x1600.png" Attributes="0" SourcePath="pkg\chrome\content\images\speech-bubbles\BubbleGrayL800x1600.png" SelfReg="false" Sequence="45"/>
<ROW File="BubbleGreenL800x1600.png" Component_="BubbleBlueL800x1600.png" FileName="Bubble~4.png|BubbleGreenL800x1600.png" Attributes="0" SourcePath="pkg\chrome\content\images\speech-bubbles\BubbleGreenL800x1600.png" SelfReg="false" Sequence="46"/>
<ROW File="BubbleOrangeL800x1600.png" Component_="BubbleBlueL800x1600.png" FileName="Bubble~5.png|BubbleOrangeL800x1600.png" Attributes="0" SourcePath="pkg\chrome\content\images\speech-bubbles\BubbleOrangeL800x1600.png" SelfReg="false" Sequence="47"/>
<ROW File="BubblePurpleL800x1600.png" Component_="BubbleBlueL800x1600.png" FileName="Bubble~6.png|BubblePurpleL800x1600.png" Attributes="0" SourcePath="pkg\chrome\content\images\speech-bubbles\BubblePurpleL800x1600.png" SelfReg="false" Sequence="48"/>
<ROW File="Buzzbird_Logo_150x150.png" Component_="ajax_loader_3.gif" FileName="Buzzbi~1.png|Buzzbird-Logo-150x150.png" Attributes="0" SourcePath="pkg\chrome\content\images\Buzzbird-Logo-150x150.png" SelfReg="false" Sequence="25"/>
<ROW File="Buzzbird_Logo_48x48.png" Component_="ajax_loader_3.gif" FileName="Buzzbi~2.png|Buzzbird-Logo-48x48.png" Attributes="0" SourcePath="pkg\chrome\content\images\Buzzbird-Logo-48x48.png" SelfReg="false" Sequence="26"/>
<ROW File="DownloadLastDir.jsm" Component_="debug.js_1" FileName="Downlo~1.jsm|DownloadLastDir.jsm" Attributes="0" SourcePath="pkg\xulrunner\modules\DownloadLastDir.jsm" SelfReg="false" Sequence="406"/>
<ROW File="DownloadUtils.jsm" Component_="debug.js_1" FileName="Downlo~2.jsm|DownloadUtils.jsm" Attributes="0" SourcePath="pkg\xulrunner\modules\DownloadUtils.jsm" SelfReg="false" Sequence="407"/>
<ROW File="EditorOverride.css" Component_="arrow.gif" FileName="Editor~1.css|EditorOverride.css" Attributes="0" SourcePath="pkg\xulrunner\res\EditorOverride.css" SelfReg="false" Sequence="441"/>
<ROW File="FeedProcessor.js" Component_="accessibility_msaa.xpt" FileName="FeedPr~1.js|FeedProcessor.js" Attributes="0" SourcePath="pkg\xulrunner\components\FeedProcessor.js" SelfReg="false" Sequence="268"/>
<ROW File="IA2Marshal.dll" Component_="IA2Marshal.dll" FileName="IA2Mar~1.dll|IA2Marshal.dll" Attributes="0" SourcePath="pkg\xulrunner\IA2Marshal.dll" SelfReg="false" Sequence="399"/>
<ROW File="ISO8601DateUtils.jsm" Component_="debug.js_1" FileName="ISO860~1.jsm|ISO8601DateUtils.jsm" Attributes="0" SourcePath="pkg\xulrunner\modules\ISO8601DateUtils.jsm" SelfReg="false" Sequence="408"/>
<ROW File="Identica_26x26.png" Component_="identica_16x16.png" FileName="Identi~4.png|Identica-26x26.png" Attributes="0" SourcePath="pkg\chrome\content\images\services\Identica-26x26.png" SelfReg="false" Sequence="34"/>
<ROW File="LICENSE" Component_="crashreporter.ini" FileName="LICENSE" Attributes="0" SourcePath="pkg\xulrunner\LICENSE" SelfReg="false" Sequence="404"/>
<ROW File="Link.png" Component_="Link_Pressed.png" FileName="Link.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\buttons\Link.png" SelfReg="false" Sequence="166"/>
<ROW File="Link_Pressed.png" Component_="Link_Pressed.png" FileName="Link-P~1.png|Link-Pressed.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\buttons\Link-Pressed.png" SelfReg="false" Sequence="165"/>
<ROW File="Microformats.js" Component_="debug.js_1" FileName="Microf~1.js|Microformats.js" Attributes="0" SourcePath="pkg\xulrunner\modules\Microformats.js" SelfReg="false" Sequence="409"/>
<ROW File="NetworkGeolocationProvider.js" Component_="accessibility_msaa.xpt" FileName="Networ~1.js|NetworkGeolocationProvider.js" Attributes="0" SourcePath="pkg\xulrunner\components\NetworkGeolocationProvider.js" SelfReg="false" Sequence="303"/>
<ROW File="PlacesDBUtils.jsm" Component_="debug.js_1" FileName="Places~1.jsm|PlacesDBUtils.jsm" Attributes="0" SourcePath="pkg\xulrunner\modules\PlacesDBUtils.jsm" SelfReg="false" Sequence="410"/>
<ROW File="PluralForm.jsm" Component_="debug.js_1" FileName="Plural~1.jsm|PluralForm.jsm" Attributes="0" SourcePath="pkg\xulrunner\modules\PluralForm.jsm" SelfReg="false" Sequence="411"/>
<ROW File="README.txt" Component_="crashreporter.ini" FileName="README.txt" Attributes="0" SourcePath="pkg\xulrunner\README.txt" SelfReg="false" Sequence="430"/>
<ROW File="Smiley1.png" Component_="Link_Pressed.png" FileName="Smiley1.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\buttons\Smiley1.png" SelfReg="false" Sequence="183"/>
<ROW File="Smiley1_Pressed.png" Component_="Link_Pressed.png" FileName="Smiley~1.png|Smiley1-Pressed.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\buttons\Smiley1-Pressed.png" SelfReg="false" Sequence="182"/>
<ROW File="SpatialNavigation.js" Component_="debug.js_1" FileName="Spatia~1.js|SpatialNavigation.js" Attributes="0" SourcePath="pkg\xulrunner\modules\SpatialNavigation.js" SelfReg="false" Sequence="412"/>
<ROW File="WindowDraggingUtils.jsm" Component_="debug.js_1" FileName="Window~1.jsm|WindowDraggingUtils.jsm" Attributes="0" SourcePath="pkg\xulrunner\modules\WindowDraggingUtils.jsm" SelfReg="false" Sequence="414"/>
<ROW File="XPCOMUtils.jsm" Component_="debug.js_1" FileName="XPCOMU~1.jsm|XPCOMUtils.jsm" Attributes="0" SourcePath="pkg\xulrunner\modules\XPCOMUtils.jsm" SelfReg="false" Sequence="415"/>
<ROW File="about.xul" Component_="about.xul" FileName="about.xul" Attributes="0" SourcePath="pkg\chrome\content\about.xul" SelfReg="false" Sequence="2"/>
<ROW File="accessibility.xpt" Component_="accessibility_msaa.xpt" FileName="access~2.xpt|accessibility.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\accessibility.xpt" SelfReg="false" Sequence="217"/>
<ROW File="accessibility_msaa.xpt" Component_="accessibility_msaa.xpt" FileName="access~1.xpt|accessibility-msaa.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\accessibility-msaa.xpt" SelfReg="false" Sequence="216"/>
<ROW File="account_manager.js" Component_="account_manager.js" FileName="accoun~1.js|account-manager.js" Attributes="0" SourcePath="pkg\chrome\content\js\account-manager.js" SelfReg="false" Sequence="64"/>
<ROW File="add_account.xul" Component_="about.xul" FileName="add-ac~1.xul|add-account.xul" Attributes="0" SourcePath="pkg\chrome\content\add-account.xul" SelfReg="false" Sequence="3"/>
<ROW File="aja.js" Component_="account_manager.js" FileName="aja.js" Attributes="0" SourcePath="pkg\chrome\content\js\aja.js" SelfReg="false" Sequence="65"/>
<ROW File="ajax_loader.gif" Component_="ajax_loader_3.gif" FileName="ajax-l~2.gif|ajax-loader.gif" Attributes="0" SourcePath="pkg\chrome\content\images\ajax-loader.gif" SelfReg="false" Sequence="22"/>
<ROW File="ajax_loader_3.gif" Component_="ajax_loader_3.gif" FileName="ajax-l~1.gif|ajax-loader-3.gif" Attributes="0" SourcePath="pkg\chrome\content\images\ajax-loader-3.gif" SelfReg="false" Sequence="21"/>
<ROW File="ajax_throbber_0.gif" Component_="ajax_loader_3.gif" FileName="ajax-t~1.gif|ajax-throbber-0.gif" Attributes="0" SourcePath="pkg\chrome\content\images\ajax-throbber-0.gif" SelfReg="false" Sequence="23"/>
<ROW File="ajax_throbber_1.gif" Component_="ajax_loader_3.gif" FileName="ajax-t~2.gif|ajax-throbber-1.gif" Attributes="0" SourcePath="pkg\chrome\content\images\ajax-throbber-1.gif" SelfReg="false" Sequence="24"/>
<ROW File="alerts.xpt" Component_="accessibility_msaa.xpt" FileName="alerts.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\alerts.xpt" SelfReg="false" Sequence="218"/>
<ROW File="all.js" Component_="all.js" FileName="all.js" Attributes="0" SourcePath="pkg\xulrunner\greprefs\all.js" SelfReg="false" Sequence="396"/>
<ROW File="application.ini" Component_="application.ini" FileName="applic~1.ini|application.ini" Attributes="0" SourcePath="pkg\application.ini" SelfReg="false" Sequence="501"/>
<ROW File="appshell.xpt" Component_="accessibility_msaa.xpt" FileName="appshell.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\appshell.xpt" SelfReg="false" Sequence="219"/>
<ROW File="appstartup.xpt" Component_="accessibility_msaa.xpt" FileName="appsta~1.xpt|appstartup.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\appstartup.xpt" SelfReg="false" Sequence="220"/>
<ROW File="arrow.gif" Component_="arrow.gif" FileName="arrow.gif" Attributes="0" SourcePath="pkg\xulrunner\res\arrow.gif" SelfReg="false" Sequence="432"/>
<ROW File="arrowd.gif" Component_="arrow.gif" FileName="arrowd.gif" Attributes="0" SourcePath="pkg\xulrunner\res\arrowd.gif" SelfReg="false" Sequence="433"/>
<ROW File="autocomplete.xpt" Component_="accessibility_msaa.xpt" FileName="autoco~1.xpt|autocomplete.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\autocomplete.xpt" SelfReg="false" Sequence="221"/>
<ROW File="autoconfig.xpt" Component_="accessibility_msaa.xpt" FileName="autoco~2.xpt|autoconfig.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\autoconfig.xpt" SelfReg="false" Sequence="222"/>
<ROW File="b.gif" Component_="b.gif" FileName="b.gif" Attributes="0" SourcePath="pkg\chrome\content\images\speech-bubbles\gray-blue\b.gif" SelfReg="false" Sequence="49"/>
<ROW File="bl.gif" Component_="b.gif" FileName="bl.gif" Attributes="0" SourcePath="pkg\chrome\content\images\speech-bubbles\gray-blue\bl.gif" SelfReg="false" Sequence="50"/>
<ROW File="boot.js" Component_="account_manager.js" FileName="boot.js" Attributes="0" SourcePath="pkg\chrome\content\js\boot.js" SelfReg="false" Sequence="66"/>
<ROW File="br.gif" Component_="b.gif" FileName="br.gif" Attributes="0" SourcePath="pkg\chrome\content\images\speech-bubbles\gray-blue\br.gif" SelfReg="false" Sequence="51"/>
<ROW File="brand.dtd" Component_="brand.dtd" FileName="brand.dtd" Attributes="0" SourcePath="pkg\chrome\locale\branding\brand.dtd" SelfReg="false" Sequence="117"/>
<ROW File="brand.properties" Component_="brand.dtd" FileName="brand~1.pro|brand.properties" Attributes="0" SourcePath="pkg\chrome\locale\branding\brand.properties" SelfReg="false" Sequence="118"/>
<ROW File="broken_image.gif" Component_="arrow.gif" FileName="broken~1.gif|broken-image.gif" Attributes="0" SourcePath="pkg\xulrunner\res\broken-image.gif" SelfReg="false" Sequence="434"/>
<ROW File="browser.css" Component_="browser.css" FileName="browser.css" Attributes="0" SourcePath="pkg\chrome\skin\classic\browser.css" SelfReg="false" Sequence="122"/>
<ROW File="browser.js" Component_="account_manager.js" FileName="browser.js" Attributes="0" SourcePath="pkg\chrome\content\js\browser.js" SelfReg="false" Sequence="67"/>
<ROW File="buzzbird.exe" Component_="buzzbird.exe" FileName="buzzbird.exe" Attributes="0" SourcePath="pkg\xulrunner\buzzbird.exe" SelfReg="false" Sequence="205"/>
<ROW File="buzzbird.exe_1" Component_="buzzbird.exe_1" FileName="buzzbird.exe" Attributes="0" SourcePath="pkg\buzzbird.exe" SelfReg="false" Sequence="502"/>
<ROW File="caps.xpt" Component_="accessibility_msaa.xpt" FileName="caps.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\caps.xpt" SelfReg="false" Sequence="223"/>
<ROW File="carbon_blue_fade_down_bg_8x100.png" Component_="ajax_loader_3.gif" FileName="carbon~1.png|carbon-blue-fade-down-bg-8x100.png" Attributes="0" SourcePath="pkg\chrome\content\images\carbon-blue-fade-down-bg-8x100.png" SelfReg="false" Sequence="27"/>
<ROW File="carbon_blue_fade_up_bg_8x150.png" Component_="ajax_loader_3.gif" FileName="carbon~2.png|carbon-blue-fade-up-bg-8x150.png" Attributes="0" SourcePath="pkg\chrome\content\images\carbon-blue-fade-up-bg-8x150.png" SelfReg="false" Sequence="28"/>
<ROW File="chardet.xpt" Component_="accessibility_msaa.xpt" FileName="chardet.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\chardet.xpt" SelfReg="false" Sequence="224"/>
<ROW File="charsetData.properties" Component_="arrow.gif" FileName="charse~2.pro|charsetData.properties" Attributes="0" SourcePath="pkg\xulrunner\res\charsetData.properties" SelfReg="false" Sequence="436"/>
<ROW File="charsetalias.properties" Component_="arrow.gif" FileName="charse~1.pro|charsetalias.properties" Attributes="0" SourcePath="pkg\xulrunner\res\charsetalias.properties" SelfReg="false" Sequence="435"/>
<ROW File="checkmark_gray.png" Component_="checkmark_gray.png" FileName="checkm~1.png|checkmark-gray.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\actions\checkmark-gray.png" SelfReg="false" Sequence="126"/>
<ROW File="chrome.manifest" Component_="chrome.manifest" FileName="chrome~1.man|chrome.manifest" Attributes="0" SourcePath="pkg\chrome\chrome.manifest" SelfReg="false" Sequence="1"/>
<ROW File="chrome.xpt" Component_="accessibility_msaa.xpt" FileName="chrome.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\chrome.xpt" SelfReg="false" Sequence="225"/>
<ROW File="classic.jar" Component_="classic.jar" FileName="classic.jar" Attributes="0" SourcePath="pkg\xulrunner\chrome\classic.jar" SelfReg="false" Sequence="206"/>
<ROW File="classic.manifest" Component_="classic.jar" FileName="classi~1.man|classic.manifest" Attributes="0" SourcePath="pkg\xulrunner\chrome\classic.manifest" SelfReg="false" Sequence="207"/>
<ROW File="comm.jar" Component_="classic.jar" FileName="comm.jar" Attributes="0" SourcePath="pkg\xulrunner\chrome\comm.jar" SelfReg="false" Sequence="208"/>
<ROW File="comm.manifest" Component_="classic.jar" FileName="comm~1.man|comm.manifest" Attributes="0" SourcePath="pkg\xulrunner\chrome\comm.manifest" SelfReg="false" Sequence="209"/>
<ROW File="commandhandler.xpt" Component_="accessibility_msaa.xpt" FileName="comman~1.xpt|commandhandler.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\commandhandler.xpt" SelfReg="false" Sequence="226"/>
<ROW File="commandlines.xpt" Component_="accessibility_msaa.xpt" FileName="comman~2.xpt|commandlines.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\commandlines.xpt" SelfReg="false" Sequence="227"/>
<ROW File="comment_add.png" Component_="comment_add_clicked.png" FileName="commen~3.png|comment-add.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\buttons\large\comment-add.png" SelfReg="false" Sequence="152"/>
<ROW File="comment_add.png_1" Component_="comment_add_clicked.png_1" FileName="commen~3.png|comment-add.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\buttons\small\comment-add.png" SelfReg="false" Sequence="169"/>
<ROW File="comment_add_clicked.png" Component_="comment_add_clicked.png" FileName="commen~1.png|comment-add-clicked.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\buttons\large\comment-add-clicked.png" SelfReg="false" Sequence="150"/>
<ROW File="comment_add_clicked.png_1" Component_="comment_add_clicked.png_1" FileName="commen~1.png|comment-add-clicked.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\buttons\small\comment-add-clicked.png" SelfReg="false" Sequence="167"/>
<ROW File="comment_add_disabled.png" Component_="comment_add_clicked.png" FileName="commen~2.png|comment-add-disabled.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\buttons\large\comment-add-disabled.png" SelfReg="false" Sequence="151"/>
<ROW File="comment_add_disabled.png_1" Component_="comment_add_clicked.png_1" FileName="commen~2.png|comment-add-disabled.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\buttons\small\comment-add-disabled.png" SelfReg="false" Sequence="168"/>
<ROW File="common_javascript.xul" Component_="about.xul" FileName="common~1.xul|common-javascript.xul" Attributes="0" SourcePath="pkg\chrome\content\common-javascript.xul" SelfReg="false" Sequence="6"/>
<ROW File="composer.xpt" Component_="accessibility_msaa.xpt" FileName="composer.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\composer.xpt" SelfReg="false" Sequence="228"/>
<ROW File="content_base.xpt" Component_="accessibility_msaa.xpt" FileName="conten~2.xpt|content_base.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\content_base.xpt" SelfReg="false" Sequence="230"/>
<ROW File="content_html.xpt" Component_="accessibility_msaa.xpt" FileName="conten~3.xpt|content_html.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\content_html.xpt" SelfReg="false" Sequence="231"/>
<ROW File="content_htmldoc.xpt" Component_="accessibility_msaa.xpt" FileName="conten~4.xpt|content_htmldoc.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\content_htmldoc.xpt" SelfReg="false" Sequence="232"/>
<ROW File="content_xmldoc.xpt" Component_="accessibility_msaa.xpt" FileName="conten~5.xpt|content_xmldoc.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\content_xmldoc.xpt" SelfReg="false" Sequence="233"/>
<ROW File="content_xslt.xpt" Component_="accessibility_msaa.xpt" FileName="conten~6.xpt|content_xslt.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\content_xslt.xpt" SelfReg="false" Sequence="234"/>
<ROW File="content_xtf.xpt" Component_="accessibility_msaa.xpt" FileName="conten~7.xpt|content_xtf.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\content_xtf.xpt" SelfReg="false" Sequence="235"/>
<ROW File="contenteditable.css" Component_="arrow.gif" FileName="conten~1.css|contenteditable.css" Attributes="0" SourcePath="pkg\xulrunner\res\contenteditable.css" SelfReg="false" Sequence="437"/>
<ROW File="contentprefs.xpt" Component_="accessibility_msaa.xpt" FileName="conten~1.xpt|contentprefs.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\contentprefs.xpt" SelfReg="false" Sequence="229"/>
<ROW File="cookie.xpt" Component_="accessibility_msaa.xpt" FileName="cookie.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\cookie.xpt" SelfReg="false" Sequence="236"/>
<ROW File="crashreporter.exe" Component_="crashreporter.exe" FileName="crashr~1.exe|crashreporter.exe" Attributes="0" SourcePath="pkg\xulrunner\crashreporter.exe" SelfReg="false" Sequence="380"/>
<ROW File="crashreporter.ini" Component_="crashreporter.ini" FileName="crashr~1.ini|crashreporter.ini" Attributes="0" SourcePath="pkg\xulrunner\crashreporter.ini" SelfReg="false" Sequence="381"/>
<ROW File="debug.js" Component_="debug.js" FileName="debug.js" Attributes="0" SourcePath="pkg\defaults\preferences\debug.js" SelfReg="false" Sequence="202"/>
<ROW File="debug.js_1" Component_="debug.js_1" FileName="debug.js" Attributes="0" SourcePath="pkg\xulrunner\modules\debug.js" SelfReg="false" Sequence="405"/>
<ROW File="delete.png" Component_="checkmark_gray.png" FileName="delete.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\actions\delete.png" SelfReg="false" Sequence="127"/>
<ROW File="dependentlibs.list" Component_="crashreporter.ini" FileName="depend~1.lis|dependentlibs.list" Attributes="0" SourcePath="pkg\xulrunner\dependentlibs.list" SelfReg="false" Sequence="391"/>
<ROW File="designmode.css" Component_="arrow.gif" FileName="design~1.css|designmode.css" Attributes="0" SourcePath="pkg\xulrunner\res\designmode.css" SelfReg="false" Sequence="438"/>
<ROW File="direct.png" Component_="checkmark_gray.png" FileName="direct.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\actions\direct.png" SelfReg="false" Sequence="128"/>
<ROW File="direct_from.css" Component_="browser.css" FileName="direct~1.css|direct-from.css" Attributes="0" SourcePath="pkg\chrome\skin\classic\direct-from.css" SelfReg="false" Sequence="123"/>
<ROW File="direct_to.css" Component_="browser.css" FileName="direct~2.css|direct-to.css" Attributes="0" SourcePath="pkg\chrome\skin\classic\direct-to.css" SelfReg="false" Sequence="124"/>
<ROW File="directory.xpt" Component_="accessibility_msaa.xpt" FileName="direct~1.xpt|directory.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\directory.xpt" SelfReg="false" Sequence="237"/>
<ROW File="docshell_base.xpt" Component_="accessibility_msaa.xpt" FileName="docshe~1.xpt|docshell_base.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\docshell_base.xpt" SelfReg="false" Sequence="238"/>
<ROW File="dom.xpt" Component_="accessibility_msaa.xpt" FileName="dom.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\dom.xpt" SelfReg="false" Sequence="239"/>
<ROW File="dom_base.xpt" Component_="accessibility_msaa.xpt" FileName="dom_base.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\dom_base.xpt" SelfReg="false" Sequence="240"/>
<ROW File="dom_canvas.xpt" Component_="accessibility_msaa.xpt" FileName="dom_ca~1.xpt|dom_canvas.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\dom_canvas.xpt" SelfReg="false" Sequence="241"/>
<ROW File="dom_core.xpt" Component_="accessibility_msaa.xpt" FileName="dom_core.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\dom_core.xpt" SelfReg="false" Sequence="242"/>
<ROW File="dom_css.xpt" Component_="accessibility_msaa.xpt" FileName="dom_css.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\dom_css.xpt" SelfReg="false" Sequence="243"/>
<ROW File="dom_events.xpt" Component_="accessibility_msaa.xpt" FileName="dom_ev~1.xpt|dom_events.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\dom_events.xpt" SelfReg="false" Sequence="244"/>
<ROW File="dom_geolocation.xpt" Component_="accessibility_msaa.xpt" FileName="dom_ge~1.xpt|dom_geolocation.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\dom_geolocation.xpt" SelfReg="false" Sequence="245"/>
<ROW File="dom_html.xpt" Component_="accessibility_msaa.xpt" FileName="dom_html.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\dom_html.xpt" SelfReg="false" Sequence="246"/>
<ROW File="dom_json.xpt" Component_="accessibility_msaa.xpt" FileName="dom_json.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\dom_json.xpt" SelfReg="false" Sequence="247"/>
<ROW File="dom_loadsave.xpt" Component_="accessibility_msaa.xpt" FileName="dom_lo~1.xpt|dom_loadsave.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\dom_loadsave.xpt" SelfReg="false" Sequence="248"/>
<ROW File="dom_offline.xpt" Component_="accessibility_msaa.xpt" FileName="dom_of~1.xpt|dom_offline.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\dom_offline.xpt" SelfReg="false" Sequence="249"/>
<ROW File="dom_range.xpt" Component_="accessibility_msaa.xpt" FileName="dom_ra~1.xpt|dom_range.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\dom_range.xpt" SelfReg="false" Sequence="250"/>
<ROW File="dom_sidebar.xpt" Component_="accessibility_msaa.xpt" FileName="dom_si~1.xpt|dom_sidebar.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\dom_sidebar.xpt" SelfReg="false" Sequence="251"/>
<ROW File="dom_storage.xpt" Component_="accessibility_msaa.xpt" FileName="dom_st~1.xpt|dom_storage.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\dom_storage.xpt" SelfReg="false" Sequence="252"/>
<ROW File="dom_stylesheets.xpt" Component_="accessibility_msaa.xpt" FileName="dom_st~2.xpt|dom_stylesheets.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\dom_stylesheets.xpt" SelfReg="false" Sequence="253"/>
<ROW File="dom_svg.xpt" Component_="accessibility_msaa.xpt" FileName="dom_svg.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\dom_svg.xpt" SelfReg="false" Sequence="254"/>
<ROW File="dom_threads.xpt" Component_="accessibility_msaa.xpt" FileName="dom_th~1.xpt|dom_threads.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\dom_threads.xpt" SelfReg="false" Sequence="255"/>
<ROW File="dom_traversal.xpt" Component_="accessibility_msaa.xpt" FileName="dom_tr~1.xpt|dom_traversal.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\dom_traversal.xpt" SelfReg="false" Sequence="256"/>
<ROW File="dom_views.xpt" Component_="accessibility_msaa.xpt" FileName="dom_vi~1.xpt|dom_views.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\dom_views.xpt" SelfReg="false" Sequence="257"/>
<ROW File="dom_xbl.xpt" Component_="accessibility_msaa.xpt" FileName="dom_xbl.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\dom_xbl.xpt" SelfReg="false" Sequence="258"/>
<ROW File="dom_xpath.xpt" Component_="accessibility_msaa.xpt" FileName="dom_xp~1.xpt|dom_xpath.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\dom_xpath.xpt" SelfReg="false" Sequence="259"/>
<ROW File="dom_xul.xpt" Component_="accessibility_msaa.xpt" FileName="dom_xul.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\dom_xul.xpt" SelfReg="false" Sequence="260"/>
<ROW File="downloads.xpt" Component_="accessibility_msaa.xpt" FileName="downlo~1.xpt|downloads.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\downloads.xpt" SelfReg="false" Sequence="261"/>
<ROW File="editMenuOverlay.js" Component_="editMenuOverlay.js" FileName="editMe~1.js|editMenuOverlay.js" Attributes="0" SourcePath="pkg\chrome\content\global\editMenuOverlay.js" SelfReg="false" Sequence="14"/>
<ROW File="editMenuOverlay.xul" Component_="editMenuOverlay.js" FileName="editMe~1.xul|editMenuOverlay.xul" Attributes="0" SourcePath="pkg\chrome\content\global\editMenuOverlay.xul" SelfReg="false" Sequence="15"/>
<ROW File="editor.xpt" Component_="accessibility_msaa.xpt" FileName="editor.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\editor.xpt" SelfReg="false" Sequence="262"/>
<ROW File="embed_base.xpt" Component_="accessibility_msaa.xpt" FileName="embed_~1.xpt|embed_base.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\embed_base.xpt" SelfReg="false" Sequence="263"/>
<ROW File="emoji.png" Component_="comment_add_clicked.png" FileName="emoji.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\buttons\large\emoji.png" SelfReg="false" Sequence="155"/>
<ROW File="emoji.png_1" Component_="comment_add_clicked.png_1" FileName="emoji.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\buttons\small\emoji.png" SelfReg="false" Sequence="172"/>
<ROW File="emoji_clicked.png" Component_="comment_add_clicked.png" FileName="emoji-~1.png|emoji-clicked.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\buttons\large\emoji-clicked.png" SelfReg="false" Sequence="153"/>
<ROW File="emoji_clicked.png_1" Component_="comment_add_clicked.png_1" FileName="emoji-~1.png|emoji-clicked.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\buttons\small\emoji-clicked.png" SelfReg="false" Sequence="170"/>
<ROW File="emoji_disabled.png" Component_="comment_add_clicked.png" FileName="emoji-~2.png|emoji-disabled.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\buttons\large\emoji-disabled.png" SelfReg="false" Sequence="154"/>
<ROW File="emoji_disabled.png_1" Component_="comment_add_clicked.png_1" FileName="emoji-~2.png|emoji-disabled.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\buttons\small\emoji-disabled.png" SelfReg="false" Sequence="171"/>
<ROW File="en_US.aff" Component_="en_US.aff" FileName="en-US.aff" Attributes="0" SourcePath="pkg\xulrunner\dictionaries\en-US.aff" SelfReg="false" Sequence="392"/>
<ROW File="en_US.dic" Component_="en_US.aff" FileName="en-US.dic" Attributes="0" SourcePath="pkg\xulrunner\dictionaries\en-US.dic" SelfReg="false" Sequence="393"/>
<ROW File="en_US.jar" Component_="classic.jar" FileName="en-US.jar" Attributes="0" SourcePath="pkg\xulrunner\chrome\en-US.jar" SelfReg="false" Sequence="210"/>
<ROW File="en_US.manifest" Component_="classic.jar" FileName="en-US~1.man|en-US.manifest" Attributes="0" SourcePath="pkg\xulrunner\chrome\en-US.manifest" SelfReg="false" Sequence="211"/>
<ROW File="extensions.xpt" Component_="accessibility_msaa.xpt" FileName="extens~1.xpt|extensions.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\extensions.xpt" SelfReg="false" Sequence="264"/>
<ROW File="exthandler.xpt" Component_="accessibility_msaa.xpt" FileName="exthan~1.xpt|exthandler.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\exthandler.xpt" SelfReg="false" Sequence="265"/>
<ROW File="exthelper.xpt" Component_="accessibility_msaa.xpt" FileName="exthel~1.xpt|exthelper.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\exthelper.xpt" SelfReg="false" Sequence="266"/>
<ROW File="fastfind.xpt" Component_="accessibility_msaa.xpt" FileName="fastfind.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\fastfind.xpt" SelfReg="false" Sequence="267"/>
<ROW File="favorite.png" Component_="checkmark_gray.png" FileName="favorite.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\actions\favorite.png" SelfReg="false" Sequence="129"/>
<ROW File="feeds.xpt" Component_="accessibility_msaa.xpt" FileName="feeds.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\feeds.xpt" SelfReg="false" Sequence="269"/>
<ROW File="find.xpt" Component_="accessibility_msaa.xpt" FileName="find.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\find.xpt" SelfReg="false" Sequence="270"/>
<ROW File="folder.png" Component_="folder.png" FileName="folder.png" Attributes="0" SourcePath="pkg\xulrunner\res\html\folder.png" SelfReg="false" Sequence="457"/>
<ROW File="forms.css" Component_="arrow.gif" FileName="forms.css" Attributes="0" SourcePath="pkg\xulrunner\res\forms.css" SelfReg="false" Sequence="454"/>
<ROW File="freebl3.chk" Component_="crashreporter.ini" FileName="freebl3.chk" Attributes="0" SourcePath="pkg\xulrunner\freebl3.chk" SelfReg="false" Sequence="394"/>
<ROW File="freebl3.dll" Component_="freebl3.dll" FileName="freebl3.dll" Attributes="0" SourcePath="pkg\xulrunner\freebl3.dll" SelfReg="false" Sequence="395"/>
<ROW File="friendship.css" Component_="browser.css" FileName="friend~1.css|friendship.css" Attributes="0" SourcePath="pkg\chrome\skin\classic\friendship.css" SelfReg="false" Sequence="125"/>
<ROW File="friendship.html" Component_="about.xul" FileName="friend~1.htm|friendship.html" Attributes="0" SourcePath="pkg\chrome\content\friendship.html" SelfReg="false" Sequence="12"/>
<ROW File="friendship.js" Component_="account_manager.js" FileName="friend~2.js|friendship.js" Attributes="0" SourcePath="pkg\chrome\content\js\friendship.js" SelfReg="false" Sequence="69"/>
<ROW File="friendship.xul" Component_="about.xul" FileName="friend~1.xul|friendship.xul" Attributes="0" SourcePath="pkg\chrome\content\friendship.xul" SelfReg="false" Sequence="13"/>
<ROW File="friendship_browser.js" Component_="account_manager.js" FileName="friend~1.js|friendship-browser.js" Attributes="0" SourcePath="pkg\chrome\content\js\friendship-browser.js" SelfReg="false" Sequence="68"/>
<ROW File="friendship_button_background.png" Component_="friendship_button_background.png" FileName="friend~1.png|friendship-button-background.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\friendship-button-background.png" SelfReg="false" Sequence="184"/>
<ROW File="gfx.xpt" Component_="accessibility_msaa.xpt" FileName="gfx.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\gfx.xpt" SelfReg="false" Sequence="271"/>
<ROW File="global.js" Component_="account_manager.js" FileName="global.js" Attributes="0" SourcePath="pkg\chrome\content\js\global.js" SelfReg="false" Sequence="70"/>
<ROW File="globalOverlay.js" Component_="editMenuOverlay.js" FileName="global~1.js|globalOverlay.js" Attributes="0" SourcePath="pkg\chrome\content\global\globalOverlay.js" SelfReg="false" Sequence="16"/>
<ROW File="globalOverlay.xul" Component_="editMenuOverlay.js" FileName="global~1.xul|globalOverlay.xul" Attributes="0" SourcePath="pkg\chrome\content\global\globalOverlay.xul" SelfReg="false" Sequence="17"/>
<ROW File="gotouser.xul" Component_="about.xul" FileName="gotouser.xul" Attributes="0" SourcePath="pkg\chrome\content\gotouser.xul" SelfReg="false" Sequence="20"/>
<ROW File="grabber.gif" Component_="arrow.gif" FileName="grabber.gif" Attributes="0" SourcePath="pkg\xulrunner\res\grabber.gif" SelfReg="false" Sequence="455"/>
<ROW File="growlnotify.com" Component_="growlnotify.com" FileName="growln~1.com|growlnotify.com" Attributes="0" SourcePath="pkg\chrome\content\notifications\growlnotify.com" SelfReg="false" Sequence="100"/>
<ROW File="growlnotify.exe" Component_="growlnotify.exe" FileName="growln~1.exe|growlnotify.exe" Attributes="0" SourcePath="pkg\chrome\content\notifications\growlnotify.exe" SelfReg="false" Sequence="101"/>
<ROW File="heart_blue_16x16.png" Component_="checkmark_gray.png" FileName="heart-~1.png|heart-blue-16x16.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\actions\heart-blue-16x16.png" SelfReg="false" Sequence="130"/>
<ROW File="heart_grey_16x16.png" Component_="checkmark_gray.png" FileName="heart-~2.png|heart-grey-16x16.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\actions\heart-grey-16x16.png" SelfReg="false" Sequence="131"/>
<ROW File="hiddenWindow.html" Component_="arrow.gif" FileName="hidden~1.htm|hiddenWindow.html" Attributes="0" SourcePath="pkg\xulrunner\res\hiddenWindow.html" SelfReg="false" Sequence="456"/>
<ROW File="html.css" Component_="arrow.gif" FileName="html.css" Attributes="0" SourcePath="pkg\xulrunner\res\html.css" SelfReg="false" Sequence="458"/>
<ROW File="html40Latin1.properties" Component_="html40Latin1.properties" FileName="html40~1.pro|html40Latin1.properties" Attributes="0" SourcePath="pkg\xulrunner\res\entityTables\html40Latin1.properties" SelfReg="false" Sequence="442"/>
<ROW File="html40Special.properties" Component_="html40Latin1.properties" FileName="html40~2.pro|html40Special.properties" Attributes="0" SourcePath="pkg\xulrunner\res\entityTables\html40Special.properties" SelfReg="false" Sequence="443"/>
<ROW File="html40Symbols.properties" Component_="html40Latin1.properties" FileName="html40~3.pro|html40Symbols.properties" Attributes="0" SourcePath="pkg\xulrunner\res\entityTables\html40Symbols.properties" SelfReg="false" Sequence="444"/>
<ROW File="htmlEntityVersions.properties" Component_="html40Latin1.properties" FileName="htmlEn~1.pro|htmlEntityVersions.properties" Attributes="0" SourcePath="pkg\xulrunner\res\entityTables\htmlEntityVersions.properties" SelfReg="false" Sequence="445"/>
<ROW File="htmlparser.xpt" Component_="accessibility_msaa.xpt" FileName="htmlpa~1.xpt|htmlparser.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\htmlparser.xpt" SelfReg="false" Sequence="272"/>
<ROW File="icon48.png" Component_="icon48.png" FileName="icon48.png" Attributes="0" SourcePath="pkg\chrome\content\branding\icon48.png" SelfReg="false" Sequence="4"/>
<ROW File="icon64.png" Component_="icon48.png" FileName="icon64.png" Attributes="0" SourcePath="pkg\chrome\content\branding\icon64.png" SelfReg="false" Sequence="5"/>
<ROW File="identica.js" Component_="identica.js" FileName="identica.js" Attributes="0" SourcePath="pkg\chrome\content\js\social\identica.js" SelfReg="false" Sequence="88"/>
<ROW File="identica_16x16.png" Component_="identica_16x16.png" FileName="identi~1.png|identica-16x16.png" Attributes="0" SourcePath="pkg\chrome\content\images\services\identica-16x16.png" SelfReg="false" Sequence="31"/>
<ROW File="identica_18x18.png" Component_="identica_16x16.png" FileName="identi~2.png|identica-18x18.png" Attributes="0" SourcePath="pkg\chrome\content\images\services\identica-18x18.png" SelfReg="false" Sequence="32"/>
<ROW File="identica_21x21.png" Component_="identica_16x16.png" FileName="identi~3.png|identica-21x21.png" Attributes="0" SourcePath="pkg\chrome\content\images\services\identica-21x21.png" SelfReg="false" Sequence="33"/>
<ROW File="identica_32x32.png" Component_="identica_16x16.png" FileName="identi~5.png|identica-32x32.png" Attributes="0" SourcePath="pkg\chrome\content\images\services\identica-32x32.png" SelfReg="false" Sequence="35"/>
<ROW File="identica_76x76.png" Component_="identica_16x16.png" FileName="identi~6.png|identica-76x76.png" Attributes="0" SourcePath="pkg\chrome\content\images\services\identica-76x76.png" SelfReg="false" Sequence="36"/>
<ROW File="imgicon.xpt" Component_="accessibility_msaa.xpt" FileName="imgicon.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\imgicon.xpt" SelfReg="false" Sequence="273"/>
<ROW File="imglib2.xpt" Component_="accessibility_msaa.xpt" FileName="imglib2.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\imglib2.xpt" SelfReg="false" Sequence="274"/>
<ROW File="include.js" Component_="account_manager.js" FileName="include.js" Attributes="0" SourcePath="pkg\chrome\content\js\include.js" SelfReg="false" Sequence="71"/>
<ROW File="inspector.xpt" Component_="accessibility_msaa.xpt" FileName="inspec~1.xpt|inspector.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\inspector.xpt" SelfReg="false" Sequence="275"/>
<ROW File="intl.xpt" Component_="accessibility_msaa.xpt" FileName="intl.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\intl.xpt" SelfReg="false" Sequence="276"/>
<ROW File="jar.xpt" Component_="accessibility_msaa.xpt" FileName="jar.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\jar.xpt" SelfReg="false" Sequence="277"/>
<ROW File="javaxpcom.jar" Component_="crashreporter.ini" FileName="javaxp~1.jar|javaxpcom.jar" Attributes="0" SourcePath="pkg\xulrunner\javaxpcom.jar" SelfReg="false" Sequence="400"/>
<ROW File="javaxpcomglue.dll" Component_="javaxpcomglue.dll" FileName="javaxp~1.dll|javaxpcomglue.dll" Attributes="0" SourcePath="pkg\xulrunner\javaxpcomglue.dll" SelfReg="false" Sequence="401"/>
<ROW File="jquery.lazyload.js" Component_="account_manager.js" FileName="jquery~4.js|jquery.lazyload.js" Attributes="0" SourcePath="pkg\chrome\content\js\jquery.lazyload.js" SelfReg="false" Sequence="75"/>
<ROW File="jquery_1.4.2.js" Component_="account_manager.js" FileName="jquery~1.js|jquery-1.4.2.js" Attributes="0" SourcePath="pkg\chrome\content\js\jquery-1.4.2.js" SelfReg="false" Sequence="72"/>
<ROW File="jquery_1.4.2.min.js" Component_="account_manager.js" FileName="jquery~2.js|jquery-1.4.2.min.js" Attributes="0" SourcePath="pkg\chrome\content\js\jquery-1.4.2.min.js" SelfReg="false" Sequence="73"/>
<ROW File="jquery_ui_1.8.2.custom.min.js" Component_="account_manager.js" FileName="jquery~3.js|jquery-ui-1.8.2.custom.min.js" Attributes="0" SourcePath="pkg\chrome\content\js\jquery-ui-1.8.2.custom.min.js" SelfReg="false" Sequence="74"/>
<ROW File="js.exe" Component_="js.exe" FileName="js.exe" Attributes="0" SourcePath="pkg\xulrunner\js.exe" SelfReg="false" Sequence="402"/>
<ROW File="js3250.dll" Component_="js3250.dll" FileName="js3250.dll" Attributes="0" SourcePath="pkg\xulrunner\js3250.dll" SelfReg="false" Sequence="403"/>
<ROW File="jsconsole_clhandler.js" Component_="accessibility_msaa.xpt" FileName="jscons~1.js|jsconsole-clhandler.js" Attributes="0" SourcePath="pkg\xulrunner\components\jsconsole-clhandler.js" SelfReg="false" Sequence="278"/>
<ROW File="jsdservice.xpt" Component_="accessibility_msaa.xpt" FileName="jsdser~1.xpt|jsdservice.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\jsdservice.xpt" SelfReg="false" Sequence="279"/>
<ROW File="langGroups.properties" Component_="arrow.gif" FileName="langGr~1.pro|langGroups.properties" Attributes="0" SourcePath="pkg\xulrunner\res\langGroups.properties" SelfReg="false" Sequence="459"/>
<ROW File="language.properties" Component_="arrow.gif" FileName="langua~1.pro|language.properties" Attributes="0" SourcePath="pkg\xulrunner\res\language.properties" SelfReg="false" Sequence="460"/>
<ROW File="layout_base.xpt" Component_="accessibility_msaa.xpt" FileName="layout~1.xpt|layout_base.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\layout_base.xpt" SelfReg="false" Sequence="280"/>
<ROW File="layout_printing.xpt" Component_="accessibility_msaa.xpt" FileName="layout~2.xpt|layout_printing.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\layout_printing.xpt" SelfReg="false" Sequence="281"/>
<ROW File="layout_xul.xpt" Component_="accessibility_msaa.xpt" FileName="layout~3.xpt|layout_xul.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\layout_xul.xpt" SelfReg="false" Sequence="282"/>
<ROW File="layout_xul_tree.xpt" Component_="accessibility_msaa.xpt" FileName="layout~4.xpt|layout_xul_tree.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\layout_xul_tree.xpt" SelfReg="false" Sequence="283"/>
<ROW File="loading_image.gif" Component_="arrow.gif" FileName="loadin~1.gif|loading-image.gif" Attributes="0" SourcePath="pkg\xulrunner\res\loading-image.gif" SelfReg="false" Sequence="461"/>
<ROW File="locale.xpt" Component_="accessibility_msaa.xpt" FileName="locale.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\locale.xpt" SelfReg="false" Sequence="284"/>
<ROW File="localstore.rdf" Component_="localstore.rdf" FileName="locals~1.rdf|localstore.rdf" Attributes="0" SourcePath="pkg\xulrunner\defaults\profile\localstore.rdf" SelfReg="false" Sequence="387"/>
<ROW File="localstore.rdf_1" Component_="localstore.rdf_1" FileName="locals~1.rdf|localstore.rdf" Attributes="0" SourcePath="pkg\xulrunner\defaults\profile\US\localstore.rdf" SelfReg="false" Sequence="390"/>
<ROW File="location.png" Component_="checkmark_gray.png" FileName="location.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\actions\location.png" SelfReg="false" Sequence="132"/>
<ROW File="login.css" Component_="login.css" FileName="login.css" Attributes="0" SourcePath="pkg\chrome\content\css\login.css" SelfReg="false" Sequence="7"/>
<ROW File="login.html" Component_="about.xul" FileName="login~1.htm|login.html" Attributes="0" SourcePath="pkg\chrome\content\login.html" SelfReg="false" Sequence="97"/>
<ROW File="login_loader.gif" Component_="ajax_loader_3.gif" FileName="login-~1.gif|login-loader.gif" Attributes="0" SourcePath="pkg\chrome\content\images\login-loader.gif" SelfReg="false" Sequence="29"/>
<ROW File="loginmgr.xpt" Component_="accessibility_msaa.xpt" FileName="loginmgr.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\loginmgr.xpt" SelfReg="false" Sequence="285"/>
<ROW File="lwbrk.xpt" Component_="accessibility_msaa.xpt" FileName="lwbrk.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\lwbrk.xpt" SelfReg="false" Sequence="286"/>
<ROW File="macWindowMenu.js" Component_="editMenuOverlay.js" FileName="macWin~1.js|macWindowMenu.js" Attributes="0" SourcePath="pkg\chrome\content\global\macWindowMenu.js" SelfReg="false" Sequence="18"/>
<ROW File="main.css" Component_="browser.css" FileName="main.css" Attributes="0" SourcePath="pkg\chrome\skin\classic\main.css" SelfReg="false" Sequence="196"/>
<ROW File="main.dtd" Component_="main.dtd" FileName="main.dtd" Attributes="0" SourcePath="pkg\chrome\locale\main.dtd" SelfReg="false" Sequence="119"/>
<ROW File="main.html" Component_="about.xul" FileName="main~1.htm|main.html" Attributes="0" SourcePath="pkg\chrome\content\main.html" SelfReg="false" Sequence="98"/>
<ROW File="main.js" Component_="account_manager.js" FileName="main.js" Attributes="0" SourcePath="pkg\chrome\content\js\main.js" SelfReg="false" Sequence="77"/>
<ROW File="main.xul" Component_="about.xul" FileName="main.xul" Attributes="0" SourcePath="pkg\chrome\content\main.xul" SelfReg="false" Sequence="99"/>
<ROW File="main_browser.js" Component_="account_manager.js" FileName="main-b~1.js|main-browser.js" Attributes="0" SourcePath="pkg\chrome\content\js\main-browser.js" SelfReg="false" Sequence="76"/>
<ROW File="main_logo.png" Component_="ajax_loader_3.gif" FileName="main-l~1.png|main-logo.png" Attributes="0" SourcePath="pkg\chrome\content\images\main-logo.png" SelfReg="false" Sequence="30"/>
<ROW File="mark_all.png" Component_="comment_add_clicked.png" FileName="mark-all.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\buttons\large\mark-all.png" SelfReg="false" Sequence="158"/>
<ROW File="mark_all.png_1" Component_="comment_add_clicked.png_1" FileName="mark-all.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\buttons\small\mark-all.png" SelfReg="false" Sequence="175"/>
<ROW File="mark_all_clicked.png" Component_="comment_add_clicked.png" FileName="mark-a~1.png|mark-all-clicked.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\buttons\large\mark-all-clicked.png" SelfReg="false" Sequence="156"/>
<ROW File="mark_all_clicked.png_1" Component_="comment_add_clicked.png_1" FileName="mark-a~1.png|mark-all-clicked.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\buttons\small\mark-all-clicked.png" SelfReg="false" Sequence="173"/>
<ROW File="mark_all_disabled.png" Component_="comment_add_clicked.png" FileName="mark-a~2.png|mark-all-disabled.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\buttons\large\mark-all-disabled.png" SelfReg="false" Sequence="157"/>
<ROW File="mark_all_disabled.png_1" Component_="comment_add_clicked.png_1" FileName="mark-a~2.png|mark-all-disabled.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\buttons\small\mark-all-disabled.png" SelfReg="false" Sequence="174"/>
<ROW File="mathfont.properties" Component_="mathfont.properties" FileName="mathfo~1.pro|mathfont.properties" Attributes="0" SourcePath="pkg\xulrunner\res\fonts\mathfont.properties" SelfReg="false" Sequence="448"/>
<ROW File="mathfontSTIXNonUnicode.properties" Component_="mathfont.properties" FileName="mathfo~3.pro|mathfontSTIXNonUnicode.properties" Attributes="0" SourcePath="pkg\xulrunner\res\fonts\mathfontSTIXNonUnicode.properties" SelfReg="false" Sequence="450"/>
<ROW File="mathfontSTIXSize1.properties" Component_="mathfont.properties" FileName="mathfo~4.pro|mathfontSTIXSize1.properties" Attributes="0" SourcePath="pkg\xulrunner\res\fonts\mathfontSTIXSize1.properties" SelfReg="false" Sequence="451"/>
<ROW File="mathfontStandardSymbolsL.properties" Component_="mathfont.properties" FileName="mathfo~2.pro|mathfontStandardSymbolsL.properties" Attributes="0" SourcePath="pkg\xulrunner\res\fonts\mathfontStandardSymbolsL.properties" SelfReg="false" Sequence="449"/>
<ROW File="mathfontSymbol.properties" Component_="mathfont.properties" FileName="mathfo~5.pro|mathfontSymbol.properties" Attributes="0" SourcePath="pkg\xulrunner\res\fonts\mathfontSymbol.properties" SelfReg="false" Sequence="452"/>
<ROW File="mathfontUnicode.properties" Component_="mathfont.properties" FileName="mathfo~6.pro|mathfontUnicode.properties" Attributes="0" SourcePath="pkg\xulrunner\res\fonts\mathfontUnicode.properties" SelfReg="false" Sequence="453"/>
<ROW File="mathml.css" Component_="arrow.gif" FileName="mathml.css" Attributes="0" SourcePath="pkg\xulrunner\res\mathml.css" SelfReg="false" Sequence="462"/>
<ROW File="mathml.dtd" Component_="mathml.dtd" FileName="mathml.dtd" Attributes="0" SourcePath="pkg\xulrunner\res\dtd\mathml.dtd" SelfReg="false" Sequence="439"/>
<ROW File="mathml20.properties" Component_="html40Latin1.properties" FileName="mathml~1.pro|mathml20.properties" Attributes="0" SourcePath="pkg\xulrunner\res\entityTables\mathml20.properties" SelfReg="false" Sequence="446"/>
<ROW File="mimetype.xpt" Component_="accessibility_msaa.xpt" FileName="mimetype.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\mimetype.xpt" SelfReg="false" Sequence="287"/>
<ROW File="mine.css" Component_="browser.css" FileName="mine.css" Attributes="0" SourcePath="pkg\chrome\skin\classic\mine.css" SelfReg="false" Sequence="197"/>
<ROW File="mozbrwsr.xpt" Component_="accessibility_msaa.xpt" FileName="mozbrwsr.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\mozbrwsr.xpt" SelfReg="false" Sequence="288"/>
<ROW File="mozcrt19.dll" Component_="mozcrt19.dll" FileName="mozcrt19.dll" Attributes="0" SourcePath="pkg\xulrunner\mozcrt19.dll" SelfReg="false" Sequence="416"/>
<ROW File="mozctl.dll" Component_="mozctl.dll" FileName="mozctl.dll" Attributes="0" SourcePath="pkg\xulrunner\mozctl.dll" SelfReg="false" Sequence="417"/>
<ROW File="mozctlx.dll" Component_="mozctlx.dll" FileName="mozctlx.dll" Attributes="0" SourcePath="pkg\xulrunner\mozctlx.dll" SelfReg="false" Sequence="418"/>
<ROW File="mozfind.xpt" Component_="accessibility_msaa.xpt" FileName="mozfind.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\mozfind.xpt" SelfReg="false" Sequence="289"/>
<ROW File="necko.xpt" Component_="accessibility_msaa.xpt" FileName="necko.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\necko.xpt" SelfReg="false" Sequence="290"/>
<ROW File="necko_about.xpt" Component_="accessibility_msaa.xpt" FileName="necko_~1.xpt|necko_about.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\necko_about.xpt" SelfReg="false" Sequence="291"/>
<ROW File="necko_cache.xpt" Component_="accessibility_msaa.xpt" FileName="necko_~2.xpt|necko_cache.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\necko_cache.xpt" SelfReg="false" Sequence="292"/>
<ROW File="necko_cookie.xpt" Component_="accessibility_msaa.xpt" FileName="necko_~3.xpt|necko_cookie.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\necko_cookie.xpt" SelfReg="false" Sequence="293"/>
<ROW File="necko_dns.xpt" Component_="accessibility_msaa.xpt" FileName="necko_~4.xpt|necko_dns.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\necko_dns.xpt" SelfReg="false" Sequence="294"/>
<ROW File="necko_file.xpt" Component_="accessibility_msaa.xpt" FileName="necko_~5.xpt|necko_file.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\necko_file.xpt" SelfReg="false" Sequence="295"/>
<ROW File="necko_ftp.xpt" Component_="accessibility_msaa.xpt" FileName="necko_~6.xpt|necko_ftp.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\necko_ftp.xpt" SelfReg="false" Sequence="296"/>
<ROW File="necko_http.xpt" Component_="accessibility_msaa.xpt" FileName="necko_~7.xpt|necko_http.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\necko_http.xpt" SelfReg="false" Sequence="297"/>
<ROW File="necko_res.xpt" Component_="accessibility_msaa.xpt" FileName="necko_~8.xpt|necko_res.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\necko_res.xpt" SelfReg="false" Sequence="298"/>
<ROW File="necko_socket.xpt" Component_="accessibility_msaa.xpt" FileName="necko_~9.xpt|necko_socket.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\necko_socket.xpt" SelfReg="false" Sequence="299"/>
<ROW File="necko_strconv.xpt" Component_="accessibility_msaa.xpt" FileName="necko~10.xpt|necko_strconv.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\necko_strconv.xpt" SelfReg="false" Sequence="300"/>
<ROW File="necko_viewsource.xpt" Component_="accessibility_msaa.xpt" FileName="necko~11.xpt|necko_viewsource.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\necko_viewsource.xpt" SelfReg="false" Sequence="301"/>
<ROW File="necko_wifi.xpt" Component_="accessibility_msaa.xpt" FileName="necko~12.xpt|necko_wifi.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\necko_wifi.xpt" SelfReg="false" Sequence="302"/>
<ROW File="new_theme.css" Component_="login.css" FileName="new-th~1.css|new-theme.css" Attributes="0" SourcePath="pkg\chrome\content\css\new-theme.css" SelfReg="false" Sequence="8"/>
<ROW File="notify.js" Component_="notify_linux.js" FileName="notify.js" Attributes="0" SourcePath="pkg\chrome\content\js\notify\notify.js" SelfReg="false" Sequence="81"/>
<ROW File="notify_linux.js" Component_="notify_linux.js" FileName="notify~1.js|notify-linux.js" Attributes="0" SourcePath="pkg\chrome\content\js\notify\notify-linux.js" SelfReg="false" Sequence="78"/>
<ROW File="notify_linux.sh" Component_="growlnotify.com" FileName="notify~1.sh|notify-linux.sh" Attributes="0" SourcePath="pkg\chrome\content\notifications\notify-linux.sh" SelfReg="false" Sequence="102"/>
<ROW File="notify_mac.js" Component_="notify_linux.js" FileName="notify~2.js|notify-mac.js" Attributes="0" SourcePath="pkg\chrome\content\js\notify\notify-mac.js" SelfReg="false" Sequence="79"/>
<ROW File="notify_mac.sh" Component_="growlnotify.com" FileName="notify~2.sh|notify-mac.sh" Attributes="0" SourcePath="pkg\chrome\content\notifications\notify-mac.sh" SelfReg="false" Sequence="103"/>
<ROW File="notify_win.bat" Component_="growlnotify.com" FileName="notify~1.bat|notify-win.bat" Attributes="0" SourcePath="pkg\chrome\content\notifications\notify-win.bat" SelfReg="false" Sequence="104"/>
<ROW File="notify_win.js" Component_="notify_linux.js" FileName="notify~3.js|notify-win.js" Attributes="0" SourcePath="pkg\chrome\content\js\notify\notify-win.js" SelfReg="false" Sequence="80"/>
<ROW File="npnul32.dll" Component_="npnul32.dll" FileName="npnul32.dll" Attributes="0" SourcePath="pkg\xulrunner\plugins\npnul32.dll" SelfReg="false" Sequence="429"/>
<ROW File="nsAddonRepository.js" Component_="accessibility_msaa.xpt" FileName="nsAddo~1.js|nsAddonRepository.js" Attributes="0" SourcePath="pkg\xulrunner\components\nsAddonRepository.js" SelfReg="false" Sequence="304"/>
<ROW File="nsBadCertHandler.js" Component_="accessibility_msaa.xpt" FileName="nsBadC~1.js|nsBadCertHandler.js" Attributes="0" SourcePath="pkg\xulrunner\components\nsBadCertHandler.js" SelfReg="false" Sequence="305"/>
<ROW File="nsBlocklistService.js" Component_="accessibility_msaa.xpt" FileName="nsBloc~1.js|nsBlocklistService.js" Attributes="0" SourcePath="pkg\xulrunner\components\nsBlocklistService.js" SelfReg="false" Sequence="306"/>
<ROW File="nsContentDispatchChooser.js" Component_="accessibility_msaa.xpt" FileName="nsCont~1.js|nsContentDispatchChooser.js" Attributes="0" SourcePath="pkg\xulrunner\components\nsContentDispatchChooser.js" SelfReg="false" Sequence="307"/>
<ROW File="nsContentPrefService.js" Component_="accessibility_msaa.xpt" FileName="nsCont~2.js|nsContentPrefService.js" Attributes="0" SourcePath="pkg\xulrunner\components\nsContentPrefService.js" SelfReg="false" Sequence="308"/>
<ROW File="nsDefaultCLH.js" Component_="accessibility_msaa.xpt" FileName="nsDefa~1.js|nsDefaultCLH.js" Attributes="0" SourcePath="pkg\xulrunner\components\nsDefaultCLH.js" SelfReg="false" Sequence="309"/>
<ROW File="nsDownloadManagerUI.js" Component_="accessibility_msaa.xpt" FileName="nsDown~1.js|nsDownloadManagerUI.js" Attributes="0" SourcePath="pkg\xulrunner\components\nsDownloadManagerUI.js" SelfReg="false" Sequence="310"/>
<ROW File="nsExtensionManager.js" Component_="accessibility_msaa.xpt" FileName="nsExte~1.js|nsExtensionManager.js" Attributes="0" SourcePath="pkg\xulrunner\components\nsExtensionManager.js" SelfReg="false" Sequence="311"/>
<ROW File="nsHandlerService.js" Component_="accessibility_msaa.xpt" FileName="nsHand~1.js|nsHandlerService.js" Attributes="0" SourcePath="pkg\xulrunner\components\nsHandlerService.js" SelfReg="false" Sequence="312"/>
<ROW File="nsHelperAppDlg.js" Component_="accessibility_msaa.xpt" FileName="nsHelp~1.js|nsHelperAppDlg.js" Attributes="0" SourcePath="pkg\xulrunner\components\nsHelperAppDlg.js" SelfReg="false" Sequence="313"/>
<ROW File="nsLivemarkService.js" Component_="accessibility_msaa.xpt" FileName="nsLive~1.js|nsLivemarkService.js" Attributes="0" SourcePath="pkg\xulrunner\components\nsLivemarkService.js" SelfReg="false" Sequence="314"/>
<ROW File="nsLoginInfo.js" Component_="accessibility_msaa.xpt" FileName="nsLogi~1.js|nsLoginInfo.js" Attributes="0" SourcePath="pkg\xulrunner\components\nsLoginInfo.js" SelfReg="false" Sequence="315"/>
<ROW File="nsLoginManager.js" Component_="accessibility_msaa.xpt" FileName="nsLogi~2.js|nsLoginManager.js" Attributes="0" SourcePath="pkg\xulrunner\components\nsLoginManager.js" SelfReg="false" Sequence="316"/>
<ROW File="nsLoginManagerPrompter.js" Component_="accessibility_msaa.xpt" FileName="nsLogi~3.js|nsLoginManagerPrompter.js" Attributes="0" SourcePath="pkg\xulrunner\components\nsLoginManagerPrompter.js" SelfReg="false" Sequence="317"/>
<ROW File="nsPlacesDBFlush.js" Component_="accessibility_msaa.xpt" FileName="nsPlac~1.js|nsPlacesDBFlush.js" Attributes="0" SourcePath="pkg\xulrunner\components\nsPlacesDBFlush.js" SelfReg="false" Sequence="318"/>
<ROW File="nsPostUpdateWin.js" Component_="accessibility_msaa.xpt" FileName="nsPost~1.js|nsPostUpdateWin.js" Attributes="0" SourcePath="pkg\xulrunner\components\nsPostUpdateWin.js" SelfReg="false" Sequence="319"/>
<ROW File="nsProgressDialog.js" Component_="accessibility_msaa.xpt" FileName="nsProg~1.js|nsProgressDialog.js" Attributes="0" SourcePath="pkg\xulrunner\components\nsProgressDialog.js" SelfReg="false" Sequence="320"/>
<ROW File="nsProxyAutoConfig.js" Component_="accessibility_msaa.xpt" FileName="nsProx~1.js|nsProxyAutoConfig.js" Attributes="0" SourcePath="pkg\xulrunner\components\nsProxyAutoConfig.js" SelfReg="false" Sequence="321"/>
<ROW File="nsSearchService.js" Component_="accessibility_msaa.xpt" FileName="nsSear~1.js|nsSearchService.js" Attributes="0" SourcePath="pkg\xulrunner\components\nsSearchService.js" SelfReg="false" Sequence="322"/>
<ROW File="nsSearchSuggestions.js" Component_="accessibility_msaa.xpt" FileName="nsSear~2.js|nsSearchSuggestions.js" Attributes="0" SourcePath="pkg\xulrunner\components\nsSearchSuggestions.js" SelfReg="false" Sequence="323"/>
<ROW File="nsTaggingService.js" Component_="accessibility_msaa.xpt" FileName="nsTagg~1.js|nsTaggingService.js" Attributes="0" SourcePath="pkg\xulrunner\components\nsTaggingService.js" SelfReg="false" Sequence="324"/>
<ROW File="nsTryToClose.js" Component_="accessibility_msaa.xpt" FileName="nsTryT~1.js|nsTryToClose.js" Attributes="0" SourcePath="pkg\xulrunner\components\nsTryToClose.js" SelfReg="false" Sequence="325"/>
<ROW File="nsURLFormatter.js" Component_="accessibility_msaa.xpt" FileName="nsURLF~1.js|nsURLFormatter.js" Attributes="0" SourcePath="pkg\xulrunner\components\nsURLFormatter.js" SelfReg="false" Sequence="327"/>
<ROW File="nsUpdateService.js" Component_="accessibility_msaa.xpt" FileName="nsUpda~1.js|nsUpdateService.js" Attributes="0" SourcePath="pkg\xulrunner\components\nsUpdateService.js" SelfReg="false" Sequence="326"/>
<ROW File="nsWebHandlerApp.js" Component_="accessibility_msaa.xpt" FileName="nsWebH~1.js|nsWebHandlerApp.js" Attributes="0" SourcePath="pkg\xulrunner\components\nsWebHandlerApp.js" SelfReg="false" Sequence="328"/>
<ROW File="nsXULAppInstall.js" Component_="accessibility_msaa.xpt" FileName="nsXULA~1.js|nsXULAppInstall.js" Attributes="0" SourcePath="pkg\xulrunner\components\nsXULAppInstall.js" SelfReg="false" Sequence="329"/>
<ROW File="nspr4.dll" Component_="nspr4.dll" FileName="nspr4.dll" Attributes="0" SourcePath="pkg\xulrunner\nspr4.dll" SelfReg="false" Sequence="420"/>
<ROW File="nspr_config" Component_="crashreporter.ini" FileName="nspr-c~1|nspr-config" Attributes="0" SourcePath="pkg\xulrunner\nspr-config" SelfReg="false" Sequence="419"/>
<ROW File="nss3.dll" Component_="nss3.dll" FileName="nss3.dll" Attributes="0" SourcePath="pkg\xulrunner\nss3.dll" SelfReg="false" Sequence="421"/>
<ROW File="nssckbi.dll" Component_="nssckbi.dll" FileName="nssckbi.dll" Attributes="0" SourcePath="pkg\xulrunner\nssckbi.dll" SelfReg="false" Sequence="422"/>
<ROW File="nssdbm3.chk" Component_="crashreporter.ini" FileName="nssdbm3.chk" Attributes="0" SourcePath="pkg\xulrunner\nssdbm3.chk" SelfReg="false" Sequence="423"/>
<ROW File="nssdbm3.dll" Component_="nssdbm3.dll" FileName="nssdbm3.dll" Attributes="0" SourcePath="pkg\xulrunner\nssdbm3.dll" SelfReg="false" Sequence="424"/>
<ROW File="nssutil3.dll" Component_="nssutil3.dll" FileName="nssutil3.dll" Attributes="0" SourcePath="pkg\xulrunner\nssutil3.dll" SelfReg="false" Sequence="425"/>
<ROW File="oauth.js" Component_="oauth.js" FileName="oauth.js" Attributes="0" SourcePath="pkg\chrome\content\js\oauth\oauth.js" SelfReg="false" Sequence="82"/>
<ROW File="oji.xpt" Component_="accessibility_msaa.xpt" FileName="oji.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\oji.xpt" SelfReg="false" Sequence="330"/>
<ROW File="onetweet.html" Component_="about.xul" FileName="onetwe~1.htm|onetweet.html" Attributes="0" SourcePath="pkg\chrome\content\onetweet.html" SelfReg="false" Sequence="105"/>
<ROW File="onetweet.js" Component_="account_manager.js" FileName="onetweet.js" Attributes="0" SourcePath="pkg\chrome\content\js\onetweet.js" SelfReg="false" Sequence="85"/>
<ROW File="onetweet.xul" Component_="about.xul" FileName="onetweet.xul" Attributes="0" SourcePath="pkg\chrome\content\onetweet.xul" SelfReg="false" Sequence="106"/>
<ROW File="onetweet_browser.js" Component_="account_manager.js" FileName="onetwe~1.js|onetweet-browser.js" Attributes="0" SourcePath="pkg\chrome\content\js\onetweet-browser.js" SelfReg="false" Sequence="84"/>
<ROW File="parentalcontrols.xpt" Component_="accessibility_msaa.xpt" FileName="parent~1.xpt|parentalcontrols.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\parentalcontrols.xpt" SelfReg="false" Sequence="331"/>
<ROW File="phone_blue_16x16.png" Component_="checkmark_gray.png" FileName="phone-~1.png|phone-blue-16x16.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\actions\phone-blue-16x16.png" SelfReg="false" Sequence="133"/>
<ROW File="phone_grey_16x16.png" Component_="checkmark_gray.png" FileName="phone-~2.png|phone-grey-16x16.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\actions\phone-grey-16x16.png" SelfReg="false" Sequence="134"/>
<ROW File="pipboot.xpt" Component_="accessibility_msaa.xpt" FileName="pipboot.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\pipboot.xpt" SelfReg="false" Sequence="332"/>
<ROW File="pipnss.xpt" Component_="accessibility_msaa.xpt" FileName="pipnss.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\pipnss.xpt" SelfReg="false" Sequence="333"/>
<ROW File="pippki.jar" Component_="classic.jar" FileName="pippki.jar" Attributes="0" SourcePath="pkg\xulrunner\chrome\pippki.jar" SelfReg="false" Sequence="212"/>
<ROW File="pippki.manifest" Component_="classic.jar" FileName="pippki~1.man|pippki.manifest" Attributes="0" SourcePath="pkg\xulrunner\chrome\pippki.manifest" SelfReg="false" Sequence="213"/>
<ROW File="pippki.xpt" Component_="accessibility_msaa.xpt" FileName="pippki.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\pippki.xpt" SelfReg="false" Sequence="334"/>
<ROW File="places.xpt" Component_="accessibility_msaa.xpt" FileName="places.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\places.xpt" SelfReg="false" Sequence="335"/>
<ROW File="platform.ini" Component_="crashreporter.ini" FileName="platform.ini" Attributes="0" SourcePath="pkg\xulrunner\platform.ini" SelfReg="false" Sequence="426"/>
<ROW File="platform.js" Component_="platform.js" FileName="platform.js" Attributes="0" SourcePath="pkg\xulrunner\defaults\autoconfig\platform.js" SelfReg="false" Sequence="382"/>
<ROW File="platformOverlay.xul" Component_="editMenuOverlay.js" FileName="platfo~1.xul|platformOverlay.xul" Attributes="0" SourcePath="pkg\chrome\content\global\platformOverlay.xul" SelfReg="false" Sequence="19"/>
<ROW File="platformOverlay.xul_1" Component_="about.xul" FileName="platfo~1.xul|platformOverlay.xul" Attributes="0" SourcePath="pkg\chrome\content\platformOverlay.xul" SelfReg="false" Sequence="107"/>
<ROW File="plc4.dll" Component_="plc4.dll" FileName="plc4.dll" Attributes="0" SourcePath="pkg\xulrunner\plc4.dll" SelfReg="false" Sequence="427"/>
<ROW File="plds4.dll" Component_="plds4.dll" FileName="plds4.dll" Attributes="0" SourcePath="pkg\xulrunner\plds4.dll" SelfReg="false" Sequence="428"/>
<ROW File="plugin.xpt" Component_="accessibility_msaa.xpt" FileName="plugin.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\plugin.xpt" SelfReg="false" Sequence="336"/>
<ROW File="pluginGlue.js" Component_="accessibility_msaa.xpt" FileName="plugin~1.js|pluginGlue.js" Attributes="0" SourcePath="pkg\xulrunner\components\pluginGlue.js" SelfReg="false" Sequence="337"/>
<ROW File="post_button_background.png" Component_="friendship_button_background.png" FileName="post-b~3.png|post-button-background.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\post-button-background.png" SelfReg="false" Sequence="187"/>
<ROW File="post_button_background_hover.png" Component_="friendship_button_background.png" FileName="post-b~1.png|post-button-background-hover.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\post-button-background-hover.png" SelfReg="false" Sequence="185"/>
<ROW File="post_button_background_inverse.png" Component_="friendship_button_background.png" FileName="post-b~2.png|post-button-background-inverse.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\post-button-background-inverse.png" SelfReg="false" Sequence="186"/>
<ROW File="pref.xpt" Component_="accessibility_msaa.xpt" FileName="pref.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\pref.xpt" SelfReg="false" Sequence="338"/>
<ROW File="prefcalls.js" Component_="platform.js" FileName="prefca~1.js|prefcalls.js" Attributes="0" SourcePath="pkg\xulrunner\defaults\autoconfig\prefcalls.js" SelfReg="false" Sequence="383"/>
<ROW File="prefetch.xpt" Component_="accessibility_msaa.xpt" FileName="prefetch.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\prefetch.xpt" SelfReg="false" Sequence="339"/>
<ROW File="prefs.css" Component_="browser.css" FileName="prefs.css" Attributes="0" SourcePath="pkg\chrome\skin\classic\prefs.css" SelfReg="false" Sequence="198"/>
<ROW File="prefs.dtd" Component_="main.dtd" FileName="prefs.dtd" Attributes="0" SourcePath="pkg\chrome\locale\prefs.dtd" SelfReg="false" Sequence="120"/>
<ROW File="prefs.js" Component_="account_manager.js" FileName="prefs.js" Attributes="0" SourcePath="pkg\chrome\content\js\prefs.js" SelfReg="false" Sequence="86"/>
<ROW File="prefs.js_1" Component_="debug.js" FileName="prefs.js" Attributes="0" SourcePath="pkg\defaults\preferences\prefs.js" SelfReg="false" Sequence="203"/>
<ROW File="prefs.xul" Component_="about.xul" FileName="prefs.xul" Attributes="0" SourcePath="pkg\chrome\content\prefs.xul" SelfReg="false" Sequence="108"/>
<ROW File="prefsPlatformOverlay.xul" Component_="about.xul" FileName="prefsP~1.xul|prefsPlatformOverlay.xul" Attributes="0" SourcePath="pkg\chrome\content\prefsPlatformOverlay.xul" SelfReg="false" Sequence="109"/>
<ROW File="prefs_accounts.png" Component_="prefs_accounts.png" FileName="prefs-~1.png|prefs-accounts.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\prefs\prefs-accounts.png" SelfReg="false" Sequence="188"/>
<ROW File="prefs_alerts.png" Component_="prefs_accounts.png" FileName="prefs-~2.png|prefs-alerts.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\prefs\prefs-alerts.png" SelfReg="false" Sequence="189"/>
<ROW File="prefs_filter.png" Component_="prefs_accounts.png" FileName="prefs-~3.png|prefs-filter.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\prefs\prefs-filter.png" SelfReg="false" Sequence="190"/>
<ROW File="prefs_general.png" Component_="prefs_accounts.png" FileName="prefs-~4.png|prefs-general.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\prefs\prefs-general.png" SelfReg="false" Sequence="191"/>
<ROW File="prefs_proxy.png" Component_="prefs_accounts.png" FileName="prefs-~5.png|prefs-proxy.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\prefs\prefs-proxy.png" SelfReg="false" Sequence="192"/>
<ROW File="profile.xpt" Component_="accessibility_msaa.xpt" FileName="profile.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\profile.xpt" SelfReg="false" Sequence="340"/>
<ROW File="protected.png" Component_="friendship_button_background.png" FileName="protec~1.png|protected.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\protected.png" SelfReg="false" Sequence="193"/>
<ROW File="proxyObject.xpt" Component_="accessibility_msaa.xpt" FileName="proxyO~1.xpt|proxyObject.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\proxyObject.xpt" SelfReg="false" Sequence="341"/>
<ROW File="quirk.css" Component_="arrow.gif" FileName="quirk.css" Attributes="0" SourcePath="pkg\xulrunner\res\quirk.css" SelfReg="false" Sequence="463"/>
<ROW File="quote.png" Component_="checkmark_gray.png" FileName="quote.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\actions\quote.png" SelfReg="false" Sequence="135"/>
<ROW File="rdf.xpt" Component_="accessibility_msaa.xpt" FileName="rdf.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\rdf.xpt" SelfReg="false" Sequence="342"/>
<ROW File="read.png" Component_="checkmark_gray.png" FileName="read.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\actions\read.png" SelfReg="false" Sequence="136"/>
<ROW File="reauth_account.xul" Component_="about.xul" FileName="reauth~1.xul|reauth-account.xul" Attributes="0" SourcePath="pkg\chrome\content\reauth-account.xul" SelfReg="false" Sequence="110"/>
<ROW File="recycle_blue_16x16.png" Component_="checkmark_gray.png" FileName="recycl~1.png|recycle-blue-16x16.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\actions\recycle-blue-16x16.png" SelfReg="false" Sequence="137"/>
<ROW File="recycle_grey_16x16.png" Component_="checkmark_gray.png" FileName="recycl~2.png|recycle-grey-16x16.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\actions\recycle-grey-16x16.png" SelfReg="false" Sequence="138"/>
<ROW File="redit.exe" Component_="redit.exe" FileName="redit.exe" Attributes="0" SourcePath="pkg\xulrunner\redit.exe" SelfReg="false" Sequence="431"/>
<ROW File="refresh.png" Component_="comment_add_clicked.png" FileName="refresh.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\buttons\large\refresh.png" SelfReg="false" Sequence="161"/>
<ROW File="refresh.png_1" Component_="comment_add_clicked.png_1" FileName="refresh.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\buttons\small\refresh.png" SelfReg="false" Sequence="178"/>
<ROW File="refresh_clicked.png" Component_="comment_add_clicked.png" FileName="refres~1.png|refresh-clicked.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\buttons\large\refresh-clicked.png" SelfReg="false" Sequence="159"/>
<ROW File="refresh_clicked.png_1" Component_="comment_add_clicked.png_1" FileName="refres~1.png|refresh-clicked.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\buttons\small\refresh-clicked.png" SelfReg="false" Sequence="176"/>
<ROW File="refresh_disabled.png" Component_="comment_add_clicked.png" FileName="refres~2.png|refresh-disabled.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\buttons\large\refresh-disabled.png" SelfReg="false" Sequence="160"/>
<ROW File="refresh_disabled.png_1" Component_="comment_add_clicked.png_1" FileName="refres~2.png|refresh-disabled.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\buttons\small\refresh-disabled.png" SelfReg="false" Sequence="177"/>
<ROW File="render.js" Component_="account_manager.js" FileName="render.js" Attributes="0" SourcePath="pkg\chrome\content\js\render.js" SelfReg="false" Sequence="87"/>
<ROW File="reply.css" Component_="browser.css" FileName="reply.css" Attributes="0" SourcePath="pkg\chrome\skin\classic\reply.css" SelfReg="false" Sequence="199"/>
<ROW File="reply.png" Component_="checkmark_gray.png" FileName="reply.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\actions\reply.png" SelfReg="false" Sequence="141"/>
<ROW File="reply_blue_16x16.png" Component_="checkmark_gray.png" FileName="reply-~1.png|reply-blue-16x16.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\actions\reply-blue-16x16.png" SelfReg="false" Sequence="139"/>
<ROW File="reply_grey_16x16.png" Component_="checkmark_gray.png" FileName="reply-~2.png|reply-grey-16x16.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\actions\reply-grey-16x16.png" SelfReg="false" Sequence="140"/>
<ROW File="repost.png" Component_="checkmark_gray.png" FileName="repost.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\actions\repost.png" SelfReg="false" Sequence="142"/>
<ROW File="reset.css" Component_="login.css" FileName="reset.css" Attributes="0" SourcePath="pkg\chrome\content\css\reset.css" SelfReg="false" Sequence="9"/>
<ROW File="satchel.xpt" Component_="accessibility_msaa.xpt" FileName="satchel.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\satchel.xpt" SelfReg="false" Sequence="343"/>
<ROW File="saxparser.xpt" Component_="accessibility_msaa.xpt" FileName="saxpar~1.xpt|saxparser.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\saxparser.xpt" SelfReg="false" Sequence="344"/>
<ROW File="security_prefs.js" Component_="all.js" FileName="securi~1.js|security-prefs.js" Attributes="0" SourcePath="pkg\xulrunner\greprefs\security-prefs.js" SelfReg="false" Sequence="397"/>
<ROW File="sha1.js" Component_="oauth.js" FileName="sha1.js" Attributes="0" SourcePath="pkg\chrome\content\js\oauth\sha1.js" SelfReg="false" Sequence="83"/>
<ROW File="shistory.xpt" Component_="accessibility_msaa.xpt" FileName="shistory.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\shistory.xpt" SelfReg="false" Sequence="345"/>
<ROW File="shorten.xul" Component_="about.xul" FileName="shorten.xul" Attributes="0" SourcePath="pkg\chrome\content\shorten.xul" SelfReg="false" Sequence="111"/>
<ROW File="shorten_link.png" Component_="comment_add_clicked.png" FileName="shorte~3.png|shorten-link.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\buttons\large\shorten-link.png" SelfReg="false" Sequence="164"/>
<ROW File="shorten_link.png_1" Component_="comment_add_clicked.png_1" FileName="shorte~3.png|shorten-link.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\buttons\small\shorten-link.png" SelfReg="false" Sequence="181"/>
<ROW File="shorten_link_clicked.png" Component_="comment_add_clicked.png" FileName="shorte~1.png|shorten-link-clicked.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\buttons\large\shorten-link-clicked.png" SelfReg="false" Sequence="162"/>
<ROW File="shorten_link_clicked.png_1" Component_="comment_add_clicked.png_1" FileName="shorte~1.png|shorten-link-clicked.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\buttons\small\shorten-link-clicked.png" SelfReg="false" Sequence="179"/>
<ROW File="shorten_link_disabled.png" Component_="comment_add_clicked.png" FileName="shorte~2.png|shorten-link-disabled.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\buttons\large\shorten-link-disabled.png" SelfReg="false" Sequence="163"/>
<ROW File="shorten_link_disabled.png_1" Component_="comment_add_clicked.png_1" FileName="shorte~2.png|shorten-link-disabled.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\buttons\small\shorten-link-disabled.png" SelfReg="false" Sequence="180"/>
<ROW File="silver_gradient_light.png" Component_="checkmark_gray.png" FileName="silver~1.png|silver-gradient-light.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\actions\silver-gradient-light.png" SelfReg="false" Sequence="143"/>
<ROW File="smime3.dll" Component_="smime3.dll" FileName="smime3.dll" Attributes="0" SourcePath="pkg\xulrunner\smime3.dll" SelfReg="false" Sequence="486"/>
<ROW File="social.js" Component_="identica.js" FileName="social.js" Attributes="0" SourcePath="pkg\chrome\content\js\social\social.js" SelfReg="false" Sequence="89"/>
<ROW File="softokn3.chk" Component_="crashreporter.ini" FileName="softokn3.chk" Attributes="0" SourcePath="pkg\xulrunner\softokn3.chk" SelfReg="false" Sequence="487"/>
<ROW File="softokn3.dll" Component_="softokn3.dll" FileName="softokn3.dll" Attributes="0" SourcePath="pkg\xulrunner\softokn3.dll" SelfReg="false" Sequence="488"/>
<ROW File="speech_style.css" Component_="login.css" FileName="speech~1.css|speech-style.css" Attributes="0" SourcePath="pkg\chrome\content\css\speech-style.css" SelfReg="false" Sequence="10"/>
<ROW File="speech_toolbar_background.png" Component_="friendship_button_background.png" FileName="speech~1.png|speech-toolbar-background.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\speech-toolbar-background.png" SelfReg="false" Sequence="194"/>
<ROW File="spellchecker.xpt" Component_="accessibility_msaa.xpt" FileName="spellc~1.xpt|spellchecker.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\spellchecker.xpt" SelfReg="false" Sequence="346"/>
<ROW File="sqlite3.dll" Component_="sqlite3.dll" FileName="sqlite3.dll" Attributes="0" SourcePath="pkg\xulrunner\sqlite3.dll" SelfReg="false" Sequence="489"/>
<ROW File="ssl3.dll" Component_="ssl3.dll" FileName="ssl3.dll" Attributes="0" SourcePath="pkg\xulrunner\ssl3.dll" SelfReg="false" Sequence="490"/>
<ROW File="star.png" Component_="ajax_loader_3.gif" FileName="star.png" Attributes="0" SourcePath="pkg\chrome\content\images\star.png" SelfReg="false" Sequence="54"/>
<ROW File="star_yellow.png" Component_="checkmark_gray.png" FileName="star-y~1.png|star-yellow.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\actions\star-yellow.png" SelfReg="false" Sequence="144"/>
<ROW File="statusnet.js" Component_="identica.js" FileName="status~1.js|statusnet.js" Attributes="0" SourcePath="pkg\chrome\content\js\social\statusnet.js" SelfReg="false" Sequence="90"/>
<ROW File="stop_blue_16x16.png" Component_="checkmark_gray.png" FileName="stop-b~1.png|stop-blue-16x16.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\actions\stop-blue-16x16.png" SelfReg="false" Sequence="145"/>
<ROW File="stop_grey_16x16.png" Component_="checkmark_gray.png" FileName="stop-g~1.png|stop-grey-16x16.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\actions\stop-grey-16x16.png" SelfReg="false" Sequence="146"/>
<ROW File="storage.xpt" Component_="accessibility_msaa.xpt" FileName="storage.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\storage.xpt" SelfReg="false" Sequence="349"/>
<ROW File="storage_Legacy.js" Component_="accessibility_msaa.xpt" FileName="storag~1.js|storage-Legacy.js" Attributes="0" SourcePath="pkg\xulrunner\components\storage-Legacy.js" SelfReg="false" Sequence="347"/>
<ROW File="storage_mozStorage.js" Component_="accessibility_msaa.xpt" FileName="storag~2.js|storage-mozStorage.js" Attributes="0" SourcePath="pkg\xulrunner\components\storage-mozStorage.js" SelfReg="false" Sequence="348"/>
<ROW File="strings.properties" Component_="main.dtd" FileName="string~1.pro|strings.properties" Attributes="0" SourcePath="pkg\chrome\locale\strings.properties" SelfReg="false" Sequence="121"/>
<ROW File="style.css" Component_="login.css" FileName="style.css" Attributes="0" SourcePath="pkg\chrome\content\css\style.css" SelfReg="false" Sequence="11"/>
<ROW File="svg.css" Component_="arrow.gif" FileName="svg.css" Attributes="0" SourcePath="pkg\xulrunner\res\svg.css" SelfReg="false" Sequence="464"/>
<ROW File="table_add_column_after.gif" Component_="arrow.gif" FileName="table-~3.gif|table-add-column-after.gif" Attributes="0" SourcePath="pkg\xulrunner\res\table-add-column-after.gif" SelfReg="false" Sequence="467"/>
<ROW File="table_add_column_after_active.gif" Component_="arrow.gif" FileName="table-~1.gif|table-add-column-after-active.gif" Attributes="0" SourcePath="pkg\xulrunner\res\table-add-column-after-active.gif" SelfReg="false" Sequence="465"/>
<ROW File="table_add_column_after_hover.gif" Component_="arrow.gif" FileName="table-~2.gif|table-add-column-after-hover.gif" Attributes="0" SourcePath="pkg\xulrunner\res\table-add-column-after-hover.gif" SelfReg="false" Sequence="466"/>
<ROW File="table_add_column_before.gif" Component_="arrow.gif" FileName="table-~6.gif|table-add-column-before.gif" Attributes="0" SourcePath="pkg\xulrunner\res\table-add-column-before.gif" SelfReg="false" Sequence="470"/>
<ROW File="table_add_column_before_active.gif" Component_="arrow.gif" FileName="table-~4.gif|table-add-column-before-active.gif" Attributes="0" SourcePath="pkg\xulrunner\res\table-add-column-before-active.gif" SelfReg="false" Sequence="468"/>
<ROW File="table_add_column_before_hover.gif" Component_="arrow.gif" FileName="table-~5.gif|table-add-column-before-hover.gif" Attributes="0" SourcePath="pkg\xulrunner\res\table-add-column-before-hover.gif" SelfReg="false" Sequence="469"/>
<ROW File="table_add_row_after.gif" Component_="arrow.gif" FileName="table-~9.gif|table-add-row-after.gif" Attributes="0" SourcePath="pkg\xulrunner\res\table-add-row-after.gif" SelfReg="false" Sequence="473"/>
<ROW File="table_add_row_after_active.gif" Component_="arrow.gif" FileName="table-~7.gif|table-add-row-after-active.gif" Attributes="0" SourcePath="pkg\xulrunner\res\table-add-row-after-active.gif" SelfReg="false" Sequence="471"/>
<ROW File="table_add_row_after_hover.gif" Component_="arrow.gif" FileName="table-~8.gif|table-add-row-after-hover.gif" Attributes="0" SourcePath="pkg\xulrunner\res\table-add-row-after-hover.gif" SelfReg="false" Sequence="472"/>
<ROW File="table_add_row_before.gif" Component_="arrow.gif" FileName="table~12.gif|table-add-row-before.gif" Attributes="0" SourcePath="pkg\xulrunner\res\table-add-row-before.gif" SelfReg="false" Sequence="476"/>
<ROW File="table_add_row_before_active.gif" Component_="arrow.gif" FileName="table~10.gif|table-add-row-before-active.gif" Attributes="0" SourcePath="pkg\xulrunner\res\table-add-row-before-active.gif" SelfReg="false" Sequence="474"/>
<ROW File="table_add_row_before_hover.gif" Component_="arrow.gif" FileName="table~11.gif|table-add-row-before-hover.gif" Attributes="0" SourcePath="pkg\xulrunner\res\table-add-row-before-hover.gif" SelfReg="false" Sequence="475"/>
<ROW File="table_remove_column.gif" Component_="arrow.gif" FileName="table~15.gif|table-remove-column.gif" Attributes="0" SourcePath="pkg\xulrunner\res\table-remove-column.gif" SelfReg="false" Sequence="479"/>
<ROW File="table_remove_column_active.gif" Component_="arrow.gif" FileName="table~13.gif|table-remove-column-active.gif" Attributes="0" SourcePath="pkg\xulrunner\res\table-remove-column-active.gif" SelfReg="false" Sequence="477"/>
<ROW File="table_remove_column_hover.gif" Component_="arrow.gif" FileName="table~14.gif|table-remove-column-hover.gif" Attributes="0" SourcePath="pkg\xulrunner\res\table-remove-column-hover.gif" SelfReg="false" Sequence="478"/>
<ROW File="table_remove_row.gif" Component_="arrow.gif" FileName="table~18.gif|table-remove-row.gif" Attributes="0" SourcePath="pkg\xulrunner\res\table-remove-row.gif" SelfReg="false" Sequence="482"/>
<ROW File="table_remove_row_active.gif" Component_="arrow.gif" FileName="table~16.gif|table-remove-row-active.gif" Attributes="0" SourcePath="pkg\xulrunner\res\table-remove-row-active.gif" SelfReg="false" Sequence="480"/>
<ROW File="table_remove_row_hover.gif" Component_="arrow.gif" FileName="table~17.gif|table-remove-row-hover.gif" Attributes="0" SourcePath="pkg\xulrunner\res\table-remove-row-hover.gif" SelfReg="false" Sequence="481"/>
<ROW File="template.html" Component_="about.xul" FileName="templa~1.htm|template.html" Attributes="0" SourcePath="pkg\chrome\content\template.html" SelfReg="false" Sequence="112"/>
<ROW File="template.xul" Component_="about.xul" FileName="template.xul" Attributes="0" SourcePath="pkg\chrome\content\template.xul" SelfReg="false" Sequence="113"/>
<ROW File="tiny_throbber.gif" Component_="ajax_loader_3.gif" FileName="tiny-t~1.gif|tiny-throbber.gif" Attributes="0" SourcePath="pkg\chrome\content\images\tiny-throbber.gif" SelfReg="false" Sequence="55"/>
<ROW File="tl.gif" Component_="b.gif" FileName="tl.gif" Attributes="0" SourcePath="pkg\chrome\content\images\speech-bubbles\gray-blue\tl.gif" SelfReg="false" Sequence="52"/>
<ROW File="toolbar_background.gif" Component_="ajax_loader_3.gif" FileName="toolba~1.gif|toolbar-background.gif" Attributes="0" SourcePath="pkg\chrome\content\images\toolbar-background.gif" SelfReg="false" Sequence="59"/>
<ROW File="toolbar_background_inactive.png" Component_="ajax_loader_3.gif" FileName="toolba~1.png|toolbar-background-inactive.png" Attributes="0" SourcePath="pkg\chrome\content\images\toolbar-background-inactive.png" SelfReg="false" Sequence="56"/>
<ROW File="toolbar_background_tall.png" Component_="ajax_loader_3.gif" FileName="toolba~3.png|toolbar-background-tall.png" Attributes="0" SourcePath="pkg\chrome\content\images\toolbar-background-tall.png" SelfReg="false" Sequence="58"/>
<ROW File="toolbar_background_tall_inactive.png" Component_="ajax_loader_3.gif" FileName="toolba~2.png|toolbar-background-tall-inactive.png" Attributes="0" SourcePath="pkg\chrome\content\images\toolbar-background-tall-inactive.png" SelfReg="false" Sequence="57"/>
<ROW File="toolbar_separator.png" Component_="ajax_loader_3.gif" FileName="toolba~4.png|toolbar-separator.png" Attributes="0" SourcePath="pkg\chrome\content\images\toolbar-separator.png" SelfReg="false" Sequence="60"/>
<ROW File="toolkit.jar" Component_="classic.jar" FileName="toolkit.jar" Attributes="0" SourcePath="pkg\xulrunner\chrome\toolkit.jar" SelfReg="false" Sequence="214"/>
<ROW File="toolkit.manifest" Component_="classic.jar" FileName="toolki~1.man|toolkit.manifest" Attributes="0" SourcePath="pkg\xulrunner\chrome\toolkit.manifest" SelfReg="false" Sequence="215"/>
<ROW File="toolkitprofile.xpt" Component_="accessibility_msaa.xpt" FileName="toolki~1.xpt|toolkitprofile.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\toolkitprofile.xpt" SelfReg="false" Sequence="350"/>
<ROW File="toolkitsearch.xpt" Component_="accessibility_msaa.xpt" FileName="toolki~2.xpt|toolkitsearch.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\toolkitsearch.xpt" SelfReg="false" Sequence="351"/>
<ROW File="tooltip.js" Component_="account_manager.js" FileName="tooltip.js" Attributes="0" SourcePath="pkg\chrome\content\js\tooltip.js" SelfReg="false" Sequence="93"/>
<ROW File="tr.gif" Component_="b.gif" FileName="tr.gif" Attributes="0" SourcePath="pkg\chrome\content\images\speech-bubbles\gray-blue\tr.gif" SelfReg="false" Sequence="53"/>
<ROW File="transliterate.properties" Component_="html40Latin1.properties" FileName="transl~1.pro|transliterate.properties" Attributes="0" SourcePath="pkg\xulrunner\res\entityTables\transliterate.properties" SelfReg="false" Sequence="447"/>
<ROW File="trash_grey_16x16.gif" Component_="checkmark_gray.png" FileName="trash-~1.gif|trash-grey-16x16.gif" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\actions\trash-grey-16x16.gif" SelfReg="false" Sequence="147"/>
<ROW File="tweet.css" Component_="browser.css" FileName="tweet.css" Attributes="0" SourcePath="pkg\chrome\skin\classic\tweet.css" SelfReg="false" Sequence="200"/>
<ROW File="twitter.js" Component_="identica.js" FileName="twitter.js" Attributes="0" SourcePath="pkg\chrome\content\js\social\twitter.js" SelfReg="false" Sequence="91"/>
<ROW File="twitter_130x130.png" Component_="identica_16x16.png" FileName="twitte~1.png|twitter-130x130.png" Attributes="0" SourcePath="pkg\chrome\content\images\services\twitter-130x130.png" SelfReg="false" Sequence="37"/>
<ROW File="twitter_19x19.png" Component_="identica_16x16.png" FileName="twitte~2.png|twitter-19x19.png" Attributes="0" SourcePath="pkg\chrome\content\images\services\twitter-19x19.png" SelfReg="false" Sequence="38"/>
<ROW File="twitter_240x240.jpg" Component_="identica_16x16.png" FileName="twitte~1.jpg|twitter-240x240.jpg" Attributes="0" SourcePath="pkg\chrome\content\images\services\twitter-240x240.jpg" SelfReg="false" Sequence="39"/>
<ROW File="twitter_256x256.png" Component_="identica_16x16.png" FileName="twitte~3.png|twitter-256x256.png" Attributes="0" SourcePath="pkg\chrome\content\images\services\twitter-256x256.png" SelfReg="false" Sequence="40"/>
<ROW File="twitter_25x25.png" Component_="identica_16x16.png" FileName="twitte~4.png|twitter-25x25.png" Attributes="0" SourcePath="pkg\chrome\content\images\services\twitter-25x25.png" SelfReg="false" Sequence="41"/>
<ROW File="twitter_59x59.png" Component_="identica_16x16.png" FileName="twitte~5.png|twitter-59x59.png" Attributes="0" SourcePath="pkg\chrome\content\images\services\twitter-59x59.png" SelfReg="false" Sequence="42"/>
<ROW File="twitteresque.js" Component_="identica.js" FileName="twitte~1.js|twitteresque.js" Attributes="0" SourcePath="pkg\chrome\content\js\social\twitteresque.js" SelfReg="false" Sequence="92"/>
<ROW File="txEXSLTRegExFunctions.js" Component_="accessibility_msaa.xpt" FileName="txEXSL~1.js|txEXSLTRegExFunctions.js" Attributes="0" SourcePath="pkg\xulrunner\components\txEXSLTRegExFunctions.js" SelfReg="false" Sequence="352"/>
<ROW File="txmgr.xpt" Component_="accessibility_msaa.xpt" FileName="txmgr.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\txmgr.xpt" SelfReg="false" Sequence="353"/>
<ROW File="txtsvc.xpt" Component_="accessibility_msaa.xpt" FileName="txtsvc.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\txtsvc.xpt" SelfReg="false" Sequence="354"/>
<ROW File="ua.css" Component_="arrow.gif" FileName="ua.css" Attributes="0" SourcePath="pkg\xulrunner\res\ua.css" SelfReg="false" Sequence="483"/>
<ROW File="uconv.xpt" Component_="accessibility_msaa.xpt" FileName="uconv.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\uconv.xpt" SelfReg="false" Sequence="355"/>
<ROW File="unfollow.png" Component_="checkmark_gray.png" FileName="unfollow.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\actions\unfollow.png" SelfReg="false" Sequence="148"/>
<ROW File="unicharutil.xpt" Component_="accessibility_msaa.xpt" FileName="unicha~1.xpt|unicharutil.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\unicharutil.xpt" SelfReg="false" Sequence="356"/>
<ROW File="unified.xml" Component_="about.xul" FileName="unified.xml" Attributes="0" SourcePath="pkg\chrome\content\unified.xml" SelfReg="false" Sequence="114"/>
<ROW File="unread.png" Component_="checkmark_gray.png" FileName="unread.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\actions\unread.png" SelfReg="false" Sequence="149"/>
<ROW File="update.locale" Component_="crashreporter.ini" FileName="update~1.loc|update.locale" Attributes="0" SourcePath="pkg\xulrunner\update.locale" SelfReg="false" Sequence="491"/>
<ROW File="update.xpt" Component_="accessibility_msaa.xpt" FileName="update.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\update.xpt" SelfReg="false" Sequence="357"/>
<ROW File="updater.exe" Component_="updater.exe" FileName="updater.exe" Attributes="0" SourcePath="pkg\xulrunner\updater.exe" SelfReg="false" Sequence="492"/>
<ROW File="uriloader.xpt" Component_="accessibility_msaa.xpt" FileName="uriloa~1.xpt|uriloader.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\uriloader.xpt" SelfReg="false" Sequence="358"/>
<ROW File="urlformatter.xpt" Component_="accessibility_msaa.xpt" FileName="urlfor~1.xpt|urlformatter.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\urlformatter.xpt" SelfReg="false" Sequence="359"/>
<ROW File="user.css" Component_="browser.css" FileName="user.css" Attributes="0" SourcePath="pkg\chrome\skin\classic\user.css" SelfReg="false" Sequence="201"/>
<ROW File="user.html" Component_="about.xul" FileName="user~1.htm|user.html" Attributes="0" SourcePath="pkg\chrome\content\user.html" SelfReg="false" Sequence="115"/>
<ROW File="user.js" Component_="account_manager.js" FileName="user.js" Attributes="0" SourcePath="pkg\chrome\content\js\user.js" SelfReg="false" Sequence="95"/>
<ROW File="user.xul" Component_="about.xul" FileName="user.xul" Attributes="0" SourcePath="pkg\chrome\content\user.xul" SelfReg="false" Sequence="116"/>
<ROW File="userChrome_example.css" Component_="userChrome_example.css" FileName="userCh~1.css|userChrome-example.css" Attributes="0" SourcePath="pkg\xulrunner\defaults\profile\chrome\userChrome-example.css" SelfReg="false" Sequence="385"/>
<ROW File="userChrome_example.css_1" Component_="userChrome_example.css_1" FileName="userCh~1.css|userChrome-example.css" Attributes="0" SourcePath="pkg\xulrunner\defaults\profile\US\chrome\userChrome-example.css" SelfReg="false" Sequence="388"/>
<ROW File="userContent_example.css" Component_="userChrome_example.css" FileName="userCo~1.css|userContent-example.css" Attributes="0" SourcePath="pkg\xulrunner\defaults\profile\chrome\userContent-example.css" SelfReg="false" Sequence="386"/>
<ROW File="userContent_example.css_1" Component_="userChrome_example.css_1" FileName="userCo~1.css|userContent-example.css" Attributes="0" SourcePath="pkg\xulrunner\defaults\profile\US\chrome\userContent-example.css" SelfReg="false" Sequence="389"/>
<ROW File="user_browser.js" Component_="account_manager.js" FileName="user-b~1.js|user-browser.js" Attributes="0" SourcePath="pkg\chrome\content\js\user-browser.js" SelfReg="false" Sequence="94"/>
<ROW File="user_info_background.png" Component_="friendship_button_background.png" FileName="user-i~1.png|user-info-background.png" Attributes="0" SourcePath="pkg\chrome\skin\classic\images\user-info-background.png" SelfReg="false" Sequence="195"/>
<ROW File="utils.js" Component_="account_manager.js" FileName="utils.js" Attributes="0" SourcePath="pkg\chrome\content\js\utils.js" SelfReg="false" Sequence="96"/>
<ROW File="utils.js_1" Component_="debug.js_1" FileName="utils.js" Attributes="0" SourcePath="pkg\xulrunner\modules\utils.js" SelfReg="false" Sequence="413"/>
<ROW File="viewsource.css" Component_="arrow.gif" FileName="viewso~1.css|viewsource.css" Attributes="0" SourcePath="pkg\xulrunner\res\viewsource.css" SelfReg="false" Sequence="484"/>
<ROW File="wave_left.png" Component_="ajax_loader_3.gif" FileName="wave-l~1.png|wave-left.png" Attributes="0" SourcePath="pkg\chrome\content\images\wave-left.png" SelfReg="false" Sequence="61"/>
<ROW File="wave_right.png" Component_="ajax_loader_3.gif" FileName="wave-r~1.png|wave-right.png" Attributes="0" SourcePath="pkg\chrome\content\images\wave-right.png" SelfReg="false" Sequence="62"/>
<ROW File="waves.png" Component_="ajax_loader_3.gif" FileName="waves.png" Attributes="0" SourcePath="pkg\chrome\content\images\waves.png" SelfReg="false" Sequence="63"/>
<ROW File="webBrowser_core.xpt" Component_="accessibility_msaa.xpt" FileName="webBro~2.xpt|webBrowser_core.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\webBrowser_core.xpt" SelfReg="false" Sequence="361"/>
<ROW File="webbrowserpersist.xpt" Component_="accessibility_msaa.xpt" FileName="webbro~1.xpt|webbrowserpersist.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\webbrowserpersist.xpt" SelfReg="false" Sequence="360"/>
<ROW File="webshell_idls.xpt" Component_="accessibility_msaa.xpt" FileName="webshe~1.xpt|webshell_idls.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\webshell_idls.xpt" SelfReg="false" Sequence="362"/>
<ROW File="widget.xpt" Component_="accessibility_msaa.xpt" FileName="widget.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\widget.xpt" SelfReg="false" Sequence="363"/>
<ROW File="wincharset.properties" Component_="arrow.gif" FileName="wincha~1.pro|wincharset.properties" Attributes="0" SourcePath="pkg\xulrunner\res\wincharset.properties" SelfReg="false" Sequence="485"/>
<ROW File="windowds.xpt" Component_="accessibility_msaa.xpt" FileName="windowds.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\windowds.xpt" SelfReg="false" Sequence="364"/>
<ROW File="windowwatcher.xpt" Component_="accessibility_msaa.xpt" FileName="window~1.xpt|windowwatcher.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\windowwatcher.xpt" SelfReg="false" Sequence="365"/>
<ROW File="xhtml11.dtd" Component_="mathml.dtd" FileName="xhtml11.dtd" Attributes="0" SourcePath="pkg\xulrunner\res\dtd\xhtml11.dtd" SelfReg="false" Sequence="440"/>
<ROW File="xpcom.dll" Component_="xpcom.dll" FileName="xpcom.dll" Attributes="0" SourcePath="pkg\xulrunner\xpcom.dll" SelfReg="false" Sequence="493"/>
<ROW File="xpcom_base.xpt" Component_="accessibility_msaa.xpt" FileName="xpcom_~1.xpt|xpcom_base.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\xpcom_base.xpt" SelfReg="false" Sequence="366"/>
<ROW File="xpcom_components.xpt" Component_="accessibility_msaa.xpt" FileName="xpcom_~2.xpt|xpcom_components.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\xpcom_components.xpt" SelfReg="false" Sequence="367"/>
<ROW File="xpcom_ds.xpt" Component_="accessibility_msaa.xpt" FileName="xpcom_ds.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\xpcom_ds.xpt" SelfReg="false" Sequence="368"/>
<ROW File="xpcom_io.xpt" Component_="accessibility_msaa.xpt" FileName="xpcom_io.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\xpcom_io.xpt" SelfReg="false" Sequence="369"/>
<ROW File="xpcom_system.xpt" Component_="accessibility_msaa.xpt" FileName="xpcom_~3.xpt|xpcom_system.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\xpcom_system.xpt" SelfReg="false" Sequence="370"/>
<ROW File="xpcom_thread.xpt" Component_="accessibility_msaa.xpt" FileName="xpcom_~4.xpt|xpcom_thread.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\xpcom_thread.xpt" SelfReg="false" Sequence="371"/>
<ROW File="xpcom_xpti.xpt" Component_="accessibility_msaa.xpt" FileName="xpcom_~5.xpt|xpcom_xpti.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\xpcom_xpti.xpt" SelfReg="false" Sequence="372"/>
<ROW File="xpconnect.xpt" Component_="accessibility_msaa.xpt" FileName="xpconn~1.xpt|xpconnect.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\xpconnect.xpt" SelfReg="false" Sequence="373"/>
<ROW File="xpcshell.exe" Component_="xpcshell.exe" FileName="xpcshell.exe" Attributes="0" SourcePath="pkg\xulrunner\xpcshell.exe" SelfReg="false" Sequence="494"/>
<ROW File="xpidl.exe" Component_="xpidl.exe" FileName="xpidl.exe" Attributes="0" SourcePath="pkg\xulrunner\xpidl.exe" SelfReg="false" Sequence="495"/>
<ROW File="xpinstall.js" Component_="all.js" FileName="xpinst~1.js|xpinstall.js" Attributes="0" SourcePath="pkg\xulrunner\greprefs\xpinstall.js" SelfReg="false" Sequence="398"/>
<ROW File="xpinstall.xpt" Component_="accessibility_msaa.xpt" FileName="xpinst~1.xpt|xpinstall.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\xpinstall.xpt" SelfReg="false" Sequence="374"/>
<ROW File="xpt_dump.exe" Component_="xpt_dump.exe" FileName="xpt_dump.exe" Attributes="0" SourcePath="pkg\xulrunner\xpt_dump.exe" SelfReg="false" Sequence="496"/>
<ROW File="xpt_link.exe" Component_="xpt_link.exe" FileName="xpt_link.exe" Attributes="0" SourcePath="pkg\xulrunner\xpt_link.exe" SelfReg="false" Sequence="497"/>
<ROW File="xul.dll" Component_="xul.dll" FileName="xul.dll" Attributes="0" SourcePath="pkg\xulrunner\xul.dll" SelfReg="false" Sequence="498"/>
<ROW File="xulapp.xpt" Component_="accessibility_msaa.xpt" FileName="xulapp.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\xulapp.xpt" SelfReg="false" Sequence="375"/>
<ROW File="xulapp_setup.xpt" Component_="accessibility_msaa.xpt" FileName="xulapp~1.xpt|xulapp_setup.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\xulapp_setup.xpt" SelfReg="false" Sequence="376"/>
<ROW File="xuldoc.xpt" Component_="accessibility_msaa.xpt" FileName="xuldoc.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\xuldoc.xpt" SelfReg="false" Sequence="377"/>
<ROW File="xulrunner.exe" Component_="xulrunner.exe" FileName="xulrun~2.exe|xulrunner.exe" Attributes="0" SourcePath="pkg\xulrunner\xulrunner.exe" SelfReg="false" Sequence="500"/>
<ROW File="xulrunner.js" Component_="xulrunner.js" FileName="xulrun~1.js|xulrunner.js" Attributes="0" SourcePath="pkg\xulrunner\defaults\pref\xulrunner.js" SelfReg="false" Sequence="384"/>
<ROW File="xulrunner_stub.exe" Component_="xulrunner_stub.exe" FileName="xulrun~1.exe|xulrunner-stub.exe" Attributes="0" SourcePath="pkg\xulrunner\xulrunner-stub.exe" SelfReg="false" Sequence="499"/>
<ROW File="xultmpl.xpt" Component_="accessibility_msaa.xpt" FileName="xultmpl.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\xultmpl.xpt" SelfReg="false" Sequence="378"/>
<ROW File="zipwriter.xpt" Component_="accessibility_msaa.xpt" FileName="zipwri~1.xpt|zipwriter.xpt" Attributes="0" SourcePath="pkg\xulrunner\components\zipwriter.xpt" SelfReg="false" Sequence="379"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.BuildComponent">
<ROW BuildKey="DefaultBuild" BuildName="DefaultBuild" BuildOrder="1" BuildType="0" PackageFolder="." PackageFileName="buzzbird-windows-0.8" Languages="en" InstallationType="4"/>
<ATTRIBUTE name="CurrentBuild" value="DefaultBuild"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.DictionaryComponent">
<ROW Path="<AI_DICTS>ui.ail"/>
<ROW Path="<AI_DICTS>ui_en.ail"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.FragmentComponent">
<ROW Fragment="CommonUI.aip" Path="<AI_FRAGS>CommonUI.aip"/>
<ROW Fragment="FolderDlg.aip" Path="<AI_THEMES>classic\fragments\FolderDlg.aip"/>
<ROW Fragment="SequenceDialogs.aip" Path="<AI_THEMES>classic\fragments\SequenceDialogs.aip"/>
<ROW Fragment="Sequences.aip" Path="<AI_FRAGS>Sequences.aip"/>
<ROW Fragment="StaticUIStrings.aip" Path="<AI_FRAGS>StaticUIStrings.aip"/>
<ROW Fragment="UI.aip" Path="<AI_THEMES>classic\fragments\UI.aip"/>
<ROW Fragment="Validation.aip" Path="<AI_FRAGS>Validation.aip"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.MsiBinaryComponent">
<ROW Name="aicustact.dll" SourcePath="<AI_CUSTACTS>aicustact.dll"/>
<ROW Name="default_banner.bmp" SourcePath="<AI_THEMES>classic\resources\default-banner.bmp"/>
<ROW Name="default_dialog.bmp" SourcePath="<AI_THEMES>classic\resources\default-dialog.bmp"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.MsiControlComponent">
<ATTRIBUTE name="FixedSizeBitmaps" value="0"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.MsiControlEventComponent">
<ROW Dialog_="FolderDlg" Control_="Back" Event="NewDialog" Argument="WelcomeDlg" Condition="AI_INSTALL" Ordering="1"/>
<ROW Dialog_="WelcomeDlg" Control_="Next" Event="NewDialog" Argument="FolderDlg" Condition="AI_INSTALL" Ordering="1"/>
<ROW Dialog_="VerifyReadyDlg" Control_="Back" Event="NewDialog" Argument="FolderDlg" Condition="AI_INSTALL" Ordering="1"/>
<ROW Dialog_="FolderDlg" Control_="Next" Event="NewDialog" Argument="VerifyReadyDlg" Condition="AI_INSTALL" Ordering="3"/>
<ROW Dialog_="MaintenanceTypeDlg" Control_="Back" Event="NewDialog" Argument="MaintenanceWelcomeDlg" Condition="AI_MAINT" Ordering="1"/>
<ROW Dialog_="MaintenanceWelcomeDlg" Control_="Next" Event="NewDialog" Argument="MaintenanceTypeDlg" Condition="AI_MAINT" Ordering="2"/>
<ROW Dialog_="VerifyReadyDlg" Control_="Back" Event="NewDialog" Argument="PatchWelcomeDlg" Condition="AI_PATCH" Ordering="1"/>
<ROW Dialog_="PatchWelcomeDlg" Control_="Next" Event="NewDialog" Argument="VerifyReadyDlg" Condition="AI_PATCH" Ordering="3"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.MsiCreateFolderComponent">
<ROW Directory_="Buzzbird_DIR" Component_="Buzzbird"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.MsiCustActComponent">
<ROW Action="AI_DOWNGRADE" Type="19" Target="4010"/>
<ROW Action="AI_PREPARE_UPGRADE" Type="65" Source="aicustact.dll" Target="PrepareUpgrade"/>
<ROW Action="AI_RESTORE_LOCATION" Type="65" Source="aicustact.dll" Target="RestoreLocation"/>
<ROW Action="AI_ResolveKnownFolders" Type="1" Source="aicustact.dll" Target="AI_ResolveKnownFolders"/>
<ROW Action="AI_STORE_LOCATION" Type="51" Source="ARPINSTALLLOCATION" Target="[APPDIR]"/>
<ROW Action="SET_APPDIR" Type="307" Source="APPDIR" Target="[ProgramFilesFolder][Manufacturer]\[ProductName]" MultiBuildTarget="DefaultBuild:[ProgramFilesFolder][ProductName]"/>
<ROW Action="SET_SHORTCUTDIR" Type="307" Source="SHORTCUTDIR" Target="[ProgramMenuFolder][ProductName]"/>
<ROW Action="SET_TARGETDIR_TO_APPDIR" Type="51" Source="TARGETDIR" Target="[APPDIR]"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.MsiIconsComponent">
<ROW Name="Buzzbird.exe" SourcePath="graphics\Buzzbird.ico" Index="0"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.MsiInstExSeqComponent">
<ROW Action="AI_DOWNGRADE" Condition="AI_NEWERPRODUCTFOUND AND (UILevel <> 5)" Sequence="210"/>
<ROW Action="AI_RESTORE_LOCATION" Condition="APPDIR=""" Sequence="749"/>
<ROW Action="AI_STORE_LOCATION" Condition="Not Installed" Sequence="1501"/>
<ROW Action="AI_PREPARE_UPGRADE" Condition="AI_UPGRADE="No" AND (Not Installed)" Sequence="1399"/>
<ROW Action="AI_ResolveKnownFolders" Sequence="51"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.MsiInstallUISequenceComponent">
<ROW Action="AI_RESTORE_LOCATION" Condition="APPDIR=""" Sequence="749"/>
<ROW Action="AI_ResolveKnownFolders" Sequence="51"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.MsiLaunchConditionsComponent">
<ROW Condition="VersionNT" Description="[ProductName] cannot be installed on [WindowsFamily9X]" DescriptionLocId="AI.LaunchCondition.No9X" IsPredefined="true" Builds="DefaultBuild"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.MsiShortsComponent">
<ROW Shortcut="Buzzbird" Directory_="Buzzbird_DIR" Name="Buzzbird" Component_="buzzbird.exe_1" Target="[#buzzbird.exe_1]" Hotkey="0" IconIndex="0" ShowCmd="1" WkDir="bluebird_DIR"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.MsiThemeComponent">
<ATTRIBUTE name="UsedTheme" value="classic"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.MsiUpgradeComponent">
<ROW UpgradeCode="[|UpgradeCode]" VersionMax="[|ProductVersion]" Attributes="1025" ActionProperty="OLDPRODUCTS"/>
<ROW UpgradeCode="[|UpgradeCode]" VersionMin="[|ProductVersion]" Attributes="2" ActionProperty="AI_NEWERPRODUCTFOUND"/>
</COMPONENT>
</DOCUMENT>