| Index: installer/src/custom-action/close_application.cpp |
| =================================================================== |
| --- a/installer/src/custom-action/close_application.cpp |
| +++ b/installer/src/custom-action/close_application.cpp |
| @@ -368,7 +368,7 @@ |
| * Failed && not interactive -> Goto abort |
| */ |
| { |
| - bool ieWasClosed = iec.ShutDown(session); |
| + bool ieWasClosed = iec.ShutDown(session); |
| if (iec.IsRunning()) |
| { |
| session.Log("Attempt to shut down IE automatically failed."); |