Added LIBRARY_INSTALL_EQUAL_VERSION option

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7014 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2018-10-08 12:50:09 +00:00
parent a852d07897
commit ab70b857b5
3 changed files with 37 additions and 13 deletions

View file

@ -131,6 +131,10 @@ The Windows temp directory could be located on any volume, so you cannot use thi
\b Not recommended for DLLs installed to $SYSDIR.
\S2{} LIBRARY_INSTALL_EQUAL_VERSION
\b Define this before inserting InstallLib macro to overwrite the file even if the version is the same as the existing file.
\S1{library_install_notes} Notes
\b If you need to support Windows 9x/ME, you can only use short filenames (8.3).