cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
joe1
Level 2

Multiple Releases with Different Redistributables

I want to include two releases in a single project, one that includes the .NET 4.0 framework and one that doesn't. Is that possible? If it is then how do you do it?
Labels (1)
0 Kudos
(1) Reply
DebbieL
Level 17

Yes, that is possible.

You'd add the .NET prerequisite to your project via the Redistributables view, and assign a release flag to it--maybe name the flag NET. The following help topic has more info:
Assigning Release Flags to InstallShield Prerequisites

Next, in the Releases view, create two different releases. For the release that will include .NET, enter the name of the flag (NET) in release Flag setting on the Build tag. For the other release, configure its Release Flag setting: enter a string that you have not assigned to any items--for example, NoFlags.

For more details, see:
Release Flags
Filtering Based on Release Flags
Product Configuration Flags vs. Release Flags
0 Kudos