| 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> |
|
Eric
2015/03/18 16:13:47
This doesn't do what you want. The whole point of
|
| <!-- |
| 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. |