Expand Minimize
0 out of 2 rated this helpful - Rate this topic

ShutdownEmbeddedUI callback function

The ShutdownEmbeddedUI function prototype defines a user-defined shutdown function exported by the embedded UI DLL that is defined in the MsiEmbeddedUI table. This function should be called at the end of the installation. After calling this function, the installer sends no additional messages to the embedded UI DLL and you can unload the DLL.

Windows Installer 4.0 and earlier:  Not supported. Available beginning with Windows Installer 4.5.

Syntax


DWORD CALLBACK ShutdownEmbeddedUI(void);

Parameters

This callback function has no parameters.

Return value

The return value from this function prototype is 0 in all cases. If a user-defined function returns a non-zero value, the installer writes a message to the log file.

Remarks

For an example of the ShutdownEmbeddedUI function see Using an Embedded UI.

Requirements

Version

Windows Installer 5.0 on Windows Server 2012, Windows 8, Windows Server 2008 R2 or Windows 7. Windows Installer 4.5 on Windows Vista, Windows XP, Windows Server 2003, and Windows Server 2008

Header

Msi.h

 

 

Send comments about this topic to Microsoft

Build date: 11/30/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.