getfileinfo
Use the getfileinfo
program to return the build information for Bravura Security-created binary files. This information is useful during support calls, or when diagnosing problems.
The program returns information about whether the file has been customized or upgraded, or contains debugging information.
Usage
getfileinfo.exe <binary file name>
Examples
The following is an example of the return for a regular build:
FileName: <file path>\<filename> MajorVersion: 4 MinorVersion: 0 BuildNumber: 1 RevisionNumber (QFE): 6552 FileFlags: 0x0 FileVersion: 4.0.1.06552 SpecialBuild: not found
The following is an example of the return for a custom build:
FileName: <filepath>\<filename> File has been customized. MajorVersion: 6 MinorVersion: 3 BuildNumber: 0 RevisionNumber (QFE): 2066 FileFlags: 0x20 FileVersion: 6.3.0.02121 SpecialBuild: Custom build by <developer's name>