Added ManifestMaxVersionTested

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7096 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2019-06-06 00:42:08 +00:00
parent 68547d1e63
commit fb6945ec36
9 changed files with 50 additions and 11 deletions

View file

@ -301,6 +301,10 @@ Declare that the installer is compatible with the specified Windows version(s).
Windows 8.1 and later will fake its version number if you don't declare support for that particular version. You can read more about the other changes in behavior on \W{http://msdn.microsoft.com/en-us/library/windows/desktop/hh848036}{MSDN}.
\# \S2{amanifestmaxversiontested} ManifestMaxVersionTested
\#
\# \c maj.min.bld.rev
\S2{amiscbuttontext} MiscButtonText
\c [back_button_text [next_button_text] [cancel_button_text] [close_button_text]]

View file

@ -16,6 +16,8 @@ ANSI targets are deprecated, consider moving to Unicode.
\b Added \R{loadandsetimage}{LoadAndSetImage}
\# Undocumented: \b Added ManifestMaxVersionTested
\b Allow quoted library path in System::Call (\W{http://sf.net/p/nsis/bugs/546}{bug #546})
\b %1 in !finalize command can be specified multiple times
@ -55,6 +57,8 @@ Released on December 15th, 2018
\b AddBrandingImage now supports dialog units
\# Undocumented: \b Added ManifestDisableWindowFiltering and ManifestGdiScaling
\b Fixed !macroundef of last defined macro bug
\b Fixed MultiUser caption string bug (\W{http://sf.net/p/nsis/bugs/1012}{bug #1012})
@ -103,6 +107,8 @@ Released on January 29th, 2018
\b Added more !define /math operators
\# Undocumented: \b Added ManifestDPIAwareness
\b Added WinVer.nsh IsDomainController (\W{http://sf.net/p/nsis/patches/286}{patch #286})
\b Plug-ins now set the ASLR, DEP, LAA, NOSEH and TS PE flags (\W{http://sf.net/p/nsis/bugs/1188}{bug #1188})