Question

When I create an .exe with iExpress (in Windows 8) and try to run it on Win7, 32 bit, I get an error dialog that says: "The version of this file is not compatible with the version of Windows you're running. Check your computer's system information to see whether you need an x86 (32 bit) or x64 (64 bit) version of the program."

Is an iExpress .exe incompatible with Win 7 32 bit??

Was it helpful?

Solution

It sounds very much like you are creating a 64 bit executable, which cannot run on a 32 bit system. If you use the IExpress version from the 64 bit system directory, C:\Windows\System32, then you will indeed create a 64 bit executable.

You'll need to create a 32 bit executable instead, which you can do by running the 32 bit version of IExpress. That is found in the 32 bit system directory, C:\Windows\SysWOW64. Or you can use your 32 bit machine to create the executable.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top