Skip to content

Wrapper around MSVC mt.exe Manifest Tool who sucks sometimes to write updated manifest.

License

Notifications You must be signed in to change notification settings

BilyakA/mt-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mt.exe wrapper

 mt.exe : general error c101008d: Failed to write the updated manifest to the resource of file

Having trouble compiling your project with MSVC toolchain with this message?

Screw it. It could be your AV program (including Windows Defender) or any other thing blocking write access to file. But mt.exe does not know about it and just gives up. So let's tell him to try again!

Installation

Compile it, rename original mt.exe to mt-orig.exe and place new mt.exe to same directory (i.e. C:\Program Files (x86)\Windows Kits\10\bin\x64).

Credits

Thanks to ulatekh for original idea

About

Wrapper around MSVC mt.exe Manifest Tool who sucks sometimes to write updated manifest.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages