Hi, I have a question: how do I add a new Key = Value of Version Information in Version Info tab to compile with Delphi 7.
Using a Property Set for Version Info and does not let me add any more data in Version Information and is something that is sorely needed.
Sorry for my poor English.
You cannot do that when using a propertyset, when not using a property set you can just click in the grid and use the down arrow key to move to a new row and then just type it in.
Thanks for your answer, but still gives me error.
Without using the PropertySet not let me set starting value of the Build with variables.
MajorVersion %V1%
MinorVersion 0
ReleaseVersion 0
BuildVersion %V2%
FileVersion %V1%.0.0.%V2%
VersionBase 1.2.0.454
In v1 and v2 I have two integer values.
The rest of the checks are uncheck.
After compiling, the executable shows how FileVersion = 0.0.0.0
Use the FB 7.0.0.642, Windows 7 64 bit and compile in Delphi 7.
Thanks again for your quick response,
Update to a recent version of FinalBuilder 7, if you still have a problem then send your project file to support and we will take a look.