This is described in the CHM, in the online documentation, and in the tutorial.
> From: dusan.pla...@avitech-ag.com
> To: wix-users@lists.sourceforge.net
> Date: Mon, 30 Sep 2013 16:08:30 +0200
> Subject: [WiX-users] How to replace action on next button
>
> Hi there,
>
> I am using mondoUI, and I customized CustomizeDlg.
>
> Now I want my customized dialog to show right after Welcome Dialog.
>
> So I did it like in tutorial:
>
>
>
> <Publish Dialog="WelcomeDlg" Control="Next" Event="NewDialog"
> Value="CustomCustomizeDlg">1</Publish>
>
> <Publish Dialog="CustomCustomizeDlg" Control="Back" Event="NewDialog"
> Value="WelcomeDlg" >1</Publish>
>
> <Publish Dialog="CustomCustomizeDlg" Control="Next" Event="NewDialog"
> Value="VerifyReadyDlg" >1</Publish>
>
> <Publish Dialog="VerifyReadyDlg" Control="Back" Event="NewDialog"
> Value="CustomCustomizeDlg" >1</Publish>
>
>
>
> Problem is that it is not working.
>
> When I click on next button at WelcomeDlg, the window with License Agreement
> shows up.
>
>
>
> I looked at msi DB with orca and I found that there are actually tree rows
> for welcome dialog with next control and NewDialog event:
>
> CustomCustomizeDlg 1
> 1
>
> LicenseAgreementDlg NOT Installed 1
>
> VerifyReadyDlg Installed AND PATCH 1
>
>
>
> And all of them have order = 1
>
>
>
> But I want my CustomCustomizeDlg to show up and not LicenseAgreement. is
> there any way to accomplish this?
>
>
>
> Ok I am aware that I can copy the WelcomeDialog code and change it there.
> but do I need to do it?
>
>
>
> Thanks
>
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users