The MsiSetInternalUI function enables the installer's internal user interface. Then this user interface is used for all subsequent calls to user-interface-generating installer functions in this process. For more information, see User Interface Levels.
5/2/2013 7:11:27 AM - -84.52.90.34
Set an External UI handler for the coming installation
The MsiSetInternalUI function enables the installer's internal user interface. Then this user interface is used for all subsequent calls to user-interface-generating installer functions in this process. For more information, see User Interface Levels.
5/2/2013 7:11:27 AM - -84.52.90.34
.
static extern int MsiSetInternalUI(int dwUILevel, ref IntPtr phWnd);
.
static extern int MsiSetInternalUI(INSTALLUILEVEL dwUILevel, ref IntPtr phWnd);
.
Private Function MsiSetInternalUI(dwUILevel As INSTALLUILEVEL, ByRef phWnd As IntPtr) As Integer