I am using the Win32 Version Info property set with Delphi 7 builds. When it creates the DOF file, it always adds the compile date at theend. Is there a way to prevent this? I do not want the compile date inthe DOF file. I have tried specifically setting IncludeCompileDate to false using the PropertySet Assign Properties action, but that does not seem to have any effect.
I am running FinalBuilder 7.0.0.3202
Hi Jim,
I have found the reason as to why this would be occurring. When saving the DOF file we were ignoring the value of IncludeCompileDate. I have corrected this and you can download the updated release here:
http://downloads.finalbuilder.com/downloads/finalbuilder/700/FB700_3227.exe
The DOF file is correct with this new version, thanks.