Archive: Icon problems


Icon problems
I did a search through the forum and found that most of the icon issues were solved for the ModernUI, so I'd like to first mention that I am NOT using the modern UI.

I have an icon that I'd like to use for the installer that is about 16k bigger than the one for the uninstaller. I've included both of them (and my script) in the zip. Is it possible to "zero-fill" the smaller one to equal the size of the larger one to solve this problem? If not, is there another solution?

I'm very curious as to why it needs them to be the same size. What's the purpose behind that?


you forgot to include the files.


:igor:


There is no way to zero fill one of the icons, unless you want empty icons to show up for the EXE. The reason for this limitation is to ease the process of changing the icon for the uninstaller. Including a full fledged resource editor to make the installer capable of changing the icon to another icon with a different structure is a waste of space. So is including the uninstaller header in the data block of the installer.