Final Builder action to change exe properties

274 Views Asked by At

Is there a way to modify the properties of a file (exe in my case) with a final builder action after the file has been created?

Specifically, I'd like to change:

  • File description
  • Product name
  • Product version

And remove:

  • File version
  • Original filename

Properties Dialog

1

There are 1 best solutions below

0
On

The normal approach with finalbuild is to set these values as part of the compile EXE action. For instance, when your FinalBuilder process includes a Compiler action you should be able to configure these values.

However if your doing this in a post exe built phase, Try the Wind32 Version Info Updater Action.