 Issue 6689082285490176:
  Issue 1598 - The set up was unable to automatically close IE while uninstall
    
  
    Issue 6689082285490176:
  Issue 1598 - The set up was unable to automatically close IE while uninstall 
  | 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 ) | 
| { |