Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: installer/src/msi/adblockplusie.wxs

Issue 4889997257736192: Issue 1821 - Add product support URL to installer (Closed)
Patch Set: Created March 13, 2015, 1:15 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: installer/src/msi/adblockplusie.wxs
===================================================================
--- a/installer/src/msi/adblockplusie.wxs
+++ b/installer/src/msi/adblockplusie.wxs
@@ -154,6 +154,11 @@
-->
Eric 2015/03/13 16:37:11 Can we kill this comment now?
<Icon Id="program_icon" SourceFile="$(var.plugin_dir)\src\res\blocking.ico"/>
<Property Id="ARPPRODUCTICON" Value="program_icon"/>
+ <Property Id="ARPURLINFOABOUT" Value="https://adblockplus.org/en/about"/>
+ <Property Id="ARPURLUPDATEINFO" Value="https://adblockplus.org/category/adblock-plus-ie/"/>
+ <Property Id="ARPHELPLINK" Value="https://adblockplus.org/en/bugs"/>
Eric 2015/03/13 16:37:11 We could usefully add ARPSIZE here as well. For wh
Oleksandr 2015/03/20 04:44:33 I'd rather not. Currently the correct size is disp
+
+
<!--
Define and schedule a "Custom Action Type 1" to ensure that IE is closed before installation.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld