Hi
The workstation I mostly develop is a AMD X64 with Win XP x64 Pro, by default all x86 application will install under C:\Program Files (x86)\ path. So for example if I try to add the security tables to a project under DDT I will get an exception stating that "The package file C:\Program Files\Common Files\MicroFour\StrataFrame\Security.pkg could not be extracted because it can not be found".The problem is at libraries level I think, maybe the path is hardcoded.
The issue is solved copying all the content of the "Program Files (x86)\Common Files" into "Program Files\Common Files"
I believe this issue needs to be evaluated by the development team to add the features to fully support x64 installations.