Hi Scott,
it might have something to do with the pdb format of the binaries needed in the package. Could you go to a developer command prompt, run dumpbin /headers yourbinary.exe, dll, etc...
Look for a section in the output:
Debug Directories
Time Type Size RVA Pointer
-------- ------ -------- -------- --------
504E638C cv 3D 000301E8 2EBE8 Format: RSDS....
What is the type and format for each of your dlls and exe in the package
thanks!
mike