I want to know how to create batch file for check .net framework 3.5 sp1 is installed or not in system.
Please Help.
I want to know how to create batch file for check .net framework 3.5
Share
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 check if the folder %systemroot%\Microsoft.NET\Framework\v3.5 exists.
In your batch file, it could looks like:
And here is a list of other possibilites: http://www.walkernews.net/2008/05/16/how-to-check-net-framework-version-installed/