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:
parent
a852d07897
commit
ab70b857b5
3 changed files with 37 additions and 13 deletions
|
@ -14,6 +14,8 @@ Released on ??? ??th, 20??
|
|||
|
||||
\b Added MUI_TEXTCOLOR setting
|
||||
|
||||
\b Added LIBRARY_INSTALL_EQUAL_VERSION \R{library_install}{InstallLib} option
|
||||
|
||||
\b Added NTMARTA to preload list to fix rare Windows 7 security issue (\W{http://sf.net/p/nsis/bugs/1204}{bug #1204})
|
||||
|
||||
\b MakeNSIS prints -CMDHELP to stdout (\W{http://sf.net/p/nsis/bugs/1203}{bug #1203})
|
||||
|
|
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue