Archive: no compile on 2.0b0


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


You should use the same image formats in the installer and uninstaller icons.


so, if I specify an icon for the installer I have to specify another one of the same format for uninstalling.


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.


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?


Thanks.

(kichik, you are fast!)


Well, actually this is as old as 2.0a2 ;)

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