How can i do something like that: when user starts my C# application if he dont have .Net framework installed then application start setup?
Thanks!
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 can’t do that because you application belongs to functionality of .Net.
What you need todo is to build a setup. Visual Studio itself brings a setup project or you can use e.g. inno-setup (http://www.jrsoftware.org/isinfo.php).
EDIT:
Here is a useful project to use with inno-setup.
http://www.codeproject.com/Articles/20868/NET-Framework-1-1-2-0-3-5-Installer-for-InnoSetup