Added the ManifestLongPathAware attribute
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7111 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
f9fac78173
commit
c0f3179285
11 changed files with 56 additions and 6 deletions
|
@ -293,6 +293,20 @@ Declare that the installer is DPI-aware. A DPI-aware application is not scaled b
|
|||
|
||||
See \W{http://msdn.microsoft.com/en-us/library/dd464660}{MSDN} for more information about DPI-aware applications.
|
||||
|
||||
\S2{amanifestlongpathaware} ManifestLongPathAware
|
||||
|
||||
\c \\<b\\>notset\\</b\\>|true|false
|
||||
|
||||
Declare that the installer can handle paths longer than MAX_PATH. Only supported on Windows 10 Anniversary Update and later.
|
||||
|
||||
\NsisWarnBlockContainerBegin
|
||||
\\<b\\>Note: \\</b\\> Instructions like CopyFiles and CreateShortcut do not support long paths!
|
||||
\NsisWarnBlockContainerEnd
|
||||
|
||||
\NsisWarnBlockContainerBegin
|
||||
\\<b\\>Note: \\</b\\> Has no effect if the "Enable Win32 long paths" policy is not enabled.
|
||||
\NsisWarnBlockContainerEnd
|
||||
|
||||
\S2{amanifestsupportedos} ManifestSupportedOS
|
||||
|
||||
\c none|all|WinVista|\\<b\\>Win7|Win8|Win8.1|Win10\\</b\\>|{GUID} [...]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue