Hi,
I am using Inno setup for application deployment.
The setup downloads and installs the framework 2.0 if it is not installed.

I would like to enhance it - to check if the OS 32bit or 64 bit and download appropriate framework.

Does anybody know how to detect the OS type (32bit or 64bit) inno?

Thanks.