Skip to content
⌘ NSIS Forum Archive

no compile on 2.0b0

7 posts

n0On3#

no compile on 2.0b0

I am trying to compile one program with NSIS v2.0b0 from CVS and get this error:

Processed 1 file, writing output:
Generating language tables... Done!
Removing unused resources... Done!
Finding icons offsets for uninstaller...
generate_unicons_offsets: installer, uninstaller icon size mismatch -- failing!
Error - aborting creation process
n0On3#
so, if I specify an icon for the installer I have to specify another one of the same format for uninstalling.
kichik#
Yes, unless the icon you specified for the installer is in the same format as the default format (32x32 - 16 colors), in which case the default uninstaller icon will be used.
n0On3#
so, if I specify an icon for the installer I have to specify another one of the same format for uninstalling.

This is new in 2.0b0, isn't it?
kichik#
Well, actually this is as old as 2.0a2 😉

(kichik, you are fast!)
Thanks, I do my best 😁