cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
agshah
Level 7

Setup.exe Icon File Question

Hi all,
I followed the instructions(Setup.exe Tab for a Release) to specify an icon file for the setup.exe.

After building, the icon shows up when you look at setup.exe file. But when I run setup.exe, if I
look at the task bar, sometimes I see the default InstallShield icon. Other times, I see the icon
I had specified but then it quickly changes to the default InstallShield icon.

Any idea what's going on? Is there a size recommended for the .ico file ? InstallShield doc does
not mention any guidance on this.

thanks,
Ash
Labels (1)
0 Kudos
(3) Replies
orearv2
Level 3

MSI or InstallScript
0 Kudos
agshah
Level 7

Hi,
It is an InstallScript MSI project. Appreciate any help on this.

thanks in advance.
0 Kudos
orearv2
Level 3

From http://stackoverflow.com/questions/4354617/how-to-make-get-a-multi-size-ico-file there are some standard size for ICO graphics and you can merge multiple sizes into one ICO file with ImageMagick or ICOfx (30 day trial)

256x256 will be saved as 32bpp 8bit alpha
48x48 will be saved as 32bpp 8bit alpha
48x48 will be saved as 8bpp 1bit alpha
32x32 will be saved as 32bpp 8bit alpha
32x32 will be saved as 8bpp 1bit alpha
32x32 will be saved as 4bpp 1bit alpha
16x16 will be saved as 32bpp 8bit alpha
16x16 will be saved as 8bpp 1bit alpha
16x16 will be saved as 4bpp 1bit alpha
0 Kudos