Quote:
Originally Posted by kiklop74
Manifest is not the only source of this kind of data. Actually you need to link in standard windows resource with filled VERINFO structure. What I do not know is how do you build your executable. I'm experienced in c++/delphi win32 development and can help you with those things. Contact me directly and we can continue this discussion in depth.
|
calibre uses a package called Py2exe to generate the executable files, which are basically just stubs that load the python interpreter. Is there some tool that can be used to set the requisite metadata in an exe file, or does it have to be linked in at build time?