Skip to content

Commit

Permalink
[install] Handle setup.bat running in a 32-bit cmd.exe on a 64-bit ma…
Browse files Browse the repository at this point in the history
…chine
  • Loading branch information
Michael Brown committed Oct 29, 2009
1 parent bcbd363 commit 0ce59af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/setup.bat
Expand Up @@ -3,6 +3,7 @@
set cpu=
if "%PROCESSOR_ARCHITECTURE%"=="x86" set cpu=i386
if "%PROCESSOR_ARCHITECTURE%"=="AMD64" set cpu=amd64
if "%PROCESSOR_ARCHITEW6432%"=="AMD64" set cpu=amd64
if "%cpu%"=="" goto cpuerror

%0\..\%cpu%\setup.exe
Expand Down

0 comments on commit 0ce59af

Please sign in to comment.