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

Reply via email to