Extract Manifest File From Application (exe)

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!!

你可能感兴趣的:(application)