This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: different splash screen to different releases
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 01, 2010
06:34 AM
different splash screen to different releases
In my InstallScript project I defined two releases. I would like that each of my releases will display a different splash screen. Is this possible? if so, how do I do this?
tks, Hagai
tks, Hagai
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
May 25, 2010
01:50 PM
I was wondering this too but the help file says:
I have a three differential releases and two require the same screen. The only real workaround is to add a file with a generic file name (e.i. "Setup.bmp") and rename the bitmap you need per release. Essentially using the same file but changing the actual graphic.
😞 not elegant but it works well. I even made a batch file to do this. You could create a exe to switch them when you make the installers in a specific sequence. I think that might be my next enhancement to my project.
Only one splash screen is displayed to the end user during the installation. If you have more than one splash screen file in the language-independent area or for a specific language, the first file in the list is displayed at run time.
I have a three differential releases and two require the same screen. The only real workaround is to add a file with a generic file name (e.i. "Setup.bmp") and rename the bitmap you need per release. Essentially using the same file but changing the actual graphic.
😞 not elegant but it works well. I even made a batch file to do this. You could create a exe to switch them when you make the installers in a specific sequence. I think that might be my next enhancement to my project.
