Riyaz Mogharabin wrote:
> I have decided to use the WiXUI.INSTALLDIR to create a file installer. I
> want to know if I can manage the dialogs that are used in the WiXUI library.
> Is it possible to use the dialogs in some other sequence, or put custom
> dialogs between two of them? 
>   

Yes but see http://www.joyofsetup.com/2008/01/02/wixui-extensibility/.

> In fact, I need a dialog to let the user "retry" if there is a problem
> during copy file, instead of just quiting the installation.
>   

That's not part of the UI per se. MSI lets you specify a file as "vital" 
-- if set, installation fails if it can't copy a file. Otherwise, it 
shows a retry/ignore option from the error dialog. See "File Table" in 
the MSI SDK doc.

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



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to