cooladn
18th February 2003 18:20 UTC
Why can't i use 256 color icon ?
hi!
Why can't i use a 32x32 256 color icon ?
i've always this type of error
"Finding icons offsets for uninstaller...
generate_unicons_offsets: installer, uninstaller icon size mismatch -- failing!"
This is a part of my script :
Icon def256.ico
UninstallIcon def256.ico
kichik
18th February 2003 18:24 UTC
If using the MUI use:
!define MUI_ICON def256.ico
!define MUI_UNICON def256.ico
Also upgrade to b1 if you are using b0.
Joost Verburg
18th February 2003 21:00 UTC
Your install and uninstall icons should include exactly the same formats, for example:
256 colors, 16x16
256 colors, 32x32
etc.