From c8c987c8bf05e9c520781b9ebbc4550acfaa2e9d Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 12 Nov 2004 22:08:50 +0000 Subject: [PATCH] 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 --- Docs/src/library.but | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Docs/src/library.but b/Docs/src/library.but index dd4fecce..72fd70a4 100644 --- a/Docs/src/library.but +++ b/Docs/src/library.but @@ -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 \\Warning:\\ 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