I am trying to build a Delphi package in my FB script. if it matters, I am building my Delphi package in all Delphi versions 5 - 2007.
I know I can set variables and have properties of my package, such as release information, company, etc (basically anything on the package's Version Info tab) updated during the build process. What I would like to update is the Description edit box on the package's Description tab.
Is there a way to do this? Can you possible provide me a sample code snippet to set a description?