Hello all,

I need a hint regarding "Publish Dialog". I wrote the following two lines in my 
UI code:
<Publish Dialog="EnterLicenseKeyDlg" Control="Next" Event="NewDialog" 
Value="CyberSetupTypeDlg" Order="1">InstallMode = "Hardware"</Publish>
<Publish Dialog="EnterLicenseKeyDlg" Control="Next" Event="NewDialog" 
Value="VerifyReadyDlg" Order="2">InstallMode = "Emulation"</Publish>

As you could imagine I try to show the next dialog of the sequence related on 
value of the InstallMode property. Everything seemed to work fine, but the 
dialog with Order="1" always needs a second hit on the next button to appear 
finally (I already changed the order to ensure its really depending on it). 
What could be the reason? Actually I'm working with WiX 3.5.1426.
Thanks in advance

Zoltán

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to