Update manifest documentation for Win10

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6594 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2015-08-01 15:05:18 +00:00
parent 06f3fbe52f
commit 7dee415a88

View file

@ -291,7 +291,7 @@ See \W{http://msdn.microsoft.com/en-us/library/dd464660}{MSDN} for more informat
\S2{amanifestsupportedos} ManifestSupportedOS
\c none|all|WinVista|\\<b\\>Win7|Win8|Win8.1\\</b\\>|Win10|{GUID} [...]
\c none|all|WinVista|\\<b\\>Win7|Win8|Win8.1|Win10\\</b\\>|{GUID} [...]
Declare that the installer is compatible with the specified Windows version(s). This adds a SupportedOS entry in the compatibility section of the application manifest. The default list of Win7+Win8+Win8.1 will probably be updated to include newer Windows versions in the future. \e{none} is the default if \R{arequestexecutionlevel}{RequestExecutionLevel} is set to \e{none} for compatibility reasons.