befree2j
befree2j

Reputation: 371

Adding a setup project in your solution C#

When creating a setup project in your solution how do you make the setup to check if the appropriate .Net Framework is installed on the PC you are installing your application

Upvotes: 0

Views: 180

Answers (2)

Jensen
Jensen

Reputation: 3538

There's a Code Project article explaining this. The article might seem outdated, but the idea and the location remains the same.

Basically, there are options in your setup project properties to select which prerequisites to install and to add custom ones.

Upvotes: 1

Sam Axe
Sam Axe

Reputation: 33738

It depends on the Setup engine. If you are using InstallShield LE then there is an option in the redistributables (or mebe dependancies) section.

Upvotes: 0

Related Questions