Inno Setup Preprocessor: GetFileCompanyString

Prototype

str GetFileCompanyString(str FileName)

Description

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

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

Declared in ISPPBuiltins.iss.

See also

GetStringFileInfo