Levi Wilson wrote:
> Here's my theory...I *think* that the reason that this works when I do 
> not specify the "Order" attributes are because they get a value of 
> "1", and the installer probably grabs it out of the ControlEvent table 
> the order that I specified in my WiX source file.  So, I think that 
> since I have these multiple "Next" handlers that both call NewDialog 
> depending on the condition, I should specify the "Order" attribute, 
> but instead of leaving the "1" as the condition for my second handler, 
> I should specify the opposite case.  So much for brevity, huh?  Just 
> thought I'd share this with everyone else.  Please correct my if my 
> assumptions are incorrect.  Thanks for all the help, Bob!

Yes, that's right. The conditions must be mutually exclusive.

-- 
sig://boB
http://bobs.org



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to