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.
Declaration Syntax
C# | Visual Basic | Visual C++ |
void Shutdown()
Sub Shutdown
void Shutdown()
Remarks
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.9.1006.0)