GetVersion (Windows) plug-in: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
No edit summary |
m (Deprecated) |
||
(One intermediate revision by one other user 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 bundled with NSIS.</span> | <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 == | ||
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)