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?

link|improve this question
great idea! anyone? – studiohack Jul 29 '10 at 4:59
Compatibility mode? – Randolph West Jul 29 '10 at 5:48
Do you have a reason as to why you want to do this? – Thanatos Jul 30 '10 at 4:13
feedback

1 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.

link|improve this answer
It's not an MSI installer but I tried it anyway, failed. The program is called yaTimer [nbdtech.com/yaTimer/Download.htm] – user44463 Jul 30 '10 at 1:23
That app appears to be build using the .NET Framework 3.0. You might want to check out these links: stackoverflow.com/questions/394553/… and stackoverflow.com/questions/1507268/… – Greg Bray Jul 30 '10 at 2:12
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.