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:
What does this mean and how do I fix this?