GetVersion (Windows) plug-in: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
m (→Deprecated: wiki link to Get Windows version) |
m (Deprecated) |
||
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)