My dialog sequence is like this,

Welcome dlg -> Licences Agreement dlg -> InstallDir dlg -> MyProgress dlg ->
Finish

here, MyProgress dialog is a progress dialog created by me. To create that
dialog, I have just copied the code of WiX porgress dialog. I did that
because I couldn't call WiX progress dialog after the 'InstallDir' dialog.

That error doesn't occur when I remove 'MyProgressDlg'. But if I do that, my
dialog sequence will be something like this,

Welcome dlg -> Licences Agreement dlg -> InstallDir dlg -> Verify Ready
dlg -> Finish

Is it possible to show progress dialog after the InstallDir dlg? (i.e. Is
that possible to remove Verify Ready dlg?)

Or is it needed to have the Verify Ready dialog always?


<Publish Dialog="InstallDirDlg" Control="Next" Event="NewDialog" Value="
CommonProgressDlg" Order="2">1</Publish>


Thanks a lot.
Sandun
On Wed, Jun 10, 2009 at 4:58 PM, Bob Arnson <b...@joyofsetup.com> wrote:

> sandun css wrote:
> > DEBUG: Error 2726:  Action not found: WelcomeDlg
> >
>
> It means something is looking for a custom action or dialog that's not
> in your .msi. What's the context of this message?
>
> --
> sig://boB
> http://joyofsetup.com/
>
>
>
>
> ------------------------------------------------------------------------------
> Crystal Reports - New Free Runtime and 30 Day Trial
> Check out the new simplified licensing option that enables unlimited
> royalty-free distribution of the report engine for externally facing
> server and web deployment.
> http://p.sf.net/sfu/businessobjects
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to