I am trying to virtualize an app that does not seem to run correctly on Win 7 x64, but works great on Win XP. I have created the package on a Win XP VM and the process seems to work great. The problem is that it uses some .dll files located in C:\Windows\System32. I have tried manually adding these files before packaging it, but this does not seem to work because when I run the app on a Win 7 system it uses the Win 7 version of the .dlls and not the Win XP ones.
Is there a way for me to include these in the package?
Any suggestions/comments will be greatly appreciated.