Version info StringFileInfo version string does not have standard format
ID PE066 Level INFO Category Configuration
Description
Version information StringFileInfo
block
version string (either FileVersion
or ProductVersion
) does not have the standard format
MAJOR.MINOR.BUILD.REVISION
, MAJOR.MINOR.BUILD
or MAJOR.MINOR
, where
MAJOR
, MINOR
, BUILD
and REVISION
are 16-bit unsigned integers.
Mitigation
- Make sure you make
FileVersion
andProductVersion
strings the standard format.
Arguments
This rule has the following output arguments:
-
string_lcid
- AffectedVERSIONINFO
StringFileInfo
block language integral code -
string_lcid_tag
- AffectedVERSIONINFO
StringFileInfo
block language tag (e.g.en
,nl-NL
oren-US
) -
string_lcid_location
- AffectedVERSIONINFO
StringFileInfo
block language location (e.g.Spain
,neutral
orprocess_default
) -
string_cpid
- AffectedVERSIONINFO
StringFileInfo
block code page integral code -
string_cpid_name
- AffectedVERSIONINFO
StringFileInfo
block code page name (e.g.windows-1251
orutf-8
) -
version_string
- Affected version string value
Loading...
Unable to load this documentation page.