Use the equivalent of ::MsiProcessMessage() and the z-order will be correct.

_______________________________________________________________
 FireGiant  |  Dedicated support for the WiX toolset  |  
http://www.firegiant.com/

-----Original Message-----
From: ZivCizer [mailto:cize...@gmail.com] 
Sent: Saturday, August 16, 2014 2:42 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Showing Windows.Forms UI from CustomAction

Hi,
I have a managed CustomAction in C#, and I would like to show a Windows.Forms 
dialog.

I know that there is a better solution for showing message box, but that's not 
my case.

The dialog is shown fine, but it opens in the background behind the installer.
 
** just for example, my UI is custom and not OpenFileDialog:
 var fileDialog = new OpenFileDialog();
  fileDialog.ShowDialog();

Is there a way to show my dialog in front of the MSI?

THANKS! Ziv.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Showing-Windows-Forms-UI-from-CustomAction-tp7596389.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to