how to run 32 bit apps on 64 bit o.s?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
closed as not a real question by Rowland Shaw, Matt Ball, Cody Gray, David Heffernan, Larry Osterman Apr 12 '11 at 15:24
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
64-bit Windows has a 32-bit emulation layer called WoW64 (Windows on Windows 64) built in. 32-bit applications should run fine without any intervention from you. If you have a 16-bit application, however, you can run those using the Windows XP virtual machine that Microsoft offers to Windows 7 users as a free download. |
|||||
|
|
This can be useful to you Microsoft's answer Link |
|||
|
|
setup.exeorinstall.exeand double-click on it. – Cody Gray Apr 12 '11 at 14:21