Hi,
How would I get a custom dialog(dll) to be on top when it is called after "InstallFiles" in the InstallExecuteSequence? Currently it brings up the dialog but it is behind the main one, I need it to come in front or temporarily replace it until next is clicked Here's the relevant parts of my code <CustomAction Id="LaunchDialog" BinaryKey="Settings" DllEntry="SettingsDialog" /> <Binary Id="Settings" SourceFile="C:\Settings.CA.dll" /> <InstallExecuteSequence> <Custom Action="LaunchDialog" After="InstallFiles"/> </InstallExecuteSequence> Many thanks, Alex ------------------------------------------------------------------------------ SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users