Archive: Justin , please help


Justin , please help
hi..

is it possible to alter the splash code or program,to make it so that it stays shown behind the installer???

if not hav any idea of how to do it???


thanx


Hi ViperInc,

Here's a modified version of Splash that stays there until you send a message to it.

Function .onInit

SetOutPath $TEMP
File SPLASH.EXE
File SPLASH.BMP
Exec '$TEMP\SPLASH 1 $HWNDPARENT $TEMP\SPLASH'

FunctionEnd
Put this code wherever you want the splash to close:

  FindWindow $0 _sp
SendMessage $0 0x300 0 0
[IMG]images/attach/gif.gif[/IMG]Attachment: splash_until_cut.zip
This has been downloaded 697 time(s).

thanks.. but
Hi
Yeah, i manageed to find that file befour, but it dont seem to work.
It opens the splash screen, then sits there..
it doesnt load the installer ontop of it, it just sits there doin nothing
is there a way to call the installer infront of the splash screen???


Viper, 'BringToFront' might be able to bring the installer in front of the splash screen.

BringToFront:
Makes the installer window visible and brings it to the top of the window list (i.e. if a command was executed that shows itself in front of the installer, a BringToFront would bring the installer back in focus).

woops
him assuming you just put 'BrontoFront' after you call the splash screen.
if so it dont work...

dam...