Wednesday, June 25, 2014

.NET Framework setup verification, cleanup tool and detection code (C++) updated for 4.5.2

Aaron Stebner's WebLog - .NET Framework setup verification tool, cleanup tool and detection sample code now support .NET Framework 4.5.2

I have posted updated versions of the .NET Framework setup verification tool, the .NET Framework cleanup tool, and the sample code to detect .NET Framework install states that support detecting, verifying, and cleaning up the .NET Framework 4.5.2. You can find more information about how to download and use these tools at the following locations:

Besides the two cool tools Aaron mentions (which are must haves for anyone troubleshooting .NET installs), if you're writing code to detect what version of the .NET framework is installed on a given machine you HAVE to check out his post;

Sample code to detect .NET Framework install state and service pack level

...

.NET Framework versions that can be detected by the sample code

The sample code available via this article supports detecting the install state and service pack level for the following versions of the .NET Framework:

  • .NET Framework 1.0
  • .NET Framework 1.1
  • .NET Framework 2.0
  • .NET Framework 3.0
  • .NET Framework 3.5
  • .NET Framework 4 (Client and Full)
  • .NET Framework 4.5
  • .NET Framework 4.5.1
  • .NET Framework 4.5.2

...

image..."

 

Related Past Post XRef:
Microsoft .NET Framework 4.5.2 Released

Two Terrific Troubleshooting Tools -The .NET Framework Cleanup and Setup Verification Tools

.Net 4 Client Profile/Full silent install/repair/uninstall command line options

No comments: