GetVersion (Windows) plug-in: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
No edit summary |
m (Deprecated) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
== Deprecated == | == Deprecated == | ||
<span style="color:#FF0000">I am no longer maintaining this plug-in. I recommend using WinVer.nsh instead, which is | <span style="color:#FF0000">I am no longer maintaining this plug-in. I recommend using [[Get Windows version|WinVer.nsh]] instead, which is bundled with NSIS.</span> | ||
== Windows 8 or above detection == | == Windows 8 or above detection == | ||
* If using NSIS 3.0 or above, use the '''ManifestSupportedOS''' installer attribute and the | * If using NSIS 3.0 or above, use the '''ManifestSupportedOS''' installer attribute and the bundled WinVer.nsh | ||
* If using NSIS 2.46 or below, use [[Using !packhdr|!packhdr]] to embed additional | * If using NSIS 2.46 or below, use [[Using !packhdr|!packhdr]] to embed additional supported OS GUIDs and an updated [http://forums.winamp.com/showpost.php?p=2949897&postcount=5 WinVer.nsh] | ||
== Description == | == Description == | ||
Line 14: | Line 14: | ||
[[Category:Plugins]] | [[Category:Plugins]] | ||
[[Category:Deprecated]] |
Latest revision as of 00:54, 23 May 2020
Author: Afrow UK (talk, contrib) |
Deprecated
I am no longer maintaining this plug-in. I recommend using WinVer.nsh instead, which is bundled with NSIS.
Windows 8 or above detection
- If using NSIS 3.0 or above, use the ManifestSupportedOS installer attribute and the bundled WinVer.nsh
- If using NSIS 2.46 or below, use !packhdr to embed additional supported 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)