I want to validate a 32 bit application install on a 64 bit machine where I need to show some information to the user before installing the application. Is this possible?
I am using the launch condition (Not VersionNT64) for 32 bit and (VersionNT64) for 64 bit but that is not working properly!