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
- :
- Can dialog behavior be changed based on the release?
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 11, 2008
05:55 PM
Can dialog behavior be changed based on the release?
I have several different releases in my InstallScript project and would like to control the behavior of the dialogs based on the release that is being executed. I haven't been able to find an InstallShield variable that pertains to the releases to let me control this, does anyone have any insight?
Thanks!
Thanks!
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 12, 2008
10:11 AM
I don't recall whether there's anything useful automatically built in, however I think you should be able to use the Compiler Preprocessor Defines release option on the Build tab. You can define items there which can be conditioned upon in your dialog script code.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 13, 2008
12:54 PM
Thank you, that helped!
