Inno Setup Preprocessor: GetFileCopyrightString

Prototype

str GetFileCopyrightString(str FileName)

Description

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

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

Declared in ISPPBuiltins.iss.

See also

GetStringFileInfo