DLL-based custom UI should be implemented using embedded-UI (which requires 4.5 or higher) or using your own external UI handler. The only other supported UI is the Windows Installer authored UI you can author completely inside of WiX. Anything else (like what you are doing) is not supported by WI.
-----Original Message----- From: Alex Wernecke [mailto:awerne...@finteq.co.za] Sent: Thursday, February 11, 2010 3:46 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Bring custom action's custom dialog to front 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 ------------------------------------------------------------------------------ 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