Windows – Make an installer install in 32 bit

32-bit64-bitinstallerwindowswindows 7

I have Windows 7 64-bit and I have an installer for a program, but I want to have the program install the 32 bit version of itself instead of the 64 bit version. Anybody know how to force an installer to think you're running 32-bit windows?

Best Answer

What program is it? Usually there are separate installers for 32bit and 64bit just bundled into one MSI. If it came on a CD try browsing around the disk to find the 32bit installer. If you downloaded it, check your temp folder when you first open the installer or use the MSIEXEC command line options to extract the files into a temp folder.