Levi Wilson wrote:
> Is it possible to optionally display a dialog in the wizard sequence 
> depending upon the features selected?  Say that a component requires a 
> user to enter a server name....how do I not display the dialog in the 
> sequence if the component is not selected all the while not messing up 
> the UI wizard? Forgive my MSI parlance.

Yes, it is but it's not terribly straightforward. The wizard sequence is 
faked in that the Back and Next buttons manually point to the right 
dialogs. To support branching, you need to have a dialog's Next button 
point to two different dialogs conditioned on the feature's action state.

Unfortunately, I don't know of any examples. I hope to eventually add 
dialogs to the server custom actions and they'll demonstrate what you 
need. Unfortunately, that's a ways off yet.

-- 
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