Skip to content
Discussion options

You must be logged in to vote

Hi,
I feel that i complicated myself the life unnecessarily. Probably that i had found this piece of code somewhere and as it worked well for me, i continued like this.
In fact, this is much more simple to do and it is not necessary to create a custom dialog. Below a code that works:

<ui:WixUI Id="WixUI_FeatureTree" />
<UI>
	<Publish Dialog="WelcomeDlg" Control="Next" Event="NewDialog" Value="LicenseAgreementDlg" />
	<Publish Dialog="LicenseAgreementDlg" Control="Next" Event="NewDialog" Value="FeaturesDlg" Condition="LicenseAgreementDlg = &quot;1&quot;" />
	<Publish Dialog="FeaturesDlg" Control="Back" Event="NewDialog" Value="LicenseAgreementDlg" />
</UI>
<WixVariable Id="WixUILicenseRtf"…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pas059
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant