[Setup]: SetupIconFile

Default value:

(blank)
Description:

Specifies a custom program icon to use for Setup/Uninstall. The file must be located in your installation's source directory when running the compiler, unless a fully qualified pathname is specified or the pathname is prefixed by "compiler:", in which case it looks for the file in the compiler directory.

It is recommended to include at least the following sizes in your icon: 16x16, 32x32, 48x48, 64x64, and 256x256.

If this directive is not specified or is blank, a built-in icon supporting the above sizes will be used.

To use the old default icon set this directive to compiler:SetupClassicIcon.ico.

Example:
SetupIconFile=MyProgSetup.ico