I'm looking to be able to update the Version Info resource in a PB exe. I want to be able to add values to the StringFileInfo section.
I tried using the BeginUpdateResource, UpdateResource, and EndUpdateResource functions from PB code. Delete of the existing gives invalid parameters. Add works ok but the exe doesn't work afterward.
If anyone can share PB or C++ code, I would appreciate it.