Archive: Detect Windows 7


Detect Windows 7
  Hello,

short question: is there already a way to detect that Windows 7 is running ?

Bye Defcon0


http://forums.winamp.com/showthread....hreadid=305675


NSIS\Include\WinVer.nsh

Modified from the existing example:

 ${If} ${IsWin7}

DetailPrint "Running on Windows 7."
${EndIf}
Always check the Include and Examples directories. =)