(Un)installer icon problems
Hi,
I've created an installer and an uninstaller icon for an application I'm working on. NSIS won't compile my installer though, because of "icon size mismatch". I have read, that this applies to the actual icons, their resolutions etc., not necessarily the disk space the ico files use. Is this true?
My ico files each contain icons with the following properties:
256x256x32
128x128x32
48x48x32
32x32x32
24x24x32
16x16x32
They're in the same order. The actual ico files are of different sizes (in terms of bytes).
What can I do to make NSIS accept these icons?
Thanks,
Dethread
P.S.: Here the ico files, maybe someone can spot what's wrong?
install.ico
uninstall.ico