Hello, I have a WiX installation that shows within a custom action a dialog from a dll that is installed during this installation. It all works fine, except that the dialogs appears behind the normal MSI UI.
Here a short example how my custom action looks like (instead of message box, a real UI appears) UINT __stdcall MessageBoxAction (MSIHANDLE hInstall) { Beep(500,2000); LPCTSTR lpszText = L"A message box text"; LPCTSTR lpszCaption = L"A message box title"; UINT nType = MB_OK; MessageBox(NULL,lpszText,lpszCaption,nType); return ERROR_SUCCESS; } Is there a way to display the own UI in foreground? Cheers, Tobias -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 ------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users