added a warning about deploying DLLs from the system directory
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3766 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
f38fb13b98
commit
c8c987c8bf
1 changed files with 2 additions and 0 deletions
|
@ -104,6 +104,8 @@ The Windows temp directory could be located on any volume, so you cannot use thi
|
|||
|
||||
\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
|
||||
|
||||
\c ;Add code here that sets $ALREADY_INSTALLED to a non-zero value if the application is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue