Added Windows 8.1 Preview GUID alias to ManifestSupportedOS

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6380 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2013-07-07 23:27:11 +00:00
parent b621cdcda8
commit 5e1edb3d75
5 changed files with 8 additions and 3 deletions

View file

@ -291,9 +291,9 @@ See \W{http://msdn.microsoft.com/en-us/library/dd464660}{MSDN} for more informat
\S2{amanifestsupportedos} ManifestSupportedOS
\c none|all|WinVista|\\<b\\>Win7|Win8\\</b\\>|{GUID} [...]
\c none|all|WinVista|\\<b\\>Win7|Win8|Win8.1\\</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 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.
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.
You can read more about the changes in behavior on \W{http://msdn.microsoft.com/en-us/library/windows/desktop/hh848036}{MSDN}.

View file

@ -10,6 +10,8 @@ Released on ?, 2013
\b Default verbosity is /V3 without logo, MakeNSISW still uses /V4.
\b \R{amanifestsupportedos}{ManifestSupportedOS} added support for the Windows 8.1 Preview GUID and it is set by default to avoid GetVersionEx compatibility behavior.
\S2{} Minor Changes
\b Fixed !finalize %1