On 27/07/2010 6:31 AM, pyt...@bdurham.com wrote:
Is it possible to update an exe file's properties and/or icon file via the win32api library?
Kinda - although it is pretty painful to use. To get started, check out the 'verstamp.py' utility included with pywin32 and if you want to update the icon etc, be prepared to read the win32 docs for BeginUpdateResource etc and alot of experimentation (although digging into the py2exe source code might be helpful there as it updates icons and string resources using the same basic functions - although not via pywin32)
Cheers, Mark _______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32