Here's my code:
#define ISSI_Splash "C:\InnoSetupProject\Images\client.bmp"
#define ISSI_Splash_T 3
#define ISSI_Splash_X 500
#define ISSI_Splash_Y 220
#define ISSI_IncludePath "C:\ISSI"
#include ISSI_IncludePath+"\_issi.isi"
I'd like to have Splash screen shown before the language selection dialog, just when I start the installer. Is it possible to do that without having to create my own language selection dialog?