active questions tagged version-detection - Stack Overflow most recent 30 from stackoverflow.com 2009-11-28T18:33:44Z http://stackoverflow.com/feeds/tag/version-detection http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1632093/get-browsers-java-plugin-version 2 Get Browser's Java Plugin Version? Monarch 2009-10-27T16:35:44Z 2009-10-27T16:57:01Z <p><strong>Question</strong><br /> 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?</p> <p><strong>Background</strong><br /> I'd like to run a Java applet embedded within the browser if the user is using Java Plugin2, or run it as a JWS application otherwise, because I need to control the max heap size of the applet/application, which is only possible in Plugin2.</p> <p>I'm familiar with the Java Deployment Toolkit (DeployJava.js) and PluginDetect.js (<a href="http://www.pinlady.net/PluginDetect/" rel="nofollow">http://www.pinlady.net/PluginDetect/</a>), but these packages don't actually allow you to get the actual plugin version (only JRE version), and only give the plugin name in some browsers.</p> <p>It can't be assumed either that a user with >JRE 1.6 Update 10 is running plugin2, because Mac OS X 10.6 has JRE 1.6 installed, but the original plugin running. Additionally, you can't force the user to upgrade their JRE with DeployJava.js on Mac OS X.</p> http://stackoverflow.com/questions/199080/how-to-detect-what-net-framework-versions-and-service-packs-are-installed 21 How to detect what .NET Framework versions and service packs are installed? Scott Dorman 2008-10-13T21:22:21Z 2009-10-16T16:52:11Z <p>A similar question was asked <a href="http://stackoverflow.com/questions/198931/how-do-i-tell-if-net-35-sp1-is-installed">here</a>, but was specific to .NET 3.5. Specifically, I'm looking for the following:</p> <ol> <li>What is the correct way to determine which .NET Framework versions and service packs are installed? </li> <li>Is there a list of registry keys that can be used?</li> <li>Are there any dependencies between Framework versions?</li> </ol> http://stackoverflow.com/questions/346794/not-detecting-flash-10-worlds-most-widespread-web-video-bug 2 Not Detecting Flash 10: World's Most Widespread Web Video Bug? orcmid 2008-12-06T21:23:52Z 2009-07-22T17:40:32Z <p>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 Version "10" (or "1y" for that matter)?</p> <p>Now here's the mystery: Why are so many sites that require Flash Player versions 8 and 9 or better failing to detect Flash Player version 10?</p> <p>And here's the juicy background, in technicolor screen captures in my post, "<a href="http://orcmid.com/blog/2008/12/wtf-adobe-flash-version-1x-crisis.asp" rel="nofollow">WTF: The Adobe Flash Version 1x Crisis</a>."</p> <p><strong>UPDATE 2:</strong> I have since confirmed that the problem I am seeing is not about improper comparison for the same-or-more-recent version. It appears that some client-side detection is unable to determine whether there is any Flash Player installed at all, much less what version it is. I have also discovered that if I am running as admin I don't have the problem: detection of Flash 10 works just fine. That makes this a bigger can of snakes than I first thought. I'm not ready to change this question's title just yet, and I am continuing to dissect client-side code to see what wondrous logic unfolds. <a href="http://orcmid.com/blog/2008/12/wtf-umm-flash-10-detection-not-so.asp" rel="nofollow">Details on these latest revelations</a> are on my blog.</p> <p><strong>UPDATE:</strong> Although I did a search, I missed the related question "<a href="http://stackoverflow.com/questions/214424/why-dont-flash-videos-play-after-upgrading-to-flash-10">Why don't flash videos play after upgrading to Flash 10?</a>" The speculations there are interesting but they don't get to the bottom of it. Also, it's not clear how Levi's problem was resolved. Interesting ... Maybe we can get to the bottom of things here.</p> <p><hr /></p> <p><strong>Some Background</strong></p> <p>I managed to install the new Adobe Flash Player version 10.0.12.36 as a clean install (with previous versions removed using the Adobe-provided uninstaller).</p> <p>The first disappointment was noticed when I couldn't play the latest NCIS program from the CBS Television site, not in HD, not in plain-old standard. But I could play videos of my favorite programs on Hulu. The more I nosed around, the more times I found those obnoxious you-don't-have-Flash, you-need-a-later-version-of-Flash, your-version-of-Flash-old messages that offered a button for downloading.</p> <p>Every time I clicked the download/update button, and told the Adobe site to do the install (which should fail if attempted, because I am not running as admin), my already having version 10.0.12.36 was confirmed instantly and no update was attempted.</p> <p>Curious, huh?</p> <p><hr /></p> <p><strong>The Challenge</strong></p> <p>I think I know exactly what the most-likely bug is in the Flash-detection script that people are using. It is just too juicy to not be the bug.</p> <p>Now, that does not mean all sites that fail to detect version 10 suffer from the same bug. I just think the one I have in mind is really likely. I should probably seal my theory in an envelope somewhere. Meanwhile, let's see what the StackOverflow community has to offer and what we conclude the lesson is.</p> <p>I say the bug is really simple and very funny. What do you say?</p> http://stackoverflow.com/questions/1103706/how-to-detect-specific-delphi-builds 1 How to detect specific Delphi builds? PatrickvL 2009-07-09T12:58:24Z 2009-07-09T15:20:15Z <p>This is related to <a href="http://stackoverflow.com/questions/750801/complete-list-of-defines-for-delphi-versions">another Delphi-version question</a> but still different;</p> <p>I'm looking for a way to detect the service-pack (or build number) of the Delphi compiler that's compiling my code. The <a href="https://jcl.svn.sourceforge.net/svnroot/jcl/trunk/jcl/source/include/jedi.inc" rel="nofollow">jedi.inc</a> is nice, but it doesn't tell me the exact version. (I can't use the SUPPORTS_* defines in there either, as those are version-related too)</p> <p>I need this, because some bugs are present in older versions (in this case, it's a <a href="http://qc.codegear.com/wc/qcmain.aspx?d=68123" rel="nofollow">_ValLong bug in Delphi 2009</a>) that's fixed in a later service-pack (Delphi 2009 service pack 3 in this case).</p> <p>Currently I have all kinds of checks in my code, like this :</p> <blockquote> <p>{$IFDEF BUG_QC_68123}</p> </blockquote> <p>But I can't just say this in my main include file :</p> <pre><code>{$IFDEF DELPHI2009_UP} {$DEFINE BUG_QC_68123} {$ENDIF} </code></pre> <p>...As this would miss the fact that D2009SP3 and later don't have this bug anymore.</p> <p>Any ideas?</p> <p>PS: This will probably also apply to older (and newer) versions of Delphi, so any library- and/or component-vendor will have an interest in this too, I presume.</p> http://stackoverflow.com/questions/1006272/how-do-i-detect-windows-small-business-server-operating-system 0 How do I detect Windows Small Business Server operating system? Anodyne 2009-06-17T10:37:45Z 2009-06-17T10:45:57Z <p>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.</p> <p>There will be a number of differences between the editions, but ideally we'd like to restrict the "small business" edition to only install on Microsoft Small Business Server (SBS) 2000 or the newer Windows SBS 2003 and 2008.</p> <p>Is there a reliable way to detect (via an API call or the Registry, for example) whether or not the operating system is one of those SBS products?</p> http://stackoverflow.com/questions/750801/complete-list-of-defines-for-delphi-versions 7 Complete list of defines for Delphi versions Gustavo Carreno 2009-04-15T08:37:27Z 2009-04-16T11:57:16Z <p>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?</p> http://stackoverflow.com/questions/633463/how-do-i-determine-which-platform-version-is-required 1 How do I determine which platform version is required? Joonas Pulakka 2009-03-11T05:37:23Z 2009-03-11T08:04:06Z <p>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 PHP 5.2) upwards, but of course I can't exactly remember. I'm only sure that it runs at least on the version I'm using (which is typically the newest version available), but it might well run on a bit older version too.</p> <p>Going manually through the code, keeping a list and comparing it with platform release notes obviously isn't very sophisticated option. Is there a way to automatically do this (aside from baking your own version-checker parser)? Personally I'm interested in at least the following languages, but please add freely:</p> <ul> <li>Java</li> <li>Python</li> <li>PHP</li> <li>C++ (and maybe C)</li> <li>add your favorite.</li> </ul> <p>Simply testing at the older versions is a brute force approach, and it has the advantage that you'll know whether the code actually <em>works</em>, not merely that it <em>should</em> work. But it can be tedious, so I'm still interested in some kind of automata that goes through the source and checks which platform features are being used.</p> http://stackoverflow.com/questions/491541/how-can-i-detect-the-java-runtime-installed-on-a-client-from-an-asp-net-website 2 How can I detect the Java runtime installed on a client from an ASP .NET website? Carl 2009-01-29T13:14:57Z 2009-02-27T22:42:30Z <p>I have an ASP .NET website that hosts a Java applet. The Java applet requires version 1.6 Update 11 of the Java runtime.</p> <p>How can I detect that a client has the appropriate runtime installed so that I can display an informative message if they do not?</p> <p>Thanks,</p> <p>Carl.</p> <p><strong>EDIT:</strong> The solution must be platform independant.</p> http://stackoverflow.com/questions/435050/how-to-determine-installed-iis-version 1 How to determine installed IIS version norheim.se 2009-01-12T10:38:46Z 2009-01-13T07:52:16Z <p>What would the preferred way of programmatically determining which the currently installed version of Microsoft Internet Information Services (IIS) is?</p> <p>I know that it can be found by looking at the MajorVersion key in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W3SVC\Parameters. </p> <p>Would this be the <em>recommended</em> way of doing it, or is there any safer or more beautiful method available to a .NET developer?</p>