"phypps" <> wrote ...
> You have system32 (for.... 32 bit system files)
> SysWOW64 is really only a fancy name for system64 (for 64 bit system
> files.)
It's actually the other way round ...
64 bit files go into System32, and 32 bit files go into SysWoW64.
Yes it sounds crazy ... but the System32 name had to be preserved for
compatibility reasons, even when the directory now holds 64 bit binaries.
"SysWOW64" actually makes sense (kinda) as a name ... this is "Windows,
running on Win64"; ie, 32 bit binaries, running on top of a 64 bit OS.
For confirmation and more background, see
http://msdn.microsoft.com/msdnmag/is...4/default.aspx
Cheers
Andrew