In article <[EMAIL PROTECTED]>,
    ywchen <[EMAIL PROTECTED]>  writes:

> I have another question about the sequence of the dialogs in my wxs file
> listed below. Why is WelcomeDlg displayed first?

If a dialog is listed as an action in the InstallUISequence table,
then that dialog is displayed.  So in the InstallUISequence, if an
identifier is listed that doesn't correspond to a standard action or a
custom action and identifies a dialog in the Dialog table, then that
dialog is displayed at that time in the UI sequence.  Typically this
is the way a dialog wizard sequence is started.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
      <http://www.xmission.com/~legalize/book/download/index.html>

        Legalize Adulthood! <http://blogs.xmission.com/legalize/>

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to