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

Unified Diff: installer/src/custom-action/close_application.cpp

Issue 6689082285490176: Issue 1598 - The set up was unable to automatically close IE while uninstall
Patch Set: Created March 18, 2015, 1:42 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 | « no previous file | installer/src/msi/adblockplusie.wxs » ('j') | installer/src/msi/adblockplusie.wxs » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: installer/src/custom-action/close_application.cpp
===================================================================
--- a/installer/src/custom-action/close_application.cpp
+++ b/installer/src/custom-action/close_application.cpp
@@ -222,8 +222,8 @@
* This is where we specify default behavior for non-interactive operation.
* The choice of "allow" makes it act like other installers, which is to make no effort to avoid a reboot after installation.
*/
- state = allow ;
- session.Log( "Reboot allowed by default in non-interactive session." ) ;
+ state = notKnown ;
Eric 2015/03/18 16:13:47 Assigning a state that you just checked is not nee
+ session.Log( "Reboot NOT allowed by default in non-interactive session." ) ;
}
else if ( state == active )
{
« no previous file with comments | « no previous file | installer/src/msi/adblockplusie.wxs » ('j') | installer/src/msi/adblockplusie.wxs » ('J')

Powered by Google App Engine
This is Rietveld