I want it to also be during the installation itself (instfiles page).
How can I do it?
I thought about adding an SS_BITMAP control using resource hacker but I'm not sure how to set it afterwards.
I added this to the instfiles page using resource hacker:
Now I have no idea how to actually set the bitmap.CONTROL "", 2222, STATIC, SS_BITMAP | WS_CHILD | WS_VISIBLE | WS_GROUP, 2, 14, 319, 103
Can someone help me figure this out (or better yet, find an easier solution)?
Thanks!