Yathosho
17th January 2007 17:34 UTC
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
18th January 2007 06:35 UTC
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
kichik
19th January 2007 14:32 UTC
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.