Inno Setup Preprocessor: GetFileOriginalFilenameString

Prototype

str GetFileOriginalFilenameString(str FileName)

Description

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

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

Declared in ISPPBuiltins.iss.

See also

GetStringFileInfo