PDA

View Full Version : Set Icon for created installer EXE



Noyantis
03-17-2010, 09:02 AM
Hi,

Does anybody know if I can specify the icon to be used for the destination installer exe.

By default, it uses the standard 'Setup' type icon but for a particular project, I would like to use my own icon - any ideas?

Regards,

Andy

linder
03-17-2010, 09:18 AM
Andy,

See #pragma.

SETUPICON—Lets you customize the actual installer icon (rather than the default computer-with-CD icon). Value specifies the name of the icon file (.ico) that is embedded into the program during compilation.

There is also a topic in the "Learning SetupBuilder Part I" manual (see attached screenshot).

Does this help?

Friedrich

Noyantis
03-17-2010, 09:26 AM
Hi Friedrich,

Excellent - that's perfect :)


I agree, I should have taken a closer look at the manual first - I'll try a little reading next time :D

Regards,

Andy

linder
03-17-2010, 09:42 AM
Hi Andy,

;) Always ask if there is a problem :)

Friedrich