Why %processor_architecture% always returns x86 instead of AMD64

Viewed 56949

I am trying to retrieve the environment variable to detect whether the system is 32 or 64 bit. But on 64 bit server the environment variable %processor_architecture% is returning x86 instead of AMD64.

Does anyone has any clue about this?

9 Answers
Related