And when using GetVersion[Ex], remember to check version numbers with the future in mind. For example, to check for XP and higher: major > 5 OR (major==5 and minor >= 1) – AndersFeb 16 at 3:42
Stack Overflow is a collaboratively edited question and answer site for programmers – regardless of platform or language. It's 100% free, no registration required.