create batch file for checking .net framework 3.5 sp1 is installed or not -


i want know how create batch file check .net framework 3.5 sp1 installed or not in system.
please help.

you can check if folder %systemroot%\microsoft.net\framework\v3.5 exists.

in batch file, looks like:

if exist "%systemroot%\microsoft.net\framework\v3.5" echo file exists! 

and here list of other possibilites: http://www.walkernews.net/2008/05/16/how-to-check-net-framework-version-installed/


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -