Skip to content
⌘ NSIS Forum Archive

Simple script for checking Windows version compatibility

3 posts

RobGrant#

Simple script for checking Windows version compatibility

This script is very simple, just call it after you run Joost Verburg's GetWindowsVersion and it will (after you've defined the minimum version of Windows) check whether they are running a suitable version.

Enjoy, comments are appreciated 🙂
RobGrant#
And here it is:
Afrow UK#
Error in the script:

If you !define MIN_WIN_VER, then your script should be using ${MIN_WIN_VER} not $MIN_WIN_VER or $(MIN_WIN_VER).

-Stu