您的位置:首页 > 移动开发

Extract Manifest File From Application (exe)

2009-01-07 23:12 405 查看
mt -inputresource:X:\..\*.exe;#1 -out:X:\custom.manifest

Above calling mt.exe to extract *.exe's manifest to be custom.manifest. It's very useful to check the application's dependency on side-by-side assembly.

Note: by enable "quick edit" in cmd property, select what you want to copy and right-click mouse, the chars go into clipboard!!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐