From 0598166d74997bfb8b30da8c024943c0237d4440 Mon Sep 17 00:00:00 2001 From: mturk Date: Tue, 23 Jun 2009 15:34:22 +0000 Subject: [PATCH] Use correct return values from FindCpuType function git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@787713 13f79535-47bb-0310-9956-ffa450edef68 --- res/tomcat.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/tomcat.nsi b/res/tomcat.nsi index 830f80f49..76f691baf 100644 --- a/res/tomcat.nsi +++ b/res/tomcat.nsi @@ -176,9 +176,9 @@ Section "Core" SecTomcatCore Pop $0 StrCmp $0 "x86" 0 +2 File /oname=tomcat@VERSION_MAJOR@.exe bin\tomcat@VERSION_MAJOR@.exe - StrCmp $0 "x86_64" 0 +2 + StrCmp $0 "x64" 0 +2 File /oname=tomcat@VERSION_MAJOR@.exe bin\x64\tomcat@VERSION_MAJOR@.exe - StrCmp $0 "ia64" 0 +2 + StrCmp $0 "i64" 0 +2 File /oname=tomcat@VERSION_MAJOR@.exe bin\i64\tomcat@VERSION_MAJOR@.exe InstallRetry: -- 2.11.0