In article <250bf09281efec4398de83072daed6ef713d32c...@ex3.messagegate.local>,
    Dale Quigg <da...@messagegate.com>  writes:

> I tried to put the custom action prior to the SpawnDialog like this;
> 
>   <Control Id="Next1" Type="PushButton" (snip) Text="&amp;Next1" >
>     <Publish Event="DoAction" Value="MG_CA_VerifyBothDir" Order="2">1</Publis
h>
>     <Publish Event="SpawnDialog" Value="DirNotExist"         Order="1">DATAEX
PORTDIR_CHECK OR DATALOADERDIR_CHECK</Publish>
>   </Control>

This isn't right.  The Order attribute determines the order in which
events are processed.  This has the SpawnDialog going first and then
then DoAction.
-- 
"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/>

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to