View Single Post
  #3  
Old 30-09-2020, 22:13
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,075
Thanks: 1,826
Thanked 2,305 Times in 787 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by Cuttlas View Post
the setup below (which uses 'Inno Setup version 5.5.1.ee2 (u)' and made by razor) has preview in taskbar.

http://fs2.filegir.com/cuttlas/setup.exe

so how to accomplish such thing?
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
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
Cuttlas (01-10-2020)