We have splash screen for java applications since there is a program that loads them and we have access to the starting point. For a non-Java application the splash screen should be implemented by its developer.
Can you suggest how to have the splash screen in this case?
I would like to have the same support as competiting products, e.g. InstallShield, where I can specify a splash screen bitmap to be displayed right after double-clicking on the .msi file. The splash screen then disapears after a few seconds and the first dialogue in the installation wizard appears.
Are you saying that I can write my own small program, with the purpose to display the splash sceen, that is invoked as a pre-installation step?
after reading your documentation on "Custom actions" I do not find any information on the possibility to add a custom step occuring before the actual installation so I guess this is a dead end.
Instead, I would expect a new Dialog type under the "Start" phase, called "Splash Screen", resulting in the following Install Sequence:
Start
|
|--- Splash Screen
|
|--- Welcome
etc.
A splash screen is a more or less standard element for commerical products.
Could you please be a bit more specific? For what release and by what date could you include this feature?
I am currently investigating whether Advanced Installer could be an option for my company, but without support for a splash screen, I do not see how I could recommend you.