I´m facing an issue with a setup created with inno version 6.7.2.
What is happening is that I'm creating an installer with inno setup containing a single README.TXT file, that is quite large (310.606 bytes), and it is taking a considerable time to appear on the information window.
What i've noticed is that, when using the directive WizardStyle=Classic, the installation occurs immediatelly and the information window displays at once.
Since this only happens when using directive WizardStyle=Dynamic, I think there is something related to rendering the TXT file to display under Dark Theme.
Can someone confirm this?
Thanks