Docs: Added some section keywords and fudged TargetMinimalOS min-version

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6188 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2011-11-30 23:30:29 +00:00
parent c21cccc591
commit dd72b0a0ed
4 changed files with 17 additions and 17 deletions

View file

@ -35,7 +35,7 @@ The InstallLib macro allows you to install a library. It sets the error flag if
To ask the user for a reboot, if required, use the Modern UI with a Finish page or use \R{ifrebootflag}{IfRebootFlag} and make your own page or message box.
\S1{} Parameters
\S1{library_install_parameters} Parameters
\c libtype shared install localfile destfile tempbasedir
@ -101,7 +101,7 @@ Directory on the user's system to store a temporary file when the system has to
For Windows 9x/ME support, this directory should be on the same volume as the destination file (destfile).
The Windows temp directory could be located on any volume, so you cannot use this directory.
\S1{} Options
\S1{library_install_options} Options
\R{define}{Define} any of the following before inserting the InstallLib macro to modify its behavior as specified.
@ -131,13 +131,13 @@ The Windows temp directory could be located on any volume, so you cannot use thi
\b Not recommended for DLLs installed to $SYSDIR.
\S1{} Notes
\S1{library_install_notes} Notes
\b If you want 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.
\S1{} Example
\S1{library_install_examples} Example
\S2{} Unshared DLL
@ -160,7 +160,7 @@ The Windows temp directory could be located on any volume, so you cannot use thi
The UnInstallLib macro allows you to uninstall a library. It sets the error flag if something went wrong during library removal.
\S1{} Parameters
\S1{library_uninstall_parameters} Parameters
\c libtype shared uninstall file
@ -221,7 +221,7 @@ NOREBOOT_NOTPROTECTED
Location of the library
\S1{} Options
\S1{library_uninstall_options} Options
\R{define}{Define} any of the following before inserting the UnInstallLib macro to modify its behavior as specified.
@ -239,7 +239,7 @@ Location of the library
\b Define this before inserting UninstallLib macro to call CoFreeUnusedLibraries after unregistration. Use this for unloading all unnecessary libraries from memory when uninstalling COM libraries.
\S1{} Example
\S1{library_uninstall_examples} Example
\c !insertmacro UnInstallLib REGDLL SHARED REBOOT_NOTPROTECTED $SYSDIR\dllname.dll