What do you have like apps script?
The great Wow64 Basic is enough for many many applications.
It provides support for running 32bit programs in a 64bit environment.
However, some applications require additional dependencies own has itself and not at the Wow64 base or same for System32 base.
Up to you to search them, Sysinternals Process Monitor in "Apps\System Tools\Debug" is your friend for this ;)
For writing the script for a 32 bit apps compatible for x64 environment, use
[Process]
Arch,x86
........
and to write files dependencies in sysWow64 + mui files, use
Set,%PluginArch%,x86
Require_FileQ,xxx.dll
Happy research
