I am using Final builder 6 to build our Delphi application. The Icon for the executable is in the delphi's .res file. So I do not give any Icon file path in the Compile Delphi Project Action. But it seem that the Icon Information is not being picked up from .res file because the executable that finlbuilder creates dosent refer to the icon file . How do I make sure that the finalbuilder script picks up the Icon information from the .res file.
If you specify Version info on the action then you must point the action to an Icon. That is because Delphi puts both the icon and the version info in the same res file. When you specify version info in the action the .res file will be rebuilt every time. Usually when you point the action to a delphi project file for the first time, it will attempt to extract the existing icon file from the project.res file (if it exists) and save it in the same folder as mainicon.ico, and populate the icon field in the action.