Inno Setup Preprocessor: GetFileDescriptionString

Prototype

str GetFileDescriptionString(str FileName)

Description

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

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

Declared in ISPPBuiltins.iss.

See also

GetStringFileInfo