When I try to compile my installer, I got this error message:
Error finding icon resources: installer, uninstaller icon size mismatch - see the Icon instruction's documentation for more information -- failing!I've read all the topics I've found about this subject, but no one got my solution. Indeed, my problem is that my installer icon has the same formats of my uninstaller icon, and both got a size of 23,558 bytes.
Error - aborting creation process
My uninstaller icon is the file ${NSISDIR}\Contrib\Graphics\Icons\modern-uninstall-full.ico. And here I join my installer icon. And I'm using the latest CVS version of NSIS (updated with the NSIS Update tool).
Thank you for your help 😉