winapisdkmanifestmt

How to install just mt.exe?


The manifest tool mt.exe is included in the Windows SDK. But the full SDK is large and includes a lot of things as shown in the screenshot. But which of these options actually includes mt.exe?

Ideally I'd like to install just the minimum to get this tool on the system.

enter image description here

It does say in the docs that mt "is available in the Microsoft Windows Software Development Kit (SDK)" - but thats it, without any further detail.


Solution

  • Choose Windows SDK for Desktop C++ x86 Apps.

    Additionally, you can then grab the mt.exe binary and put it in a location of your choice, if you don't want to keep the rest of the stuff that comes with that option (say, on a build server). The mt.exe doesn't have any dependencies other than OS dlls.