Version info string presence mismatch across resources
ID PE029 Level WARNING Category Configuration
Description
There are multiple VERSIONINFO
resources
with different languages in the executable.
A string key is present in some of them, but not the others. This is likely a configuration error.
Mitigation
If using Visual C++:
- Make sure you include the same
StringFileInfo
keys in allVERSIONINFO
resources.
Arguments
This rule has the following output arguments:
-
key
- AffectedStringFileInfo
key name -
resource_lang1
- Affected firstVERSIONINFO
resource language integral code -
resource_lang1_tag
- Affected firstVERSIONINFO
resource language tag (e.g.en
,nl-NL
oren-US
) -
resource_lang1_location
- Affected firstVERSIONINFO
resource language location (e.g.Spain
,neutral
orprocess_default
) -
resource_lang2
- Affected secondVERSIONINFO
resource language integral code -
resource_lang2_tag
- Affected secondVERSIONINFO
resource language tag (e.g.en
,nl-NL
oren-US
) -
resource_lang2_location
- Affected secondVERSIONINFO
resource language location (e.g.Spain
,neutral
orprocess_default
)
Loading...
Unable to load this documentation page.