Express Icon Parsed by Inno Installer?

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
GeneB
Posts: 158
Joined: Sun Jan 31, 2010 8:32 am
Location: Albuquerque, New Mexico, USA
Contact:

Express Icon Parsed by Inno Installer?

#1 Post by GeneB »

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?

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Express Icon Parsed by Inno Installer?

#2 Post by rdonnay »

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.

User avatar
GeneB
Posts: 158
Joined: Sun Jan 31, 2010 8:32 am
Location: Albuquerque, New Mexico, USA
Contact:

Re: Express Icon Parsed by Inno Installer?

#3 Post by GeneB »

Works.
Thanks.

Post Reply