Brian Patrick <bpatrick100@hotmail.com> schrieb im Beitrag
<uIj2V1y6HHA.4348@TK2MSFTNGP06.phx.gbl>...
> Is there an api that I can use that will allow me to Get/Set the file
> version info of any exe or dll?
Read:
- GetFileVersionInfo()
or
FindResource(), LoadResource(), LockResource()
- VerQueryValue()
Write (WinNT/2K/XP/VISTA only):
BeginUpdateResource(), UpdateResource(), EndUpdateResource()

Signature
----------------------------------------------------------------------
THORSTEN ALBERS Universität Freiburg
albers@
uni-freiburg.de
----------------------------------------------------------------------