How to determine computer is 32 bit or 64 bit
Check the following registry key(by opening regedit at command prompt)
"HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment\PROCESSOR_ARCHITECTURE"
If the value of PROCESSOR_ARCHITECTURE is "x86" then you have a 32 bit version of Windows
if the value of PROCESSOR_ARCHITECTURE is not "x86" then your machine is potentially a 64-Bit.