However, you might want to hide the splash screen programmatically or update the contents of the status text line on the splash screen during the startup phase to provide more extensive feedback to your users.
com.install4j.api.launcher.SplashScreen.hide()
as soon as you wish to hide the splash screen.
com.install4j.api.launcher.SplashScreen.writeMessage(String message)
to change the text in the status line.
i4jruntime.jar
to the classpath.
i4jruntime.jar
can be found in the resource
directory of your
install4j installation.