Dialog.SplashImage

Dialog.SplashImage ( 

string  MediaFile,

number  Time = 0,

boolean AllowClickToSkip = true )

Example 1

Dialog.SplashImage(SessionVar.Expand("%TempLaunchFolder%\\indigorose_32bpp.png"), 5, false);

Displays the primer image file 'indigorose_32bpp.png' for five seconds before the installer loads.  The user cannot click through this image.

Example 2

Dialog.SplashImage(sSplashImageFile, nTime, true);

Displays the image file stored in string 'sSplashImageFile' for a period of time specified in variable 'nTime'.  The user can click through this image at any time.

See also:  Related Actions