Preliminary ManifestSupportedOS and WinVer.nsh Win10 support
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6558 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
eb5d77214a
commit
46ac05004d
6 changed files with 46 additions and 13 deletions
|
@ -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\\>|{GUID} [...]
|
||||
\c none|all|WinVista|\\<b\\>Win7|Win8|Win8.1\\</b\\>|Win10|{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.
|
||||
|
||||
|
|
|
@ -1,5 +1,19 @@
|
|||
\A{history} Changelog and Release Notes
|
||||
|
||||
\H{v3.0b2} 3.0 Beta 2
|
||||
|
||||
Released on ?, 201?
|
||||
|
||||
\S1{v3.0b2-rl} Release Notes
|
||||
|
||||
\b ?
|
||||
|
||||
\S1{v3.0b2-cl} Changelog
|
||||
|
||||
\S2{} Minor Changes
|
||||
|
||||
\b Windows 10 support
|
||||
|
||||
\H{v3.0b1} 3.0 Beta 1
|
||||
|
||||
Released on October 6th, 2014
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue