Quote:
Originally Posted by Cuttlas
|
This executable displays the correct thumbnail only on the autorun page.
The autorun page is possibly a CustomForm and only after the WizardForm is displayed and the thumbnail stops showing.
Inno Setup has a main window in full screen (Optional). This window is shown in the taskbar thumbnail by default.
I don't think it is possible to display WizardForm in the taskbar thumbnail.
To better understand, put this in the [Setup] section of a simple script.
Code:
WindowShowCaption=True
WindowStartMaximized=False
WindowResizable=True
WindowVisible=True