In the PB project file you can designate, amongst other things, a Product version and a File version. How to I get this information from within PB? I want to get the info from the exe I built for display on a 'Help - About' type window.
I've tried using OLE to the shell.application, but the GetDetailsOf method doesn't seem to have all of it (# 298 shows product version for the executable). What about the Product version and file version for the section "Executable version used by installer"?
Thanks