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: conditional dialog image display
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
Sep 14, 2010
09:29 PM
conditional dialog image display
Hello,
I have a Basic MSI project with two release flags that will change the product name.
I want to know if it's possible to display a different banner image on our dialogs pending that flag or a property value?
I have a Basic MSI project with two release flags that will change the product name.
I want to know if it's possible to display a different banner image on our dialogs pending that flag or a property value?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 15, 2010
02:59 PM
Could you create a path variable that points to the banner image location, and then set the path variable value to point to a particular image depending on which banner you want to use (using the -l [lowercase letter L] switch to ISCmdBld.exe, for example)?