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: Dynamically changing product name
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
‎Aug 04, 2008
04:06 PM
Dynamically changing product name
Is there some way to dynamically change the product name even before the first dialog is displayed so the correct product name is displayed in the title bar?
Thanks!
Thanks!
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 04, 2008
05:03 PM
Would setting one of IFX_PRODUCT_DISPLAY_NAME, IFX_PRODUCT_NAME, or IFX_SETUP_TITLE do the trick?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 04, 2008
06:55 PM
Yes, that would do the trick, however, I'm looking to do it before the "Preparing Setup" dialog box is displayed. I guess I'm looking for an "OnBeforePreparingSetup" event to modify??
Thanks!
Thanks!
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 04, 2008
06:57 PM
Alas, no, there's no script event that early; you'd probably need to modify setup.ini to change the display name there.