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
This commit is contained in:
kichik 2007-01-23 19:35:48 +00:00
parent 5201b056ba
commit edc2d5b49d

View file

@ -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___