n0On3
7th November 2002 00:57 UTC
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
Joost Verburg
7th November 2002 11:29 UTC
You should use the same image formats in the installer and uninstaller icons.
n0On3
7th November 2002 19:02 UTC
so, if I specify an icon for the installer I have to specify another one of the same format for uninstalling.
kichik
7th November 2002 19:04 UTC
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
7th November 2002 19:07 UTC
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?
n0On3
7th November 2002 19:13 UTC
Thanks.
(kichik, you are fast!)
kichik
7th November 2002 19:18 UTC
Well, actually this is as old as 2.0a2 ;)
(kichik, you are fast!)
Thanks, I do my best :D