Trying to virtualize an application that would on XP 32bit and W7 64bit.
The app calls "c:\program files" directly and %ProgramFielsDir% is not working for W7 x64 as it expands to C:\program files (x86)
To workaround this issue used "%drive_C%\Program Files\App" but it is not shown when launched on XP x86. Same works fine on W7 x64...
Tried both 4.0.4 and 4.5 - both have the same issue. Other directories like %drive_C%\test123 work fine but not %drive_C%\Program Files
Has anyone seen this before? Is this a limitation or known bug?