I created a res file consisting of only an icon of my making, a bitmap of my making, and the file information: "CompanyName" =, "LegalCopyright" =, etc.
The icon is properly used throughout my program, the bitmap properly used as a background, and Windows Explorer properly displays my icon and file properties.
When I create a self installation program with Inno and the program is then installed from Inno, and shortcuts are created on the screen by Inno, the unins000.exe (uninstall) program uses my icon but the *.exe program icon is the express icon.
Any idea where Inno is getting the Express Icon?
Express Icon Parsed by Inno Installer?
Re: Express Icon Parsed by Inno Installer?
In your code you need to use the function DC_IconDefault() to set the icon for your .EXE.
The eXpress train is coming - and it has more cars.
Re: Express Icon Parsed by Inno Installer?
Works.
Thanks.
Thanks.