Reputation: 371
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
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
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