| 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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 <ComponentRef Id="html_static_img_features_language.png"/> | 276 <ComponentRef Id="html_static_img_features_language.png"/> |
| 277 <ComponentRef Id="html_static_img_features_adblocking.png"/> | 277 <ComponentRef Id="html_static_img_features_adblocking.png"/> |
| 278 <ComponentRef Id="html_static_img_social_facebook.png"/> | 278 <ComponentRef Id="html_static_img_social_facebook.png"/> |
| 279 <ComponentRef Id="html_static_img_social_facebook_old.png"/> | 279 <ComponentRef Id="html_static_img_social_facebook_old.png"/> |
| 280 <ComponentRef Id="html_static_img_social_gplus.png"/> | 280 <ComponentRef Id="html_static_img_social_gplus.png"/> |
| 281 <ComponentRef Id="html_static_img_social_gplus_old.png"/> | 281 <ComponentRef Id="html_static_img_social_gplus_old.png"/> |
| 282 <ComponentRef Id="html_static_img_social_twitter.png"/> | 282 <ComponentRef Id="html_static_img_social_twitter.png"/> |
| 283 <ComponentRef Id="html_static_img_social_twitter_old.png"/> | 283 <ComponentRef Id="html_static_img_social_twitter_old.png"/> |
| 284 <ComponentRef Id="html_static_js_firstRun.js"/> | 284 <ComponentRef Id="html_static_js_firstRun.js"/> |
| 285 <ComponentRef Id="html_static_js_IESettings.js"/> | 285 <ComponentRef Id="html_static_js_IESettings.js"/> |
| 286 <ComponentRef Id="html_static_js_ieFirstRun.js"/> |
| 286 <ComponentRef Id="html_static_js_settings.js"/> | 287 <ComponentRef Id="html_static_js_settings.js"/> |
| 287 <ComponentRef Id="html_static_js_vendor_DD.belatedPNG.js"/> | 288 <ComponentRef Id="html_static_js_vendor_DD.belatedPNG.js"/> |
| 288 <ComponentRef Id="html_static_js_vendor_html5shiv.js"/> | 289 <ComponentRef Id="html_static_js_vendor_html5shiv.js"/> |
| 289 <ComponentRef Id="html_templates_firstRun.html"/> | 290 <ComponentRef Id="html_templates_firstRun.html"/> |
| 290 <ComponentRef Id="html_templates_index.html"/> | 291 <ComponentRef Id="html_templates_index.html"/> |
| 291 </ComponentGroup> | 292 </ComponentGroup> |
| 292 | 293 |
| 293 <DirectoryRef Id="HTML_Folder"> | 294 <DirectoryRef Id="HTML_Folder"> |
| 294 <Directory Id="html" FileSource="..\html"> | 295 <Directory Id="html" FileSource="..\html"> |
| 295 <Directory Name="static" Id="html_static"> | 296 <Directory Name="static" Id="html_static"> |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 </Component> | 358 </Component> |
| 358 <Component Id="html_static_img_social_twitter_old.png" Guid="2c003
5a1-f074-11e2-b778-0800200c9a66"> | 359 <Component Id="html_static_img_social_twitter_old.png" Guid="2c003
5a1-f074-11e2-b778-0800200c9a66"> |
| 359 <File Name="twitter_old.png"/> | 360 <File Name="twitter_old.png"/> |
| 360 </Component> | 361 </Component> |
| 361 </Directory> | 362 </Directory> |
| 362 </Directory> | 363 </Directory> |
| 363 <Directory Name="js" Id="html_static_js"> | 364 <Directory Name="js" Id="html_static_js"> |
| 364 <Component Id="html_static_js_firstRun.js" Guid="2c0035a2-f074-11e2-
b778-0800200c9a66"> | 365 <Component Id="html_static_js_firstRun.js" Guid="2c0035a2-f074-11e2-
b778-0800200c9a66"> |
| 365 <File Name="firstRun.js"/> | 366 <File Name="firstRun.js"/> |
| 366 </Component> | 367 </Component> |
| 368 <Component Id="html_static_js_ieFirstRun.js" Guid="9e851b10-d713-11e
2-8b8b-0800200c9a66"> |
| 369 <File Name="ieFirstRun.js"/> |
| 370 </Component> |
| 367 <Component Id="html_static_js_IESettings.js" Guid="9e851b10-d713-11e
2-8b8b-0800200c9a66"> | 371 <Component Id="html_static_js_IESettings.js" Guid="9e851b10-d713-11e
2-8b8b-0800200c9a66"> |
| 368 <File Name="IESettings.js"/> | 372 <File Name="IESettings.js"/> |
| 369 </Component> | 373 </Component> |
| 370 <Component Id="html_static_js_settings.js" Guid="a5908ac0-d713-11e2-
8b8b-0800200c9a66"> | 374 <Component Id="html_static_js_settings.js" Guid="a5908ac0-d713-11e2-
8b8b-0800200c9a66"> |
| 371 <File Name="settings.js"/> | 375 <File Name="settings.js"/> |
| 372 </Component> | 376 </Component> |
| 373 <Directory Name="vendor" Id="html_static_js_vendor"> | 377 <Directory Name="vendor" Id="html_static_js_vendor"> |
| 374 <Component Id="html_static_js_vendor_DD.belatedPNG.js" Guid="ad5a4
160-d713-11e2-8b8b-0800200c9a66"> | 378 <Component Id="html_static_js_vendor_DD.belatedPNG.js" Guid="ad5a4
160-d713-11e2-8b8b-0800200c9a66"> |
| 375 <File Name="DD_belatedPNG.js"/> | 379 <File Name="DD_belatedPNG.js"/> |
| 376 </Component> | 380 </Component> |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 </ComponentGroup> | 428 </ComponentGroup> |
| 425 <DirectoryRef Id="ABP_APPDATA_FOLDER"> | 429 <DirectoryRef Id="ABP_APPDATA_FOLDER"> |
| 426 <Directory Id="ini" FileSource="..\files"> | 430 <Directory Id="ini" FileSource="..\files"> |
| 427 <Component Id="ini_settings.ini" Guid="dc30c3b0-d713-11e2-8b8b-0800200c9
a66"> | 431 <Component Id="ini_settings.ini" Guid="dc30c3b0-d713-11e2-8b8b-0800200c9
a66"> |
| 428 <File Name="settings.ini"/> | 432 <File Name="settings.ini"/> |
| 429 </Component> | 433 </Component> |
| 430 </Directory> | 434 </Directory> |
| 431 </DirectoryRef> | 435 </DirectoryRef> |
| 432 </Product> | 436 </Product> |
| 433 </Wix> | 437 </Wix> |
| OLD | NEW |