I found that mt.exe fails to correctly create and embed manifest files into executables when run inside a VCPROJ.
I have an application build with VS2008 SP1a (9.0.30729.4148) on Windows 7 x64 that does not want to start under XP.
We have the following configuration: IE->Creates new process->Process uses out-of-proc COM server We would like to enjoy side-by-side for our new process and out-of-proc COM server which are deployed
We are adapting our client side relatively complicated application (ActiveX / .net / Delphi / C++ / COM ) to use SxS to achieve non admin deployment and isolation from older versions of our product.