Thanks! I have to just say this... The regular advsplash doesnt work correctly with JPEG files, so I used the new one... well, it worked fine, but on certain configurations, some spots of color are wiped out, so I don't really know about that... Here is code I used...
code:
Function .onInit
; the plugins dir is automatically deleted when the installer exits
InitPluginsDir
File /oname=$PLUGINSDIR\splash.jpg "C:\splash.jpg"
newadvsplash::show /NOUNLOAD 6000 400 400 /BANNER /NOCANCEL "$PLUGINSDIR\splash.jpg"
Delete $PLUGINSDIR\splash.jpg
FunctionEnd
I don't think anything is wrong with the code...