![Copy image Copy image](copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
Deployment Tools Foundation
Shutdown Method
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► IEmbeddedUI ► Shutdown()()()()
Shuts down the embedded UI at the end of the installation.
![](collapse_all.gif)
C# | Visual Basic | Visual C++ | F# |
void Shutdown()
Sub Shutdown
void Shutdown()
abstract Shutdown : unit -> unit
![](collapse_all.gif)
If the installation was canceled during initialization, this method will not be called.
If the installation was canceled or failed at any later point, this method will be called at the end.
Win32 MSI API: ShutdownEmbeddedUI
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)