OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <!-- | 2 <!-- |
3 Compilation Note: | 3 Compilation Note: |
4 You may see linking errors that look like these: | 4 You may see linking errors that look like these: |
5 <quote>LGHT0217 : Error executing ICE action 'ICExx' [...] The error code is
2738.</quote> | 5 <quote>LGHT0217 : Error executing ICE action 'ICExx' [...] The error code is
2738.</quote> |
6 The documentation for this error code talks about custom actions, | 6 The documentation for this error code talks about custom actions, |
7 even though the CustomAction keyword does not appear in this source. | 7 even though the CustomAction keyword does not appear in this source. |
8 Certain WiX elements are implemented by MSI custom actions, | 8 Certain WiX elements are implemented by MSI custom actions, |
9 which means this source implicitly declares some insofar as the Windows Inst
aller sees it. | 9 which means this source implicitly declares some insofar as the Windows Inst
aller sees it. |
10 These errors are benign and can be avoided by some fiddling with the registry
on the development machine. | 10 These errors are benign and can be avoided by some fiddling with the registry
on the development machine. |
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
415 <File Name="language.png"/> | 415 <File Name="language.png"/> |
416 </Component> | 416 </Component> |
417 <Component Id="html_static_img_features_adblocking.png" Guid="7dd1
2150-d713-11e2-8b8b-0800200c9a66"> | 417 <Component Id="html_static_img_features_adblocking.png" Guid="7dd1
2150-d713-11e2-8b8b-0800200c9a66"> |
418 <File Name="adblocking.png"/> | 418 <File Name="adblocking.png"/> |
419 </Component> | 419 </Component> |
420 </Directory> | 420 </Directory> |
421 <Directory Name="social" Id="html_static_img_social"> | 421 <Directory Name="social" Id="html_static_img_social"> |
422 <Component Id="html_static_img_social_facebook.png" Guid="862e7c00
-d713-11e2-8b8b-0800200c9a66"> | 422 <Component Id="html_static_img_social_facebook.png" Guid="862e7c00
-d713-11e2-8b8b-0800200c9a66"> |
423 <File Name="facebook.png"/> | 423 <File Name="facebook.png"/> |
424 </Component> | 424 </Component> |
425 <Component Id="html_static_img_social_facebook_old.png" Guid="2638
6980-f074-11e2-b778-0800200c9a66"> | |
426 <File Name="facebook-old.png"/> | |
427 </Component> | |
428 <Component Id="html_static_img_social_gplus.png" Guid="8de48390-d7
13-11e2-8b8b-0800200c9a66"> | 425 <Component Id="html_static_img_social_gplus.png" Guid="8de48390-d7
13-11e2-8b8b-0800200c9a66"> |
429 <File Name="gplus.png"/> | 426 <File Name="gplus.png"/> |
430 </Component> | 427 </Component> |
431 <Component Id="html_static_img_social_gplus_old.png" Guid="2c0035a
0-f074-11e2-b778-0800200c9a66"> | |
432 <File Name="gplus-old.png"/> | |
433 </Component> | |
434 <Component Id="html_static_img_social_twitter.png" Guid="948152f0-
d713-11e2-8b8b-0800200c9a66"> | 428 <Component Id="html_static_img_social_twitter.png" Guid="948152f0-
d713-11e2-8b8b-0800200c9a66"> |
435 <File Name="twitter.png"/> | 429 <File Name="twitter.png"/> |
436 </Component> | 430 </Component> |
437 <Component Id="html_static_img_social_twitter_old.png" Guid="2c003
5a1-f074-11e2-b778-0800200c9a66"> | |
438 <File Name="twitter-old.png"/> | |
439 </Component> | |
440 </Directory> | 431 </Directory> |
441 </Directory> | 432 </Directory> |
442 <Directory Name="js" Id="html_static_js"> | 433 <Directory Name="js" Id="html_static_js"> |
443 <Component Id="html_static_js_firstRun.js" Guid="2c0035a2-f074-11e2-
b778-0800200c9a66"> | 434 <Component Id="html_static_js_firstRun.js" Guid="2c0035a2-f074-11e2-
b778-0800200c9a66"> |
444 <File Name="firstRun.js"/> | 435 <File Name="firstRun.js"/> |
445 </Component> | 436 </Component> |
446 <Component Id="html_static_js_ieFirstRun.js" Guid="f2a86685-d713-11e
2-8b8b-0800200c9a66"> | 437 <Component Id="html_static_js_ieFirstRun.js" Guid="f2a86685-d713-11e
2-8b8b-0800200c9a66"> |
447 <File Name="ieFirstRun.js"/> | 438 <File Name="ieFirstRun.js"/> |
448 </Component> | 439 </Component> |
449 <Component Id="html_static_js_ieEventListenerPolyfill.js" Guid="a2a8
6688-1713-11e2-8b8b-0800200c9a54"> | 440 <Component Id="html_static_js_ieEventListenerPolyfill.js" Guid="a2a8
6688-1713-11e2-8b8b-0800200c9a54"> |
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
820 <Component Id="ini_settings.ini" Guid="dc30c3b0-d713-11e2-8b8b-0800200c9
a66"> | 811 <Component Id="ini_settings.ini" Guid="dc30c3b0-d713-11e2-8b8b-0800200c9
a66"> |
821 <File Name="settings.ini"/> | 812 <File Name="settings.ini"/> |
822 </Component> | 813 </Component> |
823 </Directory> | 814 </Directory> |
824 </DirectoryRef> | 815 </DirectoryRef> |
825 | 816 |
826 <?include ../installer-lib/custom-i18n.wxi ?> | 817 <?include ../installer-lib/custom-i18n.wxi ?> |
827 <?include ../custom-action/close_ie.wxi ?> | 818 <?include ../custom-action/close_ie.wxi ?> |
828 </Product> | 819 </Product> |
829 </Wix> | 820 </Wix> |
OLD | NEW |