added documentation for the new shell folders

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3317 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-12-26 19:54:01 +00:00
parent 4b931ac9eb
commit 14f2e625e4
2 changed files with 98 additions and 10 deletions

View file

@ -16,9 +16,11 @@
\b \L{../Contrib/Modern UI/Readme.html}{Modern UI 1.68}: New settings for extra space for title and text on Welcome page and Finish page, improved handling of verbose settings, language file string for uninstaller reboot information, more
\b Added \R{adirverify}{DirVerify} and \R{getinstdirerror}{GetInstDirError} to allow custom error checking when the installation directory is invalid or the drive does not have enough space
\b Shell folders are now detected using shell API functions and not the registry. This is the recommended method by Microsoft. New constants have been added in the process ($FONTS, $SENDTO and more...). See \k{varconstant} for more details.
\b Added LogicLib to distribution (easier conditional execution etc.)
\b Added \L{../Examples/LogicLib.nsi}{LogicLib} to distribution (easier conditional execution etc.)
\b Added \R{adirverify}{DirVerify} and \R{getinstdirerror}{GetInstDirError} to allow custom error checking when the installation directory is invalid or the drive does not have enough space
\b Support for reading environmental variables on compile time: \R{compenvvar}{$%envVarName%}