Is there a command line command for verifying what version of .NET is installed

前端 未结 9 838
孤街浪徒
孤街浪徒 2020-12-07 16:44

I have set of scripts for doing scripted installs. You can use the scripts on any server 2008 machine. However, I need to check if .NET 3.5 has been installed (before the

9条回答
  •  [愿得一人]
    2020-12-07 16:51

    If you're going to run a little console app, you may as well install clrver.exe from the .NET SDK. I don't think you can get cleaner than that. This isn't my answer (but I happen to agree), I found it here.

提交回复
热议问题