Version info VarFileInfo block lacks translation info
ID PE036 Level ERROR Category Configuration
Description
Version information does not contain translation information. 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 to add the correct
VarFileInfo
block to theVERSIONINFO
resource. - You can use this Microsoft example and reference for the
VERSIONINFO
resource.
Arguments
This rule has the following output arguments:
-
resource_lang
- AffectedVERSIONINFO
resource language integral code -
resource_lang_tag
- AffectedVERSIONINFO
resource language tag (e.g.en
,nl-NL
oren-US
) -
resource_lang_location
- AffectedVERSIONINFO
resource language location (e.g.Spain
,neutral
orprocess_default
)
Loading...
Unable to load this documentation page.