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

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

Issue 5675960980471808: Updated installer with custom action (Closed)
Patch Set: Created March 8, 2014, 5:06 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
Index: installer/src/msi/adblockplusie.wxs
===================================================================
--- a/installer/src/msi/adblockplusie.wxs
+++ b/installer/src/msi/adblockplusie.wxs
@@ -153,7 +153,7 @@
<CustomAction
Id="Close_IE"
BinaryKey="installer_ca"
- DllEntry="abp_close_applications"
+ DllEntry="abp_close_ie"
Return="check"
/>
<!--

Powered by Google App Engine
This is Rietveld