From edc2d5b49db5f6a3f243edc908506acc4c061d5b Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 23 Jan 2007 19:35:48 +0000 Subject: [PATCH] proper comment, $SYSDIR doesn't change git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4866 212acab6-be3b-0410-9dea-997c60f758d6 --- Include/x64.nsh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Include/x64.nsh b/Include/x64.nsh index 1430371d..e694c1e6 100644 --- a/Include/x64.nsh +++ b/Include/x64.nsh @@ -13,10 +13,11 @@ ; DisableX64FSRedirection disables file system redirection. ; EnableX64FSRedirection enables file system redirection. ; +; SetOutPath $SYSDIR ; ${DisableX64FSRedirection} -; DetailPrint $SYSDIR # prints C:\Windows\System32 +; File some.dll # extracts to C:\Windows\System32 ; ${EnableX64FSRedirection} -; DetailPrint $SYSDIR # prints C:\Windows\SysWOW64 +; File some.dll # extracts to C:\Windows\SysWOW64 ; !ifndef ___X64__NSH___