Action for updating resource infos in FinalBuilder

Hi,

from within a build process I want to brand exe/dlls with a unique buildnumber. The exe/dlls themselfs are not created during the build process, so I have to attach the information to the existing exe/dll.

I found a tool called "stampver" which works so far with a few limitations, but it's an old tools (1999) and I prefer using FB actions.

http://www.elphin.com/products/stampver.html

Is there an action avaliable for this? Or maybe someone else has a different solution for this?

Thanks for any input.


Regards,

- Carsten

Hi Carsten,

There isn’t afaik an action for stampver, but it should be easy to automate in FinalBuilder using the Execute Program action. here’s the stampver command line: http://www.elphin.com/products/stampver.html#Syntaxandoptions

.t8