Check for .net framework using javascript
When the .NET Framework 3.5 is installed, the MSI adds “.NET CLR” and the version number to the UserAgent string. The following example shows a script embedded in a simple HTML page. The script searches the UserAgent string to determine Read More