Skip to content
⌘ NSIS Forum Archive

Possible bug with Icons in Alpha7

2 posts

AndiG#

Possible bug with Icons in Alpha7

I've modified bigtest.nsi from the Alpha7 to use one of the many icons posted:

Icon new_nsis_3.ico

Upon compiling the following error is produced:

Processed 1 file, writing output:
Removing unused resources... Done!
Finding icons offsets for uninstaller...
generate_unicons_offsets: installer, uninstaller icon size mismatch -- failing!
Error - aborting creation process

v1.98 doesn't allow this icon at all- 32x32x16 is not available. Might that be the problem?

Andreas
Joost Verburg#
You should use exactly the same icon types for the installer and the uninstaller, for example, if you have an installer icons with the following images:

16x16 - 16 colors
16x16 - 256 colors
32x32 - 16 colors
32x32 - 256 colors

the uninstaller icon should have the same image sizes & colors.