 Issue 5663180676136960:
  Make sure IE and Engine are actually being closed by custom action  (Closed)
    
  
    Issue 5663180676136960:
  Make sure IE and Engine are actually being closed by custom action  (Closed) 
  | Index: installer/src/installer-lib/handle.h | 
| =================================================================== | 
| --- a/installer/src/installer-lib/handle.h | 
| +++ b/installer/src/installer-lib/handle.h | 
| @@ -272,5 +272,6 @@ | 
| // Common instantiations of handle | 
| //------------------------------------------------------- | 
| typedef handle< HANDLE, Disallow_Null, Windows_Generic_Destruction > Windows_Handle ; | 
| +typedef handle< HMODULE, Disallow_Null, Windows_Generic_Destruction > Windows_Module_Handle ; | 
| #endif |