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
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Rebranding in runtime
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
‎Oct 11, 2011
11:47 AM
Rebranding in runtime
Is there a way to change the background image, splash screen, and icon images at run time? I need the installer to handle custom branding by a team AFTER the build completes.
Thanks!
Thanks!
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 11, 2011
04:04 PM
No, this is not possible. I was asked to do something similar a long time ago, the only workaround I could find was to have a wrapper installer that would mimick the preinstall wizard and then wold create the installer.properties file and would launch our installer in silent mode.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 11, 2011
04:44 PM
Thanks for conformation. The wrapper idea is a really good suggestion. The user who wants to rebrand the installer doesn't want to code at all so I could write a little program to create the install.properties and run the installer.
Thanks!
Thanks!
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 12, 2011
07:58 AM
Yes, but in this case all installations will be silent, the final end user will never see any branding at all (and the intermediate user that requested the branding will need to provide a minimal documentation for the silent installation): the end user will need to modify the installer.properties in order to have your setup installed in a different location, for example.
