Manifest embedded and external - which has priority? Can one override other?

我们两清 提交于 2020-01-03 11:45:20

问题


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?


回答1:


I just google it on CSI Windows

External Manifest: Precedence Level: 1 (lowest)

Internal Manifest: Precedence Level: 2 (overrides external manifest)



来源:https://stackoverflow.com/questions/17853304/manifest-embedded-and-external-which-has-priority-can-one-override-other

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!