Mooney, Stephen wrote:

I would like to present a splash screen before the installer runs. Is this functionality available natively in WiX? Or would I need to do this with a custom action.


MSI shows its own dialog while it opens the .msi database to see what UI is available. After that, you can show a modeless dialog while various actions are running. WixUI does that with PrepareDlg, which shows itself during the AppSearch action.

--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to