Skip to content
⌘ NSIS Forum Archive

Display BMP

5 posts

paul_fx#

Display BMP

Hi there,
Im using the code from http://nsis.sourceforge.net/archive/...nstances=0,167

If i put
!insertmacro DisplayImage "F:\Documents and Settings\image.bmp"

as hte first line of my first section, the image displays properly. But if i put it at the start of any other sections, the image is not drawn. Is it possible to use this code in this fashion?? Im trying to change the image as different things are installed.
paul_fx#
You will need to use the system plugin to refresh the window.
Soemthing like this?

System::Call "User32::UpdateWindow($HWNDPARENT)"

except that doesn't work 🙁