estoy tratando de utilizar Mt.exe desde el SDK de Windows para agregar un manifiesto en un archivo ejecutable que no tiene uno, utilizando la siguiente línea de comandos:¿Cómo agrego un manifiesto a un ejecutable usando mt.exe?
C:\winsdk61>mt.exe -nologo -manifest "r:\shared\hl.exe.manifest" -updateresource:"r:\shared\hl33m.exe;#1"
Por desgracia, cuando lo haga, obtener este error:
mt.exe : general error c101008c: Failed to read the manifest from
the resource of file "r:\shared\hl33m.exe". The specified resource
type cannot be found in the image file.
por supuesto, no se encontró el recurso del archivo - el archivo no tiene un manifiesto, es por eso que quiero agregar uno.
¿Cómo puedo agregar un manifiesto a un archivo ejecutable? ¿No debería ser esto simple?