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

Unified Diff: installer/src/installer-lib/test/test-installer-lib.wxs

Issue 5219280069066752: Issue #1186 - Change names that appear in the custom action (Closed)
Patch Set: Created Jan. 4, 2015, 7 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
Index: installer/src/installer-lib/test/test-installer-lib.wxs
===================================================================
--- a/installer/src/installer-lib/test/test-installer-lib.wxs
+++ b/installer/src/installer-lib/test/test-installer-lib.wxs
@@ -66,7 +66,7 @@
<CustomAction
Id="Close_IE"
BinaryKey="installer_library_test_ca"
- DllEntry="abp_close_ie"
+ DllEntry="AbpCloseIe"
Return="check"
/>
<!-- Always check the return of the "always fail" action; otherwise there's no point in running it. -->

Powered by Google App Engine
This is Rietveld