git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4763 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2006-09-29 17:18:38 +00:00
parent 0b68fa4d3c
commit 14fc71d2cd

View file

@ -4,7 +4,7 @@
;
; A few simple macros to handle installations on x64 machines.
;
; IsRunningX64 checks if the installers is running on x64.
; IsRunningX64 checks if the installer is running on x64.
;
; ${If} ${RunningX64}
; MessageBox MB_OK "running on x64"