Skip to content
⌘ NSIS Forum Archive

Getting Windows Version from NSIS

6 posts

vignesh447#

Getting Windows Version from NSIS

Is there any possibility of getting Windows OS version from NSIS

If any one has any idea on this kindly help me..
Anders#
if you just need to check for a minimum version of windows, just use that header, if you need the actual version numbers, you can copy the system::call logic from that header or use http://nsis.sourceforge.net/Version_plug-in or read it from the registry or probably even doing GetDLLVersion on kernel32.dll