Reputation: 1230
When an executable has an embedded manifest and also a corresponding .manifest
file, which manifest has priority? Is only one loaded? Can one override the other?
Upvotes: 8
Views: 2091
Reputation: 1230
I just google it on CSI Windows
External Manifest: Precedence Level: 1 (lowest)
Internal Manifest: Precedence Level: 2 (overrides external manifest)
Upvotes: 4