Skip to content
⌘ NSIS Forum Archive

static image behind installer

3 posts

Thyrador#

static image behind installer

heya guys.

is there any plugin or smtg to get a static (no fullscreen) image behind the installer?
like the splash-image but without disappearing.

any solutions?
Takhir#
What do you mean 'not full screen'? Some window bigger then installer, with image? AFAIK - no.
http://nsis.sourceforge.net/Animate_plug-in has some functionality. But this window will be not 'under' installer.
http://nsis.sourceforge.net/NewAdvSplash_plug-in can work async
Thyrador#
just like the ordinary advsplash-image but in background (behind the installer).

ebanner comes with a function to call a background-image only as fullscreen.
i want it not that big.i only want the size the image has (just as advsplash image only pops up in the size the image has)

i've also tried newadvsplash but i cant get it to work dont know why).
no error appeared. its just not working


if i use following code, nothing shows up:
SetOutPath "$TEMP\spl"
; Splash Image
File /oname=spltmp.bmp "splash.bmp"
#advsplash::show 3000 600 600 -1 $TEMP\spl\spltmp
newadvsplash::show 3000 600 600 0x04025C /NOCANCEL "$TEMP\spl\spltmp.bmp" 
advsplash works very well, newadvsplash wont work.