Version info StringFileInfo has SpecialBuild string
ID PE052 Level WARNING Category Configuration
Description
Version information StringFileInfo block
has the SpecialBuild string,
which should not be present when version info does not have the VS_FF_SPECIALBUILD flag,
which is the case for the executable.
Windows Explorer and other file version info viewers may not be able to show the version information correctly.
Mitigation
If using Visual C++:
- Make sure you remove the
SpecialBuildstring to theStringFileInfoblock. - Alternatively, add the
VS_FF_SPECIALBUILDflag to theVERSIONINFOresource.
Arguments
This rule has the following output arguments:
-
string_lcid- AffectedVERSIONINFOStringFileInfoblock language integral code -
string_lcid_tag- AffectedVERSIONINFOStringFileInfoblock language tag (e.g.en,nl-NLoren-US) -
string_lcid_location- AffectedVERSIONINFOStringFileInfoblock language location (e.g.Spain,neutralorprocess_default) -
string_cpid- AffectedVERSIONINFOStringFileInfoblock code page integral code -
string_cpid_name- AffectedVERSIONINFOStringFileInfoblock code page name (e.g.windows-1251orutf-8)
Loading...
Unable to load this documentation page.