Index: installer/adblockplusie.wxs |
=================================================================== |
--- a/installer/adblockplusie.wxs |
+++ b/installer/adblockplusie.wxs |
@@ -283,6 +283,7 @@ |
<ComponentRef Id="html_static_img_social_twitter_old.png"/> |
<ComponentRef Id="html_static_js_firstRun.js"/> |
<ComponentRef Id="html_static_js_IESettings.js"/> |
+ <ComponentRef Id="html_static_js_ieFirstRun.js"/> |
<ComponentRef Id="html_static_js_settings.js"/> |
<ComponentRef Id="html_static_js_vendor_DD.belatedPNG.js"/> |
<ComponentRef Id="html_static_js_vendor_html5shiv.js"/> |
@@ -364,6 +365,9 @@ |
<Component Id="html_static_js_firstRun.js" Guid="2c0035a2-f074-11e2-b778-0800200c9a66"> |
<File Name="firstRun.js"/> |
</Component> |
+ <Component Id="html_static_js_ieFirstRun.js" Guid="9e851b10-d713-11e2-8b8b-0800200c9a66"> |
+ <File Name="ieFirstRun.js"/> |
+ </Component> |
<Component Id="html_static_js_IESettings.js" Guid="9e851b10-d713-11e2-8b8b-0800200c9a66"> |
<File Name="IESettings.js"/> |
</Component> |