From 8ce5f9518595303df2a2ba57f3df14be983d997f Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 16 Feb 2008 21:46:52 +0000 Subject: [PATCH] it should call the old code path if NOT running under WOW64 (though the hack wouldn't work anyway... :( ) git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5543 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/nsExec/nsexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contrib/nsExec/nsexec.c b/Contrib/nsExec/nsexec.c index 84ef0f6e..74927ea5 100644 --- a/Contrib/nsExec/nsexec.c +++ b/Contrib/nsExec/nsexec.c @@ -108,7 +108,7 @@ void ExecScript(int log) { unsigned int g_to; BOOL bOEM; - if (IsWOW64()) { + if (!IsWOW64()) { char *p; int nComSpecSize;