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

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

Issue 4657627648753664: Issue #1235 - Add icon for ABP in the Windows control panel (Closed)
Patch Set: Created Jan. 5, 2015, 1:33 a.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
@@ -145,6 +145,15 @@
<UIRef Id="custom_WixUI_InstallDir"/>
<UIRef Id="WixUI_ErrorProgressText"/>
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLFOLDER"/>
+
+ <!--
+ Icon for Add/Remove Programs
+
+ It currently uses the blocking icon.
+ When #1538 is ready, we may have a separate icon file for this.
+ -->
+ <Icon Id="program_icon" SourceFile="$(var.plugin_dir)\src\res\blocking.ico"/>
+ <Property Id="ARPPRODUCTICON" Value="program_icon"/>
<!--
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