cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
kkubunge
Level 2

I want to change the icon. (taskbar, dialog Caption)

I am developing with Installshield.

I want to change the Icon of Taskbar during installation.
Also, I want to insert an Icon in the Caption of the dialog Haeder.
What should I do?

20200520_15.png     20200520_006.png

Labels (1)
0 Kudos
(2) Replies
shunt
Revenera Moderator Revenera Moderator
Revenera Moderator

To change the Taskbar icon you will need to add a Setup.exe icon file.
You can find this setting in the releases view of your project under the Setup.exe tab.

The dialog header icon is the icon of the application which is running the install. In this case it is msiexec.exe (The Windows Installer Engine)
This is local to all machines and is used for all MSI installations on that machine - if you are able to change the icon that the windows installer uses then this would be altered for all MSI based installation from then on.
For this reason it is not recommended that you do this.

I hope this helps,
Stuart

0 Kudos

I face the same question.The icon in taskbar is the default ico even though I set Setup.exe icon file.
0 Kudos