I\'m trying to use mt.exe from the Windows SDK to add a manifest to an executable file that doesn\'t have one, using the following command line:
C:\\winsdk61
You can also use it like this to embed the manifest inside the EXE file:
mt.exe -nologo -manifest "r:\shared\hl.exe.manifest" -outputresource:"r:\shared\hl33m.exe;1"