Archive: change icon and check bitmaps on runtime?


change icon and check bitmaps on runtime?
i know this might seem pointless, but still interesting for an application of mine which creates nsis installers at runtime. i can already change the license text, so i was wondering if same would be possible to do with the installer icon and checkbox images.


Hi Yathosho,

I am not sure for the logic you have it right now, however this script example may work for you.

Browse at:
http://nsis.sourceforge.net/Many_Icons_Many_shortcuts


You can create a wrapper installer that'd use Resource Hacker to update the icon and bitmap resource before it lunches the other installer. You'll have to give up on uninstallers and CRC for that.