cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
seamusmc
Level 3

.Net Framework 3.51 SP1 and Release Configuration

Sorry if this has been answered before but searchs aren't yielding any useful information.

My team wants to have two release configurations for our application. One that includes the ~260 mb .Net Framework 3.51 SP1 prereq and one that does not.

Is there anyway to do this? Creating another project is not an option.

If I can't do this what's the point of release configurations? I can control whether 2.0 is included but not any newer versions.
Labels (1)
0 Kudos
(2) Replies
MichaelU
Level 12 Flexeran
Level 12 Flexeran

You can do this with Release Flags by setting them on the prerequisite (right click it and select Properties), and then setting others on your release or product configuration. See the help on Release Flags for more details on how to use them.
0 Kudos
seamusmc
Level 3

Thank you very much.

I did have to use the NoFlags release flag in the configuration that did not include the framework prereq. I expected an empty list to work as well.
0 Kudos