RequestExecutionLevel now defaults to admin
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6599 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
32f9b646e4
commit
10448ec632
4 changed files with 15 additions and 4 deletions
|
@ -293,9 +293,9 @@ See \W{http://msdn.microsoft.com/en-us/library/dd464660}{MSDN} for more informat
|
|||
|
||||
\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.
|
||||
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+8+8.1+10 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}.
|
||||
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{amiscbuttontext} MiscButtonText
|
||||
|
||||
|
|
|
@ -1,5 +1,15 @@
|
|||
\A{history} Changelog and Release Notes
|
||||
|
||||
\H{v3.0b3} 3.0 Beta 3
|
||||
|
||||
Released on ? ?th, 201?
|
||||
|
||||
\S1{v3.0b3-cl} Changelog
|
||||
|
||||
\S2{} Major Changes
|
||||
|
||||
\b RequestExecutionLevel now defaults to \c{admin}
|
||||
|
||||
\H{v3.0b2} 3.0 Beta 2
|
||||
|
||||
Released on August 4th, 2015
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue