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
- :
- Prerequisite for specific setup type
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 26, 2008
08:58 AM
Prerequisite for specific setup type
Hello everybody,
Is it possible to install different prerequisites, depending on the chosen setup type ? -or when specific features were chosen.
Thanks,
Syra Didelez
Is it possible to install different prerequisites, depending on the chosen setup type ? -or when specific features were chosen.
Thanks,
Syra Didelez
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 26, 2008
09:39 AM
This is not currently possible with InstallShield. We are examining the possibility of doing this in a future release.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 27, 2008
04:02 AM
Thanks for the info,
Is there then a possibility to run another installer as part of a feature / component ?
Thanks in advance,
Syra Didelez
Is there then a possibility to run another installer as part of a feature / component ?
Thanks in advance,
Syra Didelez
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 27, 2008
01:17 PM
You can schedule custom actions and condition them off of feature or component states (see "Conditional Statement Syntax"), but if the installs themselves are MSI-based, you will run into limitations very quickly. Namely you will be unable to launch them if your MSI is launched silently, due to the execute sequence mutex.