Do you want to be able to install the 32bit version on a 64bit O/S if the 64bit version isn't installed or should the 32bit version only be installed on a 32bit O/S?
Depending on your answer, you can either author the 32bit install with a LaunchCondition that uses the VersionNT64 property to make sure it's not a 64bit O/S ( no such authoring in the 64bit install since MSI won't let a 64bit install run on a 32bit platform ) or you'll have to use the Uprade table with the detect only attribute to pull in the existance of a mutually exclusive product and uset hat in the LaunchCondition.