Skip to content
⌘ NSIS Forum Archive

change icon and check bitmaps on runtime?

3 posts

Yathosho#

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.
n_baua#
Hi Yathosho,

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

Browse at:
kichik#
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.