Skip to content

Monthly Archives: November 2008

Use VBScript to Detect If .Net 2 is Installed

Coding against the .Net 2.0 framework gives a healthy number of substantial advantages; but when you’re deploying to unknown machines, you need a way to tell whether .Net 2.0 is installed; without relying on .Net 2.0 to do the detection itself. So without further ado, I present a quick VBScript that can do that for [...]

Version Numbers Explained

Ever wonder what the numbering in software version numbers means? Wonder no more.