Reputation: 7571
My application (myapp.exe) needs to use 2 COM objects that can't be loaded at the same time - they have conflicting dependencies in their manifests. So, my plan:
However, I found that Windows still uses the original myapp.exe.manifest, see Test below. It seems Windows keep some kind manifest cache somewhere?
Question: How can I replace manifests, and get the replaced manifests to take effect?
Edit: An alternative would be to:
Upvotes: 2
Views: 56