Added RegKeyIsEmpty LogicLib operator
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7165 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
8560a7e2cf
commit
2fa5cd37b8
4 changed files with 29 additions and 2 deletions
|
@ -23,6 +23,15 @@
|
|||
; Abort "Unsupported CPU architecture!"
|
||||
; ${EndIf}
|
||||
;
|
||||
; ${If} ${IsNativeAMD64}
|
||||
; File "amd64\myapp.exe"
|
||||
; ${ElseIf} ${IsNativeIA32}
|
||||
; ${OrIf} ${IsWow64}
|
||||
; File "x86\myapp.exe"
|
||||
; ${Else}
|
||||
; Abort "Unsupported CPU architecture!"
|
||||
; ${EndIf}
|
||||
;
|
||||
; DisableX64FSRedirection disables file system redirection.
|
||||
; EnableX64FSRedirection enables file system redirection.
|
||||
;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue