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:
parent
5201b056ba
commit
edc2d5b49d
1 changed files with 3 additions and 2 deletions
|
@ -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___
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue