I have an existing setup project. The end user license dialog shows dummy text (Lorum ipsum) instead of the default agreement. I have been trying to resolve the issue but I cannot figure out what to change and how to get the default end user licence agreement?
(I didn't post the codes because it has a lot of company's urls.)
But here a chunk for UI node:
<UI Id="MyWixUI_FeatureTree">
<UIRef Id="WixUI_FeatureTree" />
<UIRef Id="WixUI_ErrorProgressText" />
<DialogRef Id="PlatformServiceDlg" />
<DialogRef Id="IMDatabaseDetailsDlg"/>
<DialogRef Id="EmailDatabaseDetailsDlg"/>
<DialogRef Id="SMTPSettingsDlg"/>
<DialogRef Id="EmailRecipientsDlg"/>
<DialogRef Id="ServiceCredentialsDlg"/>
<Publish Dialog="CustomizeDlg" Control="Next" Property="_BrowseProperty" Value="[DATA_DIRECTORY]" Order="1">1</Publish>
<Publish Dialog="VerifyReadyDlg" Control="Back" Event="NewDialog" Value="ServiceCredentialsDlg">1</Publish>
</UI>
The licence agreement looks like this :