Inno Setup Preprocessor: GetFileProductVersionString

Prototype

str GetFileProductVersionString(str FileName)

Description

Returns the product version string from the specified file's version information resource. Equivalent to calling GetStringFileInfo(FileName, PRODUCT_VERSION).

The function returns null (void) if it was unable to retrieve the value.

Declared in ISPPBuiltins.iss.

See also

GetStringFileInfo