Icon Limit. Why?
I was just wondering why the install and uninstall icons have to be the same size and build? Can you change this?
23 posts
that's working for me, and, believe me, i know too what i'm talking about.!define MUI_ICON "installer.ico"
!define MUI_UNICON "uninstaller.ico"
Originally posted by SheaIt's the resource data structure. It the icons size would be different the installer would have to update that whole structure.
You said it overwrites it so shouldn't it be able to have an icon that is bigger than the install icon becuase its overwriting it?