5

I want to customize the setup icons for my installer(Inno Setup). I've setup this line of code for that purpose:

SetupIconFile=C:\Users\Dale\Desktop\myapp.ico

However, this error appears when I compile the installer:

enter image description here

What does this mean and how do I fix this?

Dale Julian
  • 1,560
  • 18
  • 35
  • 3
    Seems like the file you point is not a proper icon file. Could you share it with us? It may be JPG or other kind of bitmap with changed extension to ICO. – RobeN Jan 20 '17 at 09:53

1 Answers1

0

I had a similar problem. Download and install the latest build of Inno Setup fixed it for me.

Skyfish
  • 119
  • 2
  • 4