GetVersion (Windows) plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(Replaced content with '{{PageAuthor|Afrow UK}} == Description == A plugin that gets Windows version information (name, type, version, server name, service pack, service pack build). <attach>GetVe…')
No edit summary
Line 1: Line 1:
{{PageAuthor|Afrow UK}}
{{PageAuthor|Afrow UK}}
== Deprecated ==
<span style="color:#FF0000">I am no longer maintaining this plug-in. I recommend using WinVer.nsh instead, which is included with NSIS.</span>
== Windows 8 or above detection ==
* If using NSIS 3.0 or above, use the '''ManifestSupportedOS''' installer attribute and the included WinVer.nsh
* If using NSIS 2.46 or below, use [[Using !packhdr|!packhdr]] to embed additional support OS GUIDs and an updated [http://forums.winamp.com/showpost.php?p=2949897&postcount=5 WinVer.nsh]


== Description ==
== Description ==

Revision as of 15:39, 19 January 2014

Author: Afrow UK (talk, contrib)


Deprecated

I am no longer maintaining this plug-in. I recommend using WinVer.nsh instead, which is included with NSIS.

Windows 8 or above detection

  • If using NSIS 3.0 or above, use the ManifestSupportedOS installer attribute and the included WinVer.nsh
  • If using NSIS 2.46 or below, use !packhdr to embed additional support OS GUIDs and an updated WinVer.nsh

Description

A plugin that gets Windows version information (name, type, version, server name, service pack, service pack build).

GetVersion.zip (34 KB)