The authoring you provided does not correspond with your requirements. The
snippet below clearly indicates that your custom dialog will be shown after
the license agreement dialog. If you want the InstallDirDlg to be shown then
you must modify the markup accordingly.


zwombat wrote:
> 
>       <Publish Dialog="LicenseAgreementDlg" Control="Back"
> Event="NewDialog" Value="WelcomeDlg">1</Publish>
>       <Publish Dialog="LicenseAgreementDlg" Control="Next"
> Event="NewDialog" Value="CustomOptionsDialog">LicenseAccepted =
> "1"</Publish>
> 
>       <Publish Dialog="CustomOptionsDialog" Control="Back"
> Event="NewDialog" Value="LicenseAgreementDlg">1</Publish>
>       <Publish Dialog="CustomOptionsDialog" Control="Next"
> Event="NewDialog" Value="InstallDirDlg" Order="2">ProductID</Publish>
> 
-- 
View this message in context: 
http://n2.nabble.com/Customizing-Dialogs---InstallDirDlg-doesn%27t-show...why-tp1626291p1628288.html
Sent from the wix-users mailing list archive at Nabble.com.


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