Skip to content
⌘ NSIS Forum Archive

BGIMAGE with JPG

3 posts

thek#
you can use this...



a modified version to show a splashscreeen

and no!
It's not possible to use bgimage with jpeg
Vissers#
jo thx,


but now i use the BGIMAGE and the AnimGIF:

BgImage::SetBg /NOUNLOAD /GRADIENT 0xFF 0xFF 0xFF 0xFC 0xE8 0xB3 ;for the Background


and

AnimGif:😛lay /NOUNLOAD /HALIGN=Center /VALIGN=BOTTOM /HWND=$0 $PLUGINSDIR\ladebalken.gif ;for the picture ore animation (Animation with Pictures for example(Slidesow) during installation

/HWND=$0 is the windows where the GIF is displayed.
$0: FindWindow $0 'NSISBGImage'