2012/06/20
NSIS 런타임에 32bit 시스템 인지 64bit 시스템 인지 감지하기
; Check OS Platform
System::Call "kernel32::GetCurrentProcess() i .s"
System::Call "kernel32::IsWow64Process(i s, *i .r0)"
StrCmp $0 '0' Win32 Win64
Win32:
Goto EndCheck
Win64:
EndCheck:
2010/07/09 - [Com. Story] - NSIS 이용한 Install 할 때 32bit 시스템 인지 64bit 시스템 인지 감지하기
<
Original Post : http://neodreamer-dev.tistory.com/666
Labels:
NSIS
,
OS Platform
,
TistoryOldPost
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment