PDA

View Full Version : About SplashImage



neilqiu
09-28-2006, 10:45 PM
I want to displays the primer image file 'logo.png' for five seconds before the installer loads.

On Startup :
Dialog.SplashImage(SessionVar.Expand("%TempLaunchFolder%\\logo_ad.png"), 5, false);

But can't do this.


Thanks in advance for any assistance on this, if possible.

pimpx
09-29-2006, 09:02 AM
I see an space in the "%TempLaunchF older%" variable... try removing it, not sure if u already made it...

You get any error message? Post it...

neilqiu
09-29-2006, 09:44 AM
I'm sorry,
It's not an space in the "%TempLaunchF older%" variable,

When the installer loads,not any error message,just not display image file.

Regards,