Documentation fixes and clarifications

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6728 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2016-03-27 23:24:43 +00:00
parent 2b5baa3639
commit e7ac6581e4
39 changed files with 315 additions and 429 deletions

View file

@ -103,13 +103,13 @@ The Windows temp directory could be located on any volume, so you cannot use thi
\S1{library_install_options} Options
\R{define}{Define} any of the following before inserting the InstallLib macro to modify its behavior as specified.
\R{define}{Define} any of the following before inserting a InstallLib macro to modify its behavior as specified.
\S2{} LIBRARY_X64
\b Installs a DLL built for Windows x64.
\b \\<b\\>Warning:\\</b\\> this resets file system redirection.
\b \\<b\\>Warning:\\</b\\> This resets file system redirection.
\S2{} LIBRARY_SHELL_EXTENSION
@ -133,9 +133,9 @@ The Windows temp directory could be located on any volume, so you cannot use thi
\S1{library_install_notes} Notes
\b If you want to support Windows 9x/ME, you can only use short filenames (8.3).
\b If you need to support Windows 9x/ME, you can only use short filenames (8.3).
\b \\<b\\>Warning:\\</b\\> when deploying DLLs, always use redistributable files. Never copy files from your system directory.
\b \\<b\\>Warning:\\</b\\> Always use redistributable files when deploying DLLs, never copy files from your system directory!
\S1{library_install_examples} Example
@ -223,13 +223,13 @@ Location of the library
\S1{library_uninstall_options} Options
\R{define}{Define} any of the following before inserting the UnInstallLib macro to modify its behavior as specified.
\R{define}{Define} any of the following before inserting a UnInstallLib macro to modify its behavior as specified.
\S2{} LIBRARY_X64
\b Uninstalls a DLL built for Windows x64.
\b \\<b\\>Warning:\\</b\\> this resets \R{setregview}{SetRegView} and file system redirection.
\b \\<b\\>Warning:\\</b\\> This resets \R{setregview}{SetRegView} and file system redirection.
\S2{} LIBRARY_SHELL_EXTENSION