$LocalAppData now resolves to the ProgramData folder in the "SetShellVarContext all" context

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6875 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2017-06-23 01:11:30 +00:00
parent decb52f505
commit 2553c6e550
6 changed files with 7 additions and 4 deletions

View file

@ -177,7 +177,7 @@ This constant is not available on Windows 95 unless Internet Explorer 4 with Act
\e{$LOCALAPPDATA}
The local (non-roaming) application data directory.
The local (non-roaming) application data directory. The context of this constant (All Users or Current user) depends on the \R{setshellvarcontext}{SetShellVarContext} setting. The default is the current user.
This constant is available on Windows ME, 2000 and above.