I'm using Inno Setup and Graphical Installer with InnoTools Downloader to download an updated file during installation.
Does anyone know how to adjust the height of box the progress bar and additional details are in?
I have successfully been able to change the other elements/controls of the installer, for example MemoReady.Height := 100
I cannot find the name of the control which the GUI for the InnoTools Downloader runs in. I can see that a Custom Page has been created here...
itd_downloadpage := CreateCustomPage(afterID, ITD_GetString(ITDS_TitleCaption), ITD_GetString(ITDS_TitleDescription));
I have tried the following within it_download.iss under the code:
procedure ITD_NowDoDownload(sender: TWizardPage);
sender.pnlContainer.height := 100;
itd_downloadpage.Height := 100
....and many other combinations.
I have looked in to the pascal source code with comes with the package and I think I could make the adjustment there and repackage the dll, but that is not a route I would like to go down.
I'm Lost! Any help is greatly appreciated. Thanks!
Here is solution for this problem: http://www.unsigned-softworks.sk/blog/index.php?itemid=57
I wrote a short blog article where you can download simple example and modified files.
The ITD library was rebuilt because it was covering background with it's own form.