How I can get the version number from a exe file or a dll using Inno, I tried the GetFileVersion function but only is available in the Inno Preprocessor (and I need use this function in the [Code] section of my script) . Also I tried the GetFileVersionInfo function but is not recognized by Inno.
How I can get the version number from a exe file or a dll
Share
Try
and/or