Hello and welcome to Advanced Installer forums,
Can you please tell us if you need to display an End-User License Agreement text through a "LicenseAgreementDlg" or a ReadMe text through our "ReadmeDlg"
dialog? If you want to use a "LicenseAgreementDlg", then please keep in mind that this is an uncommon scenario to remove the "I accept..." and "I do not accept" options.
Also, can you please tell us why do you want to achieve this?
However, in order to obtain this you can use a
custom action which will delay for a while and then set a
property (i.e. MY_PROP) with a value. Then on [Next>] button you should add two
control conditions which will enable or disable the button depending on previous property (MY_PROP) value. Also, after the property will be set using the custom action you should refresh your dialog. Please take a look on our
"Refreshing a dialog after setting a property" article.
All the best,
Daniel