Tagged Questions

2
votes
1answer
55 views

Get Browser’s Java Plugin Version?

Question Is it possible to get the version of the Java Plugin being used by the web browser, either through Javascript, or within a Java applet being run by the plugin? Background …
21
votes
5answers
7k views

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

A similar question was asked here, but was specific to .NET 3.5. Specifically, I'm looking for the following: What is the correct way to determine which .NET Framework versions a …
1
vote
4answers
247 views

How to detect specific Delphi builds?

This is related to another Delphi-version question but still different; I'm looking for a way to detect the service-pack (or build number) of the Delphi compiler that's compiling …
0
votes
2answers
110 views

How do I detect Windows Small Business Server operating system?

My employer is considering releasing two versions of the same Windows Server-based product; a cheaper "small business" edition and a more expensive "enterprise" edition. There wil …
7
votes
2answers
668 views

Complete list of defines for Delphi versions

Does anyone know of a good place where I can find the complete list of version defines for all the Delphi versions, right up to Delphi 2009?
2
votes
10answers
1k views

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 runtime. How can I detect that a client has the appropriate runtime …
2
votes
3answers
682 views

Not Detecting Flash 10: World’s Most Widespread Web Video Bug?

Here's the Question: What is the best way to make sure that your requirement for Flash Version "x" on a site will properly detect presence of later-version Adobe Flash Player Versi …
1
vote
2answers
1k views

How to determine installed IIS version

What would the preferred way of programmatically determining which the currently installed version of Microsoft Internet Information Services (IIS) is? I know that it can be found …
1
vote
1answer
66 views

How do I determine which platform version is required?

This frequently comes up: I've built software, and possibly used some new language / platform / standard library features that are available on some version (say, Java 1.6.10 or PH …