[python-win32] Possible to update exe file properties and/or icon via the win32api library?

2010-07-26 Thread python
Is it possible to update an exe file's properties and/or icon file via the win32api library? By exe file properties I mean the properties typically set via a resource file when an exe file is created. Example properties are what one would see if they right clicked on a file in Windows Explorer and

Re: [python-win32] Possible to update exe file properties and/or icon via the win32api library?

2010-07-26 Thread Tim Roberts
pyt...@bdurham.com wrote: Is it possible to update an exe file's properties and/or icon file via the win32api library? By exe file properties I mean the properties typically set via a resource file when an exe file is created. Example properties are what one would see if they right clicked on