I made a small application and I am ready to distribute it.
I want to know how to make an installer (or publish) so that it checks .Net 4 then installs it if its not installed
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to use a Visual Studio Setup Project and include a prerequisite of .NET 4 along with your project output. You should determine whether you need Client Profile or full-blown .NET Redistributable (typically assigned in your application project properties).