Top "Version-detection" questions

How do I detect what .NET Framework versions and service packs are installed?

A similar question was asked here, but it was specific to .NET 3.5. Specifically, I'm looking for the following: What is …

.net installation version-detection
How do I know which version of Javascript I'm using?

I'm just reading this documentation about Javascript 1.2, but I'm wondering which version of Javascript is being used in the most …

javascript version version-detection
Detect iOS version less than 5 with JavaScript

This is related to the "fix" for position:fixed in older versions of iOS. However, if iOS5 or greater is …

javascript ios version-detection
Reliable way to get Windows Version from registry

I'm checking the windows version in an installer (made with NSIS) by checking the following registry key: HKLM "SOFTWARE\Microsoft\…

windows registry nsis windows-10 version-detection
Get browser version of IE using Javascript

I am using the following code to get the version of IE in a system. var browser = navigator.appName; var …

javascript internet-explorer version-detection
Browser version detect using GWT?

Is there GWT api that will tell me which browser version it detected? I've found a flaw with IE7's …

browser gwt version-detection
Check gcc minor in cmake

Is it possible to check the minor version number of GCC in cmake? I want to do something like this: …

gcc build cmake cross-platform version-detection
How can I detect the Java runtime installed on a client from an ASP .NET website?

I have an ASP .NET website that hosts a Java applet. The Java applet requires version 1.6 Update 11 of the Java …

java asp.net applet version-detection