I have a multi-dll and exe project and I have a version.ini file where I set
my version info. Then when compiled my apps read the version ini and set
the version resource to the info in the ini. So I can change one file then
batch compile and all my apps have the same version info.

I would like for Setup Builder to read the version info from one of my files
and change the version resource file version, the web deployment product
version and the compiler variable productver all to match.

I have tried a few things using Get File Information(Product Version
(Resource)) of file "C:\Projects\CRM\Bin\GDM.Exe" but I am not sure how to
access the variables.

Thanks

Eddie