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

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

Issue 6689082285490176: Issue 1598 - The set up was unable to automatically close IE while uninstall
Patch Set: Treat Basic UI as interactive mode Created March 19, 2015, 2:15 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 | « installer/src/custom-action/close_application.cpp ('k') | 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
@@ -183,7 +183,7 @@
The 64-bit Close_IE action needs to examine 64-bit processes on the system, which are invisible to 32-bit processes.
-->
<Binary Id="installer_ca" SourceFile="$(var.installer_dir)\build\$(var.build_dir)\$(var.CA_Configuration)\installer-ca.dll"/>
- <InstallUISequence>
+ <InstallExecuteSequence>
<!--
The LaunchConditions action occurs near the beginning, before any of the expensive operations.
-->
@@ -191,7 +191,8 @@
Action="Close_IE"
After="LaunchConditions"
/>
- </InstallUISequence>
+
+ </InstallExecuteSequence>
<!--
We have only a single feature, since there aren't any optional parts.
« no previous file with comments | « installer/src/custom-action/close_application.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld