Relative Content

Tag Archive for c++cwindowswinapi

How can I change another executable file’s description, trademarks etc. with an software writed by C# or C++

Preferably C++, it should work for all programs, no exception. I should make automation and decrease the size of program so please not prefer Resource Hacker or dlls. However, if you can’t think of another method, you can write it, I’d be willing to increase the size a little rather than find no way. It should change every info that FileVersionInfo contains.
I tried Windows API, but it just deleted version info, not changed it. I tried a dll called “DSOFile”, it even not deleted version info. Here is a code example.