Welcome to MSDN Blogs Sign in | Join | Help
how to embed a manifest

Learned a trick for embedding manifests today (1=exe, 2=dll):

  • mt.exe -outputresource:output.exe;1 -manifest output.exe.manifest
  • mt.exe -outputresource:output.dll;2 -manifest output.dll.manifest

 

Posted: Tuesday, January 10, 2006 4:08 PM by ejarvi
Filed under:

Comments

Anonymous comments are disabled
Page view tracker